| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | gh-89653: PEP 670: Convert PyBytes macros to functions (#91990) | Victor Stinner | 2022-05-03 | 1 | -6/+24 |
| | | | | | | | | | | | | | Convert the following macros to static inline functions: * PyByteArray_AS_STRING() * PyByteArray_GET_SIZE() * PyBytes_AS_STRING() * PyBytes_GET_SIZE() Limited C API version 3.11 no longer casts arguments. Add _PyBytes_CAST() and _PyByteArray_CAST() macros. | ||||
| * | bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) | Victor Stinner | 2020-02-12 | 1 | -0/+20 |
| Add Include/cpython/bytearrayobject.h and Include/cpython/bytesobject.h header files. Move CPython C API from Include/bytesobject.h into a new Include/cpython/bytesobject.h header file which is included by Include/bytesobject.h. Do a similar change for Include/bytearrayobject.h. | |||||
