]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12467: warnings: fix a race condition if a warning is
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:56:10 +0000 (02:56 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 00:56:10 +0000 (02:56 +0200)
commit5a21e83119ddb2d641ce9937e245ea94caadf5a6
tree66b663af66adc9290e244f760b61a2fac0e106eb
parent10cdc63dd4ee3b00bce4a3cf34c1225b46254b7c
parent8b0508ed4e1ab32422cf2494c7cd345634912b98
(merge 3.2) Issue #12467: warnings: fix a race condition if a warning is
emitted at shutdown, if globals()['__file__'] is None.
Misc/NEWS