Message305427
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. |
|
| Date |
User |
Action |
Args |
| 2017-11-02 15:13:55 | taleinat | set | recipients:
+ taleinat, larry |
| 2017-11-02 15:13:55 | taleinat | set | messageid: <[email protected]> |
| 2017-11-02 15:13:55 | taleinat | link | issue31926 messages |
| 2017-11-02 15:13:55 | taleinat | create | |
|