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 jeffr@livedata.com, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-02-21.21:46:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550785618.09.0.77798480888.issue35662@roundup.psfhosted.org>
In-reply-to
Content
> reveals an expectation that Py_END_ALLOW_THREADS won't change the results of GetLastError()

Fantastic work, Jeff! That's almost certainly the major problem there - Py_END_ALLOW_THREADS can totally change the error code, and we haven't ever done a full sweep to check it.

Feel free to send a PR against issue29871 with your changes. If the tests are happy, then I am too.
History
Date User Action Args
2019-02-21 21:46:58steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, jeffr@livedata.com
2019-02-21 21:46:58steve.dowersetmessageid: <1550785618.09.0.77798480888.issue35662@roundup.psfhosted.org>
2019-02-21 21:46:58steve.dowerlinkissue35662 messages
2019-02-21 21:46:58steve.dowercreate