[issue29087] UCS4 support functions are not implemented

2016-12-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thanks Victor. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___

[issue29087] UCS4 support functions are not implemented

2016-12-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 29d46d29e169 by Serhiy Storchaka in branch '3.5': Issue #29087: Removed the documentation of non-existing UCS4 support functions. https://hg.python.org/cpython/rev/29d46d29e169 New changeset e44b6b01c8cf by Serhiy Storchaka in branch '3.6': Issue #2

[issue29087] UCS4 support functions are not implemented

2016-12-27 Thread STINNER Victor
STINNER Victor added the comment: Py_UCS4_strlen() added by: changeset: 72475:8beaa9a37387 user:Martin v. Löwis date:Wed Sep 28 07:41:54 2011 +0200 files: ... description: Implement PEP 393. Removed by: changeset: 73236:80a7ab9ac29f user:Martin v. Löwis dat

[issue29087] UCS4 support functions are not implemented

2016-12-27 Thread STINNER Victor
STINNER Victor added the comment: I recall that the very first implementation of the PEP 393 (compact strings) was heavily based on UCS4. Slowly, I optimized the code by specializing functions to each kind of string (ACSII, Latin1, UCS2, UCS4). -- _

[issue29087] UCS4 support functions are not implemented

2016-12-27 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: There is a special section in the documentation of Unicode Objects C API: UCS4 Support. https://docs.python.org/3/c-api/unicode.html#ucs4-support It documents utility functions that work on strings of Py_UCS4 characters like Py_UCS4_strlen(), Py_UCS4_strc