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 martin.panter
Recipients benjamin.peterson, martin.panter, masamoto, paul.moore, steve.dower, stutzbach, tim.golden, zach.ware
Date 2016-11-22.12:07:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479816429.99.0.446598253248.issue28768@psf.upfronthosting.co.za>
In-reply-to
Content
The Modules/main.c change at least looks reasonable as a bug fix.

In the long term, it would be nice to clean up some of the conditions for including <io.h>. Currently it is unconditional via PC/pyconfig.h, configure.ac optionally enables HAVE_IO_H, and there are various other conditions in different files, like as QUICKWIN, PYCC_VACPP and MS_WINDOWS || __CYGWIN__.
History
Date User Action Args
2016-11-22 12:07:10martin.pantersetrecipients: + martin.panter, paul.moore, tim.golden, benjamin.peterson, stutzbach, zach.ware, steve.dower, masamoto
2016-11-22 12:07:09martin.pantersetmessageid: <1479816429.99.0.446598253248.issue28768@psf.upfronthosting.co.za>
2016-11-22 12:07:09martin.panterlinkissue28768 messages
2016-11-22 12:07:09martin.pantercreate