mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +00:00
Use PyBytesWriter in action_helpers.c _build_concatenated_bytes(). 3x faster bytes concat in the parser. Co-authored-by: Victor Stinner <vstinner@python.org>