Python 3.12: "Python memory allocator called without holding the GIL" on shutdown

Scott Talbert swt at techie.net
Fri Jun 16 15:25:47 BST 2023


Hi Phil,

Sorry for starting a new thread on this - I had already deleted the 
original messages.

Have you had a chance to look into the changes necessary for this issue? 
Is it as simple as replacing PyMem_Malloc with PyMem_RawMalloc and 
PyMem_Free with PyMem_RawFree ?

Thanks,
Scott


More information about the PyQt mailing list