mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
stringlib: remove unused STRINGLIB_FILL
This commit is contained in:
parent
e251d6d69d
commit
0fc35196bb
6 changed files with 0 additions and 6 deletions
|
|
@ -17,7 +17,6 @@
|
|||
#define STRINGLIB_TODECIMAL Py_UNICODE_TODECIMAL
|
||||
#define STRINGLIB_TOUPPER Py_UNICODE_TOUPPER
|
||||
#define STRINGLIB_TOLOWER Py_UNICODE_TOLOWER
|
||||
#define STRINGLIB_FILL Py_UNICODE_FILL
|
||||
#define STRINGLIB_STR PyUnicode_1BYTE_DATA
|
||||
#define STRINGLIB_LEN PyUnicode_GET_LENGTH
|
||||
#define STRINGLIB_NEW _PyUnicode_FromUCS1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue