summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMax BĂ©langer <aeromax@gmail.com>2018-09-11 23:14:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2018-09-11 23:14:00 (GMT)
commit4859ba0d2ce4506fddc3f55f90f8dce031b3804f (patch)
treeae9ce3fc1f6308038166e017df148db9621c697f /Misc
parentec014a101a7f6243b95dfc08acfe1542b9fa5d39 (diff)
downloadcpython-4859ba0d2ce4506fddc3f55f90f8dce031b3804f.zip
cpython-4859ba0d2ce4506fddc3f55f90f8dce031b3804f.tar.gz
cpython-4859ba0d2ce4506fddc3f55f90f8dce031b3804f.tar.bz2
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/macOS/2017-11-01-16-53-12.bpo-31903.K6jCVG.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2017-11-01-16-53-12.bpo-31903.K6jCVG.rst b/Misc/NEWS.d/next/macOS/2017-11-01-16-53-12.bpo-31903.K6jCVG.rst
new file mode 100644
index 0000000..3788112
--- /dev/null
+++ b/Misc/NEWS.d/next/macOS/2017-11-01-16-53-12.bpo-31903.K6jCVG.rst
@@ -0,0 +1,2 @@
+In :mod:`_scproxy`, drop the GIL when calling into ``SystemConfiguration`` to avoid
+deadlocks.