mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Patch #1359618: Speed-up charmap encoder.
This commit is contained in:
parent
67966bed72
commit
3f767795f6
51 changed files with 510 additions and 11516 deletions
|
@ -650,6 +650,11 @@ PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
|
|||
const char *errors /* error handling */
|
||||
);
|
||||
|
||||
PyAPI_FUNC(PyObject*) PyUnicode_BuildEncodingMap(
|
||||
PyObject* string /* 256 character map */
|
||||
);
|
||||
|
||||
|
||||
/* --- UTF-7 Codecs ------------------------------------------------------- */
|
||||
|
||||
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF7(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue