]> granicus.if.org Git - python/commit
The cgitb module had imports in its functions. This can cause deadlock with the
authorBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 16:00:34 +0000 (16:00 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 16:00:34 +0000 (16:00 +0000)
commitad078a0d7a4a4a840c259ec4a744043375de452b
tree10a2c65c28e6178c24bb6a4ef3c0c835c4697298
parent61fce3877cd11508f43b4d4e71276b03c3ef2823
The cgitb module had imports in its functions. This can cause deadlock with the
import lock if called from within a thread that was triggered by an import.

Partially fixes issue #1665206.
Lib/cgitb.py
Misc/NEWS