[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-12 Thread miss-islington
miss-islington added the comment: New changeset aa12534acff4868f6dce9e2364a66fbb0ebcb3ca by Miss Islington (bot) in branch '3.6': closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-12 Thread miss-islington
miss-islington added the comment: New changeset 72c34cf6dd5fb206fe4d407ff603468af466fd2e by Miss Islington (bot) in branch '3.7': closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +8647 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +8648 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-12 Thread Ronald Oussoren
Ronald Oussoren added the comment: Yes it should, the same problem has been present from the start. -- ___ Python tracker ___ ___

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-11 Thread Ned Deily
Ned Deily added the comment: Thanks, Benjamin! Ronald, do you think this should be backported? -- ___ Python tracker ___ ___

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2018-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 4859ba0d2ce4506fddc3f55f90f8dce031b3804f by Benjamin Peterson (Max Bélanger) in branch 'master': closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2017-10-30 Thread Max Bélanger
Change by Max Bélanger : -- keywords: +patch pull_requests: +4148 stage: -> patch review ___ Python tracker ___

[issue31903] `_scproxy` calls SystemConfiguration functions in a way that can cause deadlocks

2017-10-30 Thread Maxime Belanger
New submission from Maxime Belanger : Through the use of various Python packages (such as `pyobjc`), it is possible for a deadlock to occur due to how `_scproxy.c` calls `SCDynamicStoreCopyProxies`. In more recent versions of macOS (10.7+), this function can block on