0
0
mirror of https://github.com/python/cpython.git synced 2024-11-29 00:56:12 +01:00
cpython/Objects
Guido van Rossum cada2938f7 As noted by Per Cederqvist, new_buffersize() sometimes returns the
buffer increment, and sometimes the new buffer size.  Make it do what
its name says, and fix the one place where this matters to the caller.

Also add a comment explaining why we call lseek() and then ftell().
1998-12-11 20:44:56 +00:00
..
abstract.c
bufferobject.c
classobject.c
cobject.c
complexobject.c
dictobject.c
fileobject.c As noted by Per Cederqvist, new_buffersize() sometimes returns the 1998-12-11 20:44:56 +00:00
floatobject.c
frameobject.c
funcobject.c
intobject.c
listobject.c
longobject.c
Makefile.in
methodobject.c
moduleobject.c
object.c
rangeobject.c
sliceobject.c
stringobject.c
tupleobject.c When tracing references, reset the type and size of tuples allocated 1998-12-11 14:56:38 +00:00
typeobject.c
xxobject.c