Staging
v0.5.1
Revision 4860f01ac0f07cdc8fc0cc27c33f5a64e5cfec9f authored by Tony Roberts on 02 February 2019, 17:16:42 UTC, committed by Steve Dower on 02 February 2019, 17:16:42 UTC
LoadLibrary, GetProcAddress, FreeLibrary and GetModuleHandle acquire the system loader lock. Calling these while holding the GIL will cause a deadlock on the rare occasion that another thread is detaching and needs to destroy its thread state at the same time.
1 parent 2de576e
History
File Mode Size
CODEOWNERS -rw-r--r-- 2.1 KB
CONTRIBUTING.rst -rw-r--r-- 2.4 KB
PULL_REQUEST_TEMPLATE.md -rw-r--r-- 700 bytes
appveyor.yml -rw-r--r-- 1.1 KB
codecov.yml -rw-r--r-- 482 bytes

back to top