commit | e9c5a0410e55a7ef5a3ca9cab1df46ecfeb367a2 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Nov 27 14:03:36 2009 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Nov 27 14:03:36 2009 +0000 |
tree | 4b7b62c637f2b8073a40681dc246f93a741e02ea | |
parent | 546b2121ffda7ed3ce6426fa16071e09ea9b39b0 [diff] [blame] |
Issue #7403: Fixed possible race condition in lock creation.
diff --git a/Misc/NEWS b/Misc/NEWS index 746e342..ca36adc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Library ------- +- Issue #7403: logging: Fixed possible race condition in lock creation. + - Issue #7341: Close the internal file object in the TarFile constructor in case of an error.