[issue3088] test_multiprocessing hangs on OS X 10.5.3

Amaury Forgeot d'Arc report at bugs.python.org
Sat Jun 28 17:16:14 CEST 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

I think I narrowed the problem to a race condition in *subclasses* of
threading.local:
In threadmodule.c::local_getattro, there is a chance that self->dict is
changed before PyObject_GenericGetAttr is called.

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list