STINNER Victor added the comment:

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)

----------
Added file: http://bugs.python.org/file38019/at_fork-2.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21998>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to