We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e38c09 commit fd5b508Copy full SHA for fd5b508
Objects/listobject.c
@@ -7,7 +7,6 @@
7
#include "pycore_object.h" // _PyObject_GC_TRACK()
8
#include "pycore_tuple.h" // _PyTuple_FromArray()
9
#include <stddef.h>
10
-#include <stdio.h>
11
12
/*[clinic input]
13
class list "PyListObject *" "&PyList_Type"
0 commit comments