mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +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
|
@ -21,7 +21,6 @@
|
|||
#define STRINGLIB_STR PyBytes_AS_STRING
|
||||
#define STRINGLIB_LEN PyBytes_GET_SIZE
|
||||
#define STRINGLIB_NEW PyBytes_FromStringAndSize
|
||||
#define STRINGLIB_RESIZE _PyBytes_Resize
|
||||
#define STRINGLIB_CHECK PyBytes_Check
|
||||
#define STRINGLIB_CHECK_EXACT PyBytes_CheckExact
|
||||
#define STRINGLIB_TOSTR PyObject_Str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue