[issue1590864] import deadlocks when using PyObjC threads

Brett Cannon report at bugs.python.org
Wed Apr 1 20:40:34 CEST 2009


Brett Cannon <brett at python.org> added the comment:

It seems the import lock is being triggered because of an import being
made in a function call by something else being imported. And because it
is the os module one can't pull out the function-level imports without
causing problems.

Closing as "won't fix".

----------
resolution:  -> wont fix
stage:  -> committed/rejected
status: open -> closed
type:  -> behavior

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


More information about the Python-bugs-list mailing list