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 taleinat
Recipients georg.brandl, larry, loewis, nadeem.vawda, serhiy.storchaka, taleinat
Date 2015-04-25.07:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429947882.06.0.241245684629.issue20182@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a slightly modified version of the most recent patch for Modules/selectmodule.c. The only difference relative to the previous version is that I've set the epoll method function names back to what they used to be. My reasoning is to stay consistent with the other epoll method function names in the file and to keep the code familiar for the maintainers.
History
Date User Action Args
2015-04-25 07:44:42taleinatsetrecipients: + taleinat, loewis, georg.brandl, larry, nadeem.vawda, serhiy.storchaka
2015-04-25 07:44:42taleinatsetmessageid: <1429947882.06.0.241245684629.issue20182@psf.upfronthosting.co.za>
2015-04-25 07:44:42taleinatlinkissue20182 messages
2015-04-25 07:44:41taleinatcreate