[issue1755179] Deadlocks with fork() and multithreading

Christian Heimes report at bugs.python.org
Fri Nov 23 09:36:52 CET 2007


Christian Heimes added the comment:

It sounds like the importer dead lock problem. These problems are almost
impossible to unit test because they are usually race conditions.

I don't see a problem in moving the import to the module name space.
errno is a built-in module and the import isn't costly.

----------
nosy: +tiran

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1755179>
_____________________________________


More information about the Python-bugs-list mailing list