]> granicus.if.org Git - python/commit
Merged revisions 70956 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 16:06:01 +0000 (16:06 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 16:06:01 +0000 (16:06 +0000)
commitf47e84ce63cc635be75ca56a28aa3dc81cc3c813
tree2cdd66b31294b590cf9feeec4b7698a50628e035
parentc7485064278efb9231df982866ec2c0051814c74
Merged revisions 70956 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70956 | brett.cannon | 2009-04-01 09:00:34 -0700 (Wed, 01 Apr 2009) | 5 lines

  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