Skip to content

Commit 56d110c

Browse files
extern typeobject
1 parent ad2d676 commit 56d110c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/internal/pycore_unicodeobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern void _PyUnicode_Fini(PyInterpreterState *);
2020
extern void _PyUnicode_FiniTypes(PyInterpreterState *);
2121
extern void _PyStaticUnicode_Dealloc(PyObject *);
2222

23-
PyTypeObject _PyUnicodeASCIIIter_Type;
23+
extern PyTypeObject _PyUnicodeASCIIIter_Type;
2424

2525
/* other API */
2626

0 commit comments

Comments
 (0)