STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23708>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to