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 larry, taleinat
Date 2017-11-02.15:13:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1509635635.43.0.213398074469.issue31926@psf.upfronthosting.co.za>
In-reply-to
Content
I'm converting Modules/selectmodule.c.h as part of issue #20182.

After converting the code and running Tools/clinic/clinic.py, compilation is failing on Windows due to the following block *not* being generated by in the Modules/clinic/selectmodule.c.h file:

#ifndef SELECT_POLL_METHODDEF
    #define SELECT_POLL_METHODDEF
#endif /* !defined(SELECT_POLL_METHODDEF) */

Adding the block manually fixes the issue.

This seems to be caused by a bug in clinic.py. Attaching PR fix a fix immediately.
History
Date User Action Args
2017-11-02 15:13:55taleinatsetrecipients: + taleinat, larry
2017-11-02 15:13:55taleinatsetmessageid: <1509635635.43.0.213398074469.issue31926@psf.upfronthosting.co.za>
2017-11-02 15:13:55taleinatlinkissue31926 messages
2017-11-02 15:13:55taleinatcreate