We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 837ae60 commit 08c8613Copy full SHA for 08c8613
Python/gc_gil.c
@@ -10,7 +10,7 @@
10
*/
11
12
void
13
-_PyGC_Clear_FreeList(PyInterpreterState *interp)
+_PyGC_ClearFreeList(PyInterpreterState *interp)
14
{
15
_PyTuple_ClearFreeList(interp);
16
_PyFloat_ClearFreeList(interp);
0 commit comments