8000 gh-86085: Remove _PyCodec_Forget() declaration (#106377) · python/cpython@f6d2bb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f6d2bb1

Browse files
authored
gh-86085: Remove _PyCodec_Forget() declaration (#106377)
The code was already removed by: commit c9f696c.
1 parent 506cfdf commit f6d2bb1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Include/internal/pycore_codecs.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ extern "C" {
66

77
extern PyObject* _PyCodec_Lookup(const char *encoding);
88

9-
extern int _PyCodec_Forget(const char *encoding);
10-
119
/* Text codec specific encoding and decoding API.
1210
1311
Checks the encoding against a list of codecs which do not

0 commit comments

Comments
 (0)
0