mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merge fix for issue #22166 from 3.4
This commit is contained in:
commit
a0f33759fa
5 changed files with 102 additions and 0 deletions
|
@ -49,6 +49,10 @@ PyAPI_FUNC(int) PyCodec_Register(
|
|||
PyAPI_FUNC(PyObject *) _PyCodec_Lookup(
|
||||
const char *encoding
|
||||
);
|
||||
|
||||
PyAPI_FUNC(int) _PyCodec_Forget(
|
||||
const char *encoding
|
||||
);
|
||||
#endif
|
||||
|
||||
/* Codec registry encoding check API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue