[issue27558] SystemError inside multiprocessing.dummy Pool.map

Xiang Zhang report at bugs.python.org
Mon Jul 18 05:13:56 EDT 2016


Xiang Zhang added the comment:

It seems the thread state is initialized in thread_PyThread_start_new_thread. It calls _PyThreadState_Prealloc which initialize exc_type to NULL.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27558>
_______________________________________


More information about the Python-bugs-list mailing list