Message235429
Updated patch:
- drop PollSelector._at_fork(): PollSelector is not shared with the parent process
- _at_fork() of BaseEventLoop and SelectorEventLoop now do nothing by default: only _UnixSelectorEventLoop._at_fork() handle the fork, nothing is needed on Windows
- patch written for Python 3.5, not for Tulip (different directories) |
|
| Date |
User |
Action |
Args |
| 2015-02-05 11:03:50 | vstinner | set | recipients:
+ vstinner, gvanrossum, yselivanov, martius |
| 2015-02-05 11:03:50 | vstinner | set | messageid: <[email protected]> |
| 2015-02-05 11:03:50 | vstinner | link | issue21998 messages |
| 2015-02-05 11:03:49 | vstinner | create | |
|