[Python-checkins] CVS: python/dist/src/Objects obmalloc.c,2.31,2.32
Tim Peters
tim_one@users.sourceforge.net
2002年4月04日 22:24:56 -0800
Update of /cvsroot/python/python/dist/src/Objects
In directory usw-pr-cvs1:/tmp/cvs-serv14613/python/Objects
Modified Files:
obmalloc.c
Log Message:
Repair an incomprehensible comment.
Index: obmalloc.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Objects/obmalloc.c,v
retrieving revision 2.31
retrieving revision 2.32
diff -C2 -d -r2.31 -r2.32
*** obmalloc.c 5 Apr 2002 05:45:31 -0000 2.31
--- obmalloc.c 5 Apr 2002 06:24:54 -0000 2.32
***************
*** 327,332 ****
the pool_header nextoffset member, and the largest value of nextoffset that
makes sense is stored in the maxnextoffset member when a pool is initialized.
! All the blocks in a pool have been passed out at least when and only when
! nextoffset > maxnextoffset.
--- 327,332 ----
the pool_header nextoffset member, and the largest value of nextoffset that
makes sense is stored in the maxnextoffset member when a pool is initialized.
! All the blocks in a pool have been passed out at least once when and only
! when nextoffset > maxnextoffset.