Files
cpython/Python/tracemalloc.c
Victor Stinner 31f149d5b3 gh-128679: Use _PyThreadState_GET() in tracemalloc.c (#129126)
Replace uncommon PyGILState_GetThisThreadState() with common
_PyThreadState_GET().
2025-01-21 14:43:31 +01:00

38 KiB