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 506cfdf commit f6d2bb1Copy full SHA for f6d2bb1
Include/internal/pycore_codecs.h
@@ -6,8 +6,6 @@ extern "C" {
6
7
extern PyObject* _PyCodec_Lookup(const char *encoding);
8
9
-extern int _PyCodec_Forget(const char *encoding);
10
-
11
/* Text codec specific encoding and decoding API.
12
13
Checks the encoding against a list of codecs which do not
0 commit comments