[issue10332] Multiprocessing maxtasksperchild results in hang

Jesse Noller report at bugs.python.org
Wed Apr 13 15:53:25 CEST 2011


Jesse Noller <jnoller at gmail.com> added the comment:

> Note: I noticed that there are some thread-unsafe operations (the cache that can be modified from different threads, and thread states are modified also from different threads). While this isn't an issue with the current cPython implementation (GIL), I wonder if this should be fixed.
>

Yes. We should fix those.

----------

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


More information about the Python-bugs-list mailing list