[issue41567] multiprocessing.Pool from concurrent threads failure on 3.9.0rc1

Atsuo Ishimoto report at bugs.python.org
Thu Oct 22 23:39:01 EDT 2020


Atsuo Ishimoto <ishimoto at python.jp> added the comment:

multiprocessing module used to work multithread environment until https://bugs.python.org/issue35943 merged.

I guess we can make multiprocessing thread-safe again if we move local imports to global.
Does it make sense?

----------
nosy: +ishimoto

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41567>
_______________________________________


More information about the Python-bugs-list mailing list