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 steve.dower
Recipients larry, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-03-15.02:19:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426385992.77.0.49223646769.issue23524@psf.upfronthosting.co.za>
In-reply-to
Content
New patch.

* Includes the _Py_fstat fix so that callers can use GetLastError for accurate info or errno for approximate info
* Reverts the _Py_VERIFY_FD proposal and just makes _PyVerify_fd a no-op except on VS 2010, 2012 and 2013. (After VS 2015 RC is released, I'm willing to remove _PyVerify_fd completely.)
* Still uses _Py_BEGIN/END_SUPPRESS_IPH to protect calls into the CRT where we can't ensure valid parameters in advance. (Chances are I haven't got all of these yet, but currently the test suite isn't revealing any others for me.)
History
Date User Action Args
2015-03-15 02:19:53steve.dowersetrecipients: + steve.dower, vstinner, larry, tim.golden, python-dev, zach.ware, serhiy.storchaka
2015-03-15 02:19:52steve.dowersetmessageid: <1426385992.77.0.49223646769.issue23524@psf.upfronthosting.co.za>
2015-03-15 02:19:52steve.dowerlinkissue23524 messages
2015-03-15 02:19:52steve.dowercreate