Browse Source
Fail if PyMem_Malloc() is called without holding the GIL
Fail if PyMem_Malloc() is called without holding the GIL
Issue #26563: Debug hooks on Python memory allocators now raise a fatal error if functions of the PyMem_Malloc() family are called without holding the GIL.pull/9921/head
4 changed files with 43 additions and 11 deletions
Write
Preview
Loading…
Cancel
Save
Reference in new issue