[Python-checkins] cpython (2.7): Add regression issue number to Misc/NEWS entry.

antoine.pitrou python-checkins at python.org
Fri Nov 21 02:05:24 CET 2014


https://hg.python.org/cpython/rev/c9b4dc1ab7ae
changeset:   93527:c9b4dc1ab7ae
branch:      2.7
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Nov 21 02:05:06 2014 +0100
summary:
  Add regression issue number to Misc/NEWS entry.

files:
  Misc/NEWS |  8 ++++----
  1 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,10 +10,10 @@
 Core and Builtins
 -----------------
 
-- Backout issue #1856 patch (avoid crashes and lockups when daemon threads
-  run while the interpreter is shutting down; instead, these threads are
-  now killed when they try to take the GIL), as it seems to break some
-  existing code.
+- Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
+  daemon threads run while the interpreter is shutting down; instead, these
+  threads are now killed when they try to take the GIL), as it seems to
+  break some existing code.
 
 - Issue #22604: Fix assertion error in debug mode when dividing a complex
   number by (nan+0j).

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list