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, python-dev, serhiy.storchaka, taleinat
Date 2017-11-02.10:16:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I have a complete, up-to-date AC conversion of Modules/selectmodule.c ready on a branch in my GitHub CPython fork:

https://github.com/taleinat/cpython/tree/bpo-20182_AC_selectmodule

I haven't created a PR because there's currently an issue with the generated selectmodule.c.h missing a few "safety" #defines, causing compilation errors e.g. on Windows where poll is unavailable. Any help resolving this issue would be welcome!
History
Date User Action Args
2017-11-02 10:16:33taleinatsetrecipients: + taleinat, loewis, georg.brandl, larry, nadeem.vawda, python-dev, serhiy.storchaka
2017-11-02 10:16:33taleinatsetmessageid: <[email protected]>
2017-11-02 10:16:33taleinatlinkissue20182 messages
2017-11-02 10:16:33taleinatcreate