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-10-28.21:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509224662.68.0.213398074469.issue20182@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the select module, the existing patch moves typedefs and object type declarations to the top of the file with the #include clinic/selectmodule.c.h statement can come afterwards. Should I keep it this way, or instead move the method list and type definitions to the bottom of the file, as Serhiy said was preferable with itertoolsmodule.c?
History
Date User Action Args
2017-10-28 21:04:22taleinatsetrecipients: + taleinat, loewis, georg.brandl, larry, nadeem.vawda, python-dev, serhiy.storchaka
2017-10-28 21:04:22taleinatsetmessageid: <1509224662.68.0.213398074469.issue20182@psf.upfronthosting.co.za>
2017-10-28 21:04:22taleinatlinkissue20182 messages
2017-10-28 21:04:22taleinatcreate