mirror of
https://github.com/python/cpython.git
synced 2026-07-30 05:36:27 -04:00
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.