Message 305427 - Python tracker
Message305427
| 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:55 | taleinat | set | recipients: + taleinat, larry |
| 2017-11-02 15:13:55 | taleinat | set | messageid: <1509635635.43.0.213398074469.issue31926@psf.upfronthosting.co.za> |
| 2017-11-02 15:13:55 | taleinat | link | issue31926 messages |
| 2017-11-02 15:13:55 | taleinat | create | |