mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Mark PyUnicode_FromUCS[124] as private
This commit is contained in:
parent
ff9e50fd04
commit
e57b1c0da1
4 changed files with 13 additions and 13 deletions
|
@ -19,7 +19,7 @@
|
|||
#define STRINGLIB_FILL Py_UNICODE_FILL
|
||||
#define STRINGLIB_STR PyUnicode_1BYTE_DATA
|
||||
#define STRINGLIB_LEN PyUnicode_GET_LENGTH
|
||||
#define STRINGLIB_NEW PyUnicode_FromUCS2
|
||||
#define STRINGLIB_NEW _PyUnicode_FromUCS2
|
||||
#define STRINGLIB_RESIZE not_supported
|
||||
#define STRINGLIB_CHECK PyUnicode_Check
|
||||
#define STRINGLIB_CHECK_EXACT PyUnicode_CheckExact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue