Message238116
| 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:53 | steve.dower | set | recipients: + steve.dower, vstinner, larry, tim.golden, python-dev, zach.ware, serhiy.storchaka |
| 2015-03-15 02:19:52 | steve.dower | set | messageid: <1426385992.77.0.49223646769.issue23524@psf.upfronthosting.co.za> |
| 2015-03-15 02:19:52 | steve.dower | link | issue23524 messages |
| 2015-03-15 02:19:52 | steve.dower | create | |