mirror of
https://github.com/python/cpython.git
synced 2026-08-20 17:15:00 +08:00
Calling PyDict_GetItem() without GIL held had been allowed for historical reason. It is no longer allowed.
Calling PyDict_GetItem() without GIL held had been allowed for historical reason. It is no longer allowed.