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 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:26erikjansssetrecipients: + erikjanss, paul.moore, tim.golden, zach.ware, steve.dower
2019-05-19 13:02:26erikjansssetmessageid: <1558270946.43.0.622692216105.issue36965@roundup.psfhosted.org>
2019-05-19 13:02:26erikjansslinkissue36965 messages
2019-05-19 13:02:26erikjansscreate