https://github.com/python/cpython/commit/12805ef9dac1d564fef222d632dcb4063117bc32
commit: 12805ef9dac1d564fef222d632dcb4063117bc32
branch: main
author: Stan Ulbrych <[email protected]>
committer: malemburg <[email protected]>
date: 2025-10-03T13:33:49+02:00
summary:

`Python/codecs.c`: Remove unused forward declaration (#139511)

files:
M Python/codecs.c

diff --git a/Python/codecs.c b/Python/codecs.c
index 364e07990ba42a..0bde56c0ac662e 100644
--- a/Python/codecs.c
+++ b/Python/codecs.c
@@ -83,8 +83,6 @@ PyCodec_Unregister(PyObject *search_function)
     return 0;
 }
 
-extern int _Py_normalize_encoding(const char *, char *, size_t);
-
 /* Convert a string to a normalized Python string: all ASCII letters are
    converted to lower case, spaces are replaced with hyphens. */
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to