commit | ad078a0d7a4a4a840c259ec4a744043375de452b | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Apr 01 16:00:34 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Apr 01 16:00:34 2009 +0000 |
tree | 10a2c65c28e6178c24bb6a4ef3c0c835c4697298 | |
parent | 61fce3877cd11508f43b4d4e71276b03c3ef2823 [diff] |
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.