Staging
v0.5.1
https://github.com/python/cpython
Revision f8f30fad4dfdad4a655942963c1e5fc3ae0d9cfb authored by Gregory P. Smith on 06 July 2008, 04:04:07 UTC, committed by Gregory P. Smith on 06 July 2008, 04:04:07 UTC
- Issue #2632: Prevent socket.read(bignumber) from over allocating memory
  in the common case when the data is returned from the underlying socket
  in increments much smaller than bignumber.
1 parent 6d7f937
History
Tip revision: f8f30fad4dfdad4a655942963c1e5fc3ae0d9cfb authored by Gregory P. Smith on 06 July 2008, 04:04:07 UTC
Backport r62627 + r62744 from trunk to fix issue 2632.
Tip revision: f8f30fa

README

back to top