Merge fix for issue #22166 from 3.4

This commit is contained in:
Nick Coghlan 2014-09-15 23:55:16 +12:00
commit a0f33759fa
5 changed files with 102 additions and 0 deletions

View file

@ -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.