Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
doc: Add news blurb
  • Loading branch information
effigies committed Jan 8, 2025
commit db7f971ad66a55c1d5f6a96e9aeef1c8944945cc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Eagerly write to buffers passed to :class:`gzip.GzipFile`'s
:meth:`~io.BufferedIOBase.readinto` and
:meth:`~io.BufferedIOBase.readinto1` implementations,
avoiding unnecessary allocations. Patch by Chris Markiewicz.