commit | 0759dd66c581a65381412a2ff98dac8edd58ddee | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Wed Apr 01 18:13:07 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Wed Apr 01 18:13:07 2009 +0000 |
tree | 92ac5c8ad7f4758201b70d4ecaf5b9888b21b38c | |
parent | 86fe876fb5ce8520d915e7b3fa738cb2a09c859d [diff] |
Merged revisions 70965 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r70965 | brett.cannon | 2009-04-01 11:03:59 -0700 (Wed, 01 Apr 2009) | 5 lines _warnings was importing itself to get an attribute. That's bad if warnings gets called in a thread that was spawned by an import itself. Last part to close #1665206. ........