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 75b1afe commit 46be0bcCopy full SHA for 46be0bc
Python/codecs.c
@@ -83,8 +83,6 @@ PyCodec_Unregister(PyObject *search_function)
83
return 0;
84
}
85
86
-extern int _Py_normalize_encoding(const char *, char *, size_t);
87
-
88
/* Convert a string to a normalized Python string: all ASCII letters are
89
converted to lower case, spaces are replaced with hyphens. */
90
0 commit comments