summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-07-18 03:49:38 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2016-07-18 03:49:38 (GMT)
commitb22a67737ea20f8646540903d32149ed7d5af3eb (patch)
tree41f36a57a97ced101fe46618b206e02bda70d9fe /Misc
parentbc3e9cac7cb3f79b0abf5a29b9cc8a47906f9b30 (diff)
downloadcpython-b22a67737ea20f8646540903d32149ed7d5af3eb.zip
cpython-b22a67737ea20f8646540903d32149ed7d5af3eb.tar.gz
cpython-b22a67737ea20f8646540903d32149ed7d5af3eb.tar.bz2
Issue #27533: Release GIL in nt._isdir
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 714bf6a..ad0eafa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Core and Builtins
Library
-------
+- Issue #27533: Release GIL in nt._isdir
+
- Issue #17711: Fixed unpickling by the persistent ID with protocol 0.
Original patch by Alexandre Vassalotti.