New submission from Erik Janssens <erik.janss...@conceptive.be>:
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 ---------- components: Windows messages: 342845 nosy: erikjanss, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal status: open title: use of STATUS_CONTROL_C_EXIT in Modules/main.c breaks compilation with non MSC compilers type: compile error versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36965> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com