diff options
| author | Inada Naoki <songofacandy@gmail.com> | 2019-03-18 06:44:11 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-18 06:44:11 (GMT) |
| commit | 6a16b18224fa98f6d192aa5014affeccc0376eb3 (patch) | |
| tree | d42d5fb270ce1a0e77235b9d5841fe2daa64b4e6 /Include/cpython/unicodeobject.h | |
| parent | 6fb544d8bc994ceb96b0fc5059c65fa82997743e (diff) | |
| download | cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.zip cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.tar.gz cpython-6a16b18224fa98f6d192aa5014affeccc0376eb3.tar.bz2 | |
bpo-36297: remove "unicode_internal" codec (GH-12342)
Diffstat (limited to 'Include/cpython/unicodeobject.h')
| -rw-r--r-- | Include/cpython/unicodeobject.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Include/cpython/unicodeobject.h b/Include/cpython/unicodeobject.h index c763490..4eecc96 100644 --- a/Include/cpython/unicodeobject.h +++ b/Include/cpython/unicodeobject.h @@ -896,15 +896,6 @@ PyAPI_FUNC(PyObject*) PyUnicode_EncodeRawUnicodeEscape( Py_ssize_t length /* Number of Py_UNICODE chars to encode */ ) Py_DEPRECATED(3.3); -/* --- Unicode Internal Codec --------------------------------------------- */ - -/* Only for internal use in _codecsmodule.c */ -PyObject *_PyUnicode_DecodeUnicodeInternal( - const char *string, - Py_ssize_t length, - const char *errors - ); - /* --- Latin-1 Codecs ----------------------------------------------------- */ PyAPI_FUNC(PyObject*) _PyUnicode_AsLatin1String( |
