mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Avoid a temporary buffer to create a bytes string: use PyBytes_FromStringAndSize() to directly allocate a bytes object. Cleanup also the code: PEP 7 formatting, move variable definitions closer to where they are used. Fix assertion checking "j" index.
Miscellaneous source files for the main Python shared library