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 vstinner
Date 2015-03-19.14:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426774305.64.0.329040111153.issue23708@psf.upfronthosting.co.za>
In-reply-to
Content
With py_read_write.patch in debug mode, test_threading crash with an assertion error because of the issue #15751. Currently, it's not possible to call assert(PyGILState_Check()); inside Py_NewInterpreter(), while creating a subinterpreter (ex: _testcapi.run_in_subinterp()).

The workaround is to comment the assertion in _Py_read() and Py_write() until the issue #15751 is fixed.
History
Date User Action Args
2015-03-19 14:11:45vstinnersetrecipients: + vstinner
2015-03-19 14:11:45vstinnersetmessageid: <1426774305.64.0.329040111153.issue23708@psf.upfronthosting.co.za>
2015-03-19 14:11:45vstinnerlinkissue23708 messages
2015-03-19 14:11:45vstinnercreate