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 67c9459 commit e460b5aCopy full SHA for e460b5a
Include/internal/pycore_list.h
@@ -12,6 +12,8 @@ extern "C" {
12
#include "pycore_stackref.h"
13
#endif
14
15
+#include "pycore_pyatomic_ft_wrappers.h"
16
+
17
PyAPI_FUNC(PyObject*) _PyList_Extend(PyListObject *, PyObject *);
18
extern void _PyList_DebugMallocStats(FILE *out);
19
// _PyList_GetItemRef should be used only when the object is known as a list
0 commit comments