mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
459d493ce3
Use PyBytesWriter in action_helpers.c _build_concatenated_bytes(). 3x faster bytes concat in the parser. Co-authored-by: Victor Stinner <vstinner@python.org>