summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2014-09-15 11:55:16 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2014-09-15 11:55:16 (GMT)
commita0f33759fa03a1801f25420e66fab3f2d938244d (patch)
tree296619b9eca5b00fb78a6360129d47ae7e522a60 /Include
parent0b894b40dba989d8ed3edff310859864748f8848 (diff)
parent8fad1676a215bab3e61dccf0f1802ccb17a43a41 (diff)
downloadcpython-a0f33759fa03a1801f25420e66fab3f2d938244d.zip
cpython-a0f33759fa03a1801f25420e66fab3f2d938244d.tar.gz
cpython-a0f33759fa03a1801f25420e66fab3f2d938244d.tar.bz2
Merge fix for issue #22166 from 3.4
Diffstat (limited to 'Include')
-rw-r--r--Include/codecs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Include/codecs.h b/Include/codecs.h
index 611964c..b3088e4 100644
--- a/Include/codecs.h
+++ b/Include/codecs.h
@@ -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.