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 vstinner
Recipients benjamin.peterson, cberger, vstinner
Date 2016-03-15.16:31:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458059487.31.0.471337300958.issue26102@psf.upfronthosting.co.za>
In-reply-to
Content
Good news: it looks like I fixed the Py_FatalError() bug in the issue #26558. Py_FatalError() can again be called with the GIL released.

The bug was introduced in Python 3.0.

Since your issue is a bug in your code and that Py_FatalError() was fixed, I close the issue. Thanks for your bug report.
History
Date User Action Args
2016-03-15 16:31:27vstinnersetrecipients: + vstinner, benjamin.peterson, cberger
2016-03-15 16:31:27vstinnersetmessageid: <1458059487.31.0.471337300958.issue26102@psf.upfronthosting.co.za>
2016-03-15 16:31:27vstinnerlinkissue26102 messages
2016-03-15 16:31:27vstinnercreate