commit | 0398985920dcad1fcff0859e18a5911a6c685ff1 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 28 00:24:52 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 28 00:24:52 2012 +0200 |
tree | de0d47e15582579bb02517e08759d9bba3619890 | |
parent | 30147710e8d6b2b5aebcf6f774fe289a4918958c [diff] [blame] |
Issue #15781: Fix two small race conditions in import's module locking.
diff --git a/Misc/NEWS b/Misc/NEWS index 50baf86..04a98ab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -13,6 +13,8 @@ - Issue #15784: Modify OSError.__str__() to better distinguish between errno error numbers and Windows error numbers. +- Issue #15781: Fix two small race conditions in import's module locking. + Library -------