Martin Panter added the comment:

What’s the point of allowing each macro to already be defined? I understand 
they may also be defined by PC/pyconfig.h, but is that possible if __MINGW32__ 
is defined?

Is the __MINGW32__ condition needed at all? Maybe we can just blindly rely on 
the _WIN32 etc macros. Perhaps the PC/pyconfig.h definitions could be removed 
in favour of the ones in "pyport.h"?

----------
components: +Windows
nosy: +Alex.Willmer, martin.panter, paul.moore, steve.dower, tim.golden, 
zach.ware
stage:  -> patch review

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17590>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to