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 ad2d676 commit 56d110cCopy full SHA for 56d110c
Include/internal/pycore_unicodeobject.h
@@ -20,7 +20,7 @@ extern void _PyUnicode_Fini(PyInterpreterState *);
20
extern void _PyUnicode_FiniTypes(PyInterpreterState *);
21
extern void _PyStaticUnicode_Dealloc(PyObject *);
22
23
-PyTypeObject _PyUnicodeASCIIIter_Type;
+extern PyTypeObject _PyUnicodeASCIIIter_Type;
24
25
/* other API */
26
0 commit comments