[issue7242] Forking in a thread raises RuntimeError

Gregory P. Smith report at bugs.python.org
Sat Oct 31 20:50:04 CET 2009


Gregory P. Smith <greg at krypto.org> added the comment:

This only appears to happen on Solaris.  What version of Solaris are you 
using?  (i doubt that matters, i expect it happens on all versions)

I haven't look closely enough at the code yet, but reinitializing the 
import lock in the child process should make sense here.

----------
assignee:  -> gregory.p.smith
nosy: +twouters
priority:  -> normal
versions: +Python 2.7, Python 3.1, Python 3.2

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


More information about the Python-bugs-list mailing list