Commit fc419fbc authored by Antoine Pitrou's avatar Antoine Pitrou

Add regression issue number to Misc/NEWS entry.

parent b9a45011
...@@ -10,10 +10,10 @@ What's New in Python 2.7.9? ...@@ -10,10 +10,10 @@ What's New in Python 2.7.9?
Core and Builtins Core and Builtins
----------------- -----------------
- Backout issue #1856 patch (avoid crashes and lockups when daemon threads - Issue #21963: backout issue #1856 patch (avoid crashes and lockups when
run while the interpreter is shutting down; instead, these threads are daemon threads run while the interpreter is shutting down; instead, these
now killed when they try to take the GIL), as it seems to break some threads are now killed when they try to take the GIL), as it seems to
existing code. break some existing code.
- Issue #22604: Fix assertion error in debug mode when dividing a complex - Issue #22604: Fix assertion error in debug mode when dividing a complex
number by (nan+0j). number by (nan+0j).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment