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 2014-12-08.15:47:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I suggest to split this issue: create a new issue focus on selectors.EpollSelector, it doesn't behave well with forking. If I understood correctly, you can workaround this specific issue by forcing the selector to selectors.SelectSelector for example, right?
History
Date User Action Args
2014-12-08 15:47:57vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, martius
2014-12-08 15:47:57vstinnersetmessageid: <[email protected]>
2014-12-08 15:47:57vstinnerlinkissue21998 messages
2014-12-08 15:47:57vstinnercreate