Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac657d commit db7f971Copy full SHA for db7f971
1 file changed
Misc/NEWS.d/next/Library/2025-01-08-15-14-17.gh-issue-128647.GabglU.rst
@@ -0,0 +1,4 @@
1
+Eagerly write to buffers passed to :class:`gzip.GzipFile`'s
2
+:meth:`~io.BufferedIOBase.readinto` and
3
+:meth:`~io.BufferedIOBase.readinto1` implementations,
4
+avoiding unnecessary allocations. Patch by Chris Markiewicz.
0 commit comments