mirror of
https://github.com/python/cpython.git
synced 2025-11-03 15:11:34 +00:00
stringlib: remove unused STRINGLIB_RESIZE macro
This commit is contained in:
parent
685bd4a37a
commit
76b3b2726c
7 changed files with 0 additions and 7 deletions
|
|
@ -19,7 +19,6 @@
|
|||
#define STRINGLIB_STR PyUnicode_1BYTE_DATA
|
||||
#define STRINGLIB_LEN PyUnicode_GET_LENGTH
|
||||
#define STRINGLIB_NEW _PyUnicode_FromUCS1
|
||||
#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