diff options
author | Max BĂ©langer <aeromax@gmail.com> | 2018-09-11 23:14:00 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-09-11 23:14:00 (GMT) |
commit | 4859ba0d2ce4506fddc3f55f90f8dce031b3804f (patch) | |
tree | ae9ce3fc1f6308038166e017df148db9621c697f /Misc | |
parent | ec014a101a7f6243b95dfc08acfe1542b9fa5d39 (diff) | |
download | cpython-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.rst | 2 |
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. |