mirror of
https://github.com/python/cpython.git
synced 2026-05-29 15:45:56 -04:00
13be7db34c
Issue #26563: Replace PyMem_Malloc() with PyMem_RawFree() since PostToQueueCallback() calls PyMem_RawFree() (previously PyMem_Free()) in a new C thread which doesn't hold the GIL.
Source files for standard library extension modules, and former extension modules that are now builtin modules.