summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-08-18 16:12:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-08-18 16:12:23 (GMT)
commitdfaf9ec93a75a5d41b89dfd4c6540f1289798130 (patch)
tree56d4b625b58dc2f4c9712627ba0a4d6328fcc5a6 /Misc
parentc14190dc5b24716db1474a4c34618098331ce937 (diff)
downloadcpython-dfaf9ec93a75a5d41b89dfd4c6540f1289798130.zip
cpython-dfaf9ec93a75a5d41b89dfd4c6540f1289798130.tar.gz
cpython-dfaf9ec93a75a5d41b89dfd4c6540f1289798130.tar.bz2
Restore GIL in nis_cat in case of error.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8a1d414..59ad9d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,8 @@ Core and Builtins
Extensions
----------
+- Restore GIL in nis_cat in case of error.
+
- Issue #665761: ``functools.reduce()`` will no longer mask exceptions
other than ``TypeError`` raised by the iterator argument.