diff --git a/Misc/NEWS.d/next/Library/2025-01-08-15-14-17.gh-issue-128647.GabglU.rst b/Misc/NEWS.d/next/Library/2025-01-08-15-14-17.gh-issue-128647.GabglU.rst new file mode 100644 index 00000000000000..26358acd7fc61e --- /dev/null +++ b/Misc/NEWS.d/next/Library/2025-01-08-15-14-17.gh-issue-128647.GabglU.rst @@ -0,0 +1,3 @@ +Write to buffers passed to :meth:`gzip.GzipFile.readinto` and +:meth:`gzip.GzipFile.readinto1` as soon as possible, avoiding unnecessary +allocations. Patch by Chris Markiewicz.