]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12467: warnings: fix a race condition if a warning is emitted at
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:43:09 +0000 (02:43 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:43:09 +0000 (02:43 +0200)
commit8b0508ed4e1ab32422cf2494c7cd345634912b98
tree6f6d7b92c301b994e3b19f76885b82f257af175c
parentaa90e7c573ee2edd41a21d2a9f34e6f3d728f5e5
Issue #12467: warnings: fix a race condition if a warning is emitted at
shutdown, if globals()['__file__'] is None.
Lib/test/test_warnings.py
Misc/NEWS
Python/_warnings.c