commit | b1b25f0ffd6c2d31cf21fa7128ff64c314c3cd2e | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 02:43:09 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Jul 04 02:43:09 2011 +0200 |
tree | 0227d262895e628d23cd1c000140d23600f01823 | |
parent | 7d10a2d88accf1a04cb90ceb991fb5cac0abb698 [diff] [blame] |
Issue #12467: warnings: fix a race condition if a warning is emitted at shutdown, if globals()['__file__'] is None.
diff --git a/Misc/NEWS b/Misc/NEWS index 52ae888..1518bd1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Library ------- +- Issue #12467: warnings: fix a race condition if a warning is emitted at + shutdown, if globals()['__file__'] is None. + What's New in Python 3.2.1 release candidate 2? ===============================================