Thanks to visit codestin.com Credit goes to github.com
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.
Python/codecs.c
1 parent e6e376a commit 12805efCopy full SHA for 12805ef
1 file changed
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