[issue1665206] Hangup when using cgitb in a thread while still in import

Brett Cannon report at bugs.python.org
Wed Apr 1 01:03:35 CEST 2009


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

The freeze is occurring from cgitb importing from within the html
function. That is hitting the import lock that is being held in bar.
Moving the imports out of the functions to the top of the module should
fix this.

----------
priority: normal -> low
stage:  -> needs patch
type:  -> performance
versions: +Python 2.7 -Python 2.6

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


More information about the Python-bugs-list mailing list