[issue1720705] thread + import => crashes?

Nick Coghlan report at bugs.python.org
Sun Feb 24 08:55:02 CET 2008


Nick Coghlan added the comment:

And one other restriction: the thread performing the import must not be
spawned as a side effect of importing a module (as this will deadlock
the interpreter)

The effect of disobeying the two restrictions in my previous comment
will be intermittent crashes at shutdown, such as those experienced by
the original poster of this bug report.

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


More information about the Python-bugs-list mailing list