Message342845
| Author | erikjanss |
|---|---|
| Recipients | erikjanss, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2019-05-19.13:02:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1558270946.43.0.622692216105.issue36965@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
in Modules/main.c STATUS_CONTROL_C_EXIT is included conditionally if compiling when _MSC_VER is defined. Later on STATUS_CONTROL_C_EXIT is used if MS_WINDOWS is defined. This breaks compilation of main.c with any non MSC compiler while compiling for MS Windows. This appears to have been introduced in GH-12123 for bpo-36142 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-19 13:02:26 | erikjanss | set | recipients: + erikjanss, paul.moore, tim.golden, zach.ware, steve.dower |
| 2019-05-19 13:02:26 | erikjanss | set | messageid: <1558270946.43.0.622692216105.issue36965@roundup.psfhosted.org> |
| 2019-05-19 13:02:26 | erikjanss | link | issue36965 messages |
| 2019-05-19 13:02:26 | erikjanss | create | |