diff options
author | Davide Rizzo <sorcio@gmail.com> | 2019-03-06 15:52:34 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-03-06 15:52:34 (GMT) |
commit | bb9593af0ac835b93c2834d44b72fa34e30efed0 (patch) | |
tree | 91021065cc08f343d0055e9cd37ca644ec6b948d /Misc | |
parent | b71e28ea91259ca3914e2ff84fc126795ea6b848 (diff) | |
download | cpython-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.rst | 1 |
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. |