diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-11-21 01:05:06 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-11-21 01:05:06 (GMT) |
commit | fc419fbc7141af886645a07c6464da2b66b9dcbf (patch) | |
tree | fb5d74a3065dbecf457e8e9f89d84c8ba8e085ec | |
parent | b9a4501179eec7762fcf3536833707f58d2474d2 (diff) | |
download | cpython-fc419fbc7141af886645a07c6464da2b66b9dcbf.zip cpython-fc419fbc7141af886645a07c6464da2b66b9dcbf.tar.gz cpython-fc419fbc7141af886645a07c6464da2b66b9dcbf.tar.bz2 |
Add regression issue number to Misc/NEWS entry.
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,10 +10,10 @@ What's New in Python 2.7.9? 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). |