mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -20,7 +20,6 @@
|
|||
#define STRINGLIB_TODECIMAL(x) (STRINGLIB_ISDECIMAL(x) ? (x - '0') : -1)
|
||||
#define STRINGLIB_TOUPPER Py_TOUPPER
|
||||
#define STRINGLIB_TOLOWER Py_TOLOWER
|
||||
#define STRINGLIB_FILL memset
|
||||
#define STRINGLIB_STR PyBytes_AS_STRING
|
||||
#define STRINGLIB_LEN PyBytes_GET_SIZE
|
||||
#define STRINGLIB_NEW PyBytes_FromStringAndSize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue