]> granicus.if.org Git - python/commit
Issue #12467: warnings: fix a race condition if a warning is emitted at
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 01:05:37 +0000 (03:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 01:05:37 +0000 (03:05 +0200)
commit65c153547ba6a41d11d3d04f84bacb5645a54e5e
tree5feee1947fdb96d6176861f201e03bd5c4036a45
parent13502b19c64b2cd37b0b2b66dfcc26d0f028cd84
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