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.