summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavide Rizzo <sorcio@gmail.com>2019-03-06 15:52:34 (GMT)
committerBenjamin Peterson <benjamin@python.org>2019-03-06 15:52:34 (GMT)
commitbb9593af0ac835b93c2834d44b72fa34e30efed0 (patch)
tree91021065cc08f343d0055e9cd37ca644ec6b948d /Misc
parentb71e28ea91259ca3914e2ff84fc126795ea6b848 (diff)
downloadcpython-bb9593af0ac835b93c2834d44b72fa34e30efed0.zip
cpython-bb9593af0ac835b93c2834d44b72fa34e30efed0.tar.gz
cpython-bb9593af0ac835b93c2834d44b72fa34e30efed0.tar.bz2
closes bpo-36139: release GIL around munmap(). (GH-12073)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-03-06-13-07-29.bpo-36139.6kedum.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-03-06-13-07-29.bpo-36139.6kedum.rst b/Misc/NEWS.d/next/Library/2019-03-06-13-07-29.bpo-36139.6kedum.rst
new file mode 100644
index 0000000..9dcd857
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-03-06-13-07-29.bpo-36139.6kedum.rst
@@ -0,0 +1 @@
+Release GIL when closing :class:`~mmap.mmap` objects.