summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-05-29 15:58:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-05-29 15:58:08 (GMT)
commit4f16d3b4ac92c93b2d8297cf62b1820603b67b55 (patch)
tree1f93327ab0944eaf51710bfe7c3d3bf208f011fe /Misc/NEWS
parent3e3eace7d75b748254589b76970367588d320199 (diff)
downloadcpython-4f16d3b4ac92c93b2d8297cf62b1820603b67b55.zip
cpython-4f16d3b4ac92c93b2d8297cf62b1820603b67b55.tar.gz
cpython-4f16d3b4ac92c93b2d8297cf62b1820603b67b55.tar.bz2
Issue #4873: Fix resource leaks in error cases of pwd and grp.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a054789..7e53d24 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1067,6 +1067,8 @@ C-API
Extension Modules
-----------------
+- Issue #4873: Fix resource leaks in error cases of pwd and grp.
+
- Issue #4751: For hashlib algorithms provided by OpenSSL, the Python
GIL is now released during computation on data lengths >= 2048 bytes.