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.

作者 martin.panter
收信人 Alex.Willmer, martin.panter, paul.moore, rpetrov, steve.dower, tim.golden, zach.ware
日期 2016-03-10.09:30:53
SpamBayes Score -1.0
Marked as misclassified
Message-id <1457602253.3.0.265501193726.issue17590@psf.upfronthosting.co.za>
In-reply-to
内容
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"?
历史
日期 用户 动作 参数
2016-03-10 09:30:53martin.panter修改recipients: + martin.panter, paul.moore, tim.golden, rpetrov, zach.ware, steve.dower, Alex.Willmer
2016-03-10 09:30:53martin.panter修改messageid: <1457602253.3.0.265501193726.issue17590@psf.upfronthosting.co.za>
2016-03-10 09:30:53martin.panter链接issue17590 messages
2016-03-10 09:30:53martin.panter创建