Skip to content

Commit 08c8613

Browse files
committed
fix
1 parent 837ae60 commit 08c8613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/gc_gil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
void
13-
_PyGC_Clear_FreeList(PyInterpreterState *interp)
13+
_PyGC_ClearFreeList(PyInterpreterState *interp)
1414
{
1515
_PyTuple_ClearFreeList(interp);
1616
_PyFloat_ClearFreeList(interp);

0 commit comments

Comments
 (0)