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 mloskot
Recipients BreamoreBoy, Luke.Dunstan, V.E.O, amaury.forgeotdarc, christian.heimes, eaducac, m_python, mloskot, mont29, pitrou, polyvertex, steve.dower, tim.golden, tim.peters, twasilczyk@spoon, vstinner
Date 2015-05-20.14:25:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432131940.94.0.716121332467.issue17797@psf.upfronthosting.co.za>
In-reply-to
Content
Re msg238016, I confirm python-3.5.0a2-fdvalidation.patch fixes the problem for Python 3.5.0a4 and VS2013.

The only issue I encountered was with HAVE_FSTAT which is missing from PC/pyconifg.h, so I edited the patch and removed the check if defined(HAVE_FSTAT). Does PC/pyconifg.h need update?

I also confirm vanilla Python 3.5.0a4 with VS2015RC does not require this patch, because the fileno regression/bug has been fixed in VS2015RC (details at https://connect.microsoft.com/VisualStudio/feedback/details/785119/).
History
Date User Action Args
2015-05-20 14:25:41mloskotsetrecipients: + mloskot, tim.peters, amaury.forgeotdarc, pitrou, vstinner, christian.heimes, tim.golden, BreamoreBoy, eaducac, V.E.O, steve.dower, m_python, mont29, Luke.Dunstan, twasilczyk@spoon, polyvertex
2015-05-20 14:25:40mloskotsetmessageid: <1432131940.94.0.716121332467.issue17797@psf.upfronthosting.co.za>
2015-05-20 14:25:40mloskotlinkissue17797 messages
2015-05-20 14:25:40mloskotcreate