COMMITS
/ Include/internal/pycore_blocks_output_buffer.h April 18, 2026
V
gh-148688: Fix _BlocksOutputBuffer_Finish() double free (#148689)
Victor Stinner committed
October 14, 2025
E
gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)
Emma Smith committed
August 21, 2023
V
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner committed
June 22, 2021
R
bpo-44458: Ensure BUFFER_BLOCK_SIZE symbol is statically allocated. (GH-26808)
Russell Keith-Magee committed
April 28, 2021
M
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin committed