Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42431: Fix outdated bytes comments (GH-23458) | Serhiy Storchaka | 2020-12-03 | 1 | -1/+1 |
| | | | | Also move definitions of internal macros F_LJUST etc to private header. | ||||
* | bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494) | Victor Stinner | 2020-02-12 | 1 | -0/+118 |
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. |