This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, martius, vstinner, yselivanov
Date 2015-02-05.11:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423134230.3.0.29035962074.issue21998@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2015-02-05 11:03:50vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, martius
2015-02-05 11:03:50vstinnersetmessageid: <1423134230.3.0.29035962074.issue21998@psf.upfronthosting.co.za>
2015-02-05 11:03:50vstinnerlinkissue21998 messages
2015-02-05 11:03:49vstinnercreate