]> 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)
commitb1b25f0ffd6c2d31cf21fa7128ff64c314c3cd2e
tree0227d262895e628d23cd1c000140d23600f01823
parent7d10a2d88accf1a04cb90ceb991fb5cac0abb698
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