mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Repair an incomprehensible comment.
This commit is contained in:
parent
16bcb6b1af
commit
ffdd22f1af
1 changed files with 2 additions and 2 deletions
|
@ -326,8 +326,8 @@ simply haven't yet gotten to one of the higher-address blocks. The offset
|
||||||
from the pool_header to the start of "the next" virgin block is stored in
|
from the pool_header to the start of "the next" virgin block is stored in
|
||||||
the pool_header nextoffset member, and the largest value of nextoffset that
|
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.
|
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
|
All the blocks in a pool have been passed out at least once when and only
|
||||||
nextoffset > maxnextoffset.
|
when nextoffset > maxnextoffset.
|
||||||
|
|
||||||
|
|
||||||
Major obscurity: While the usedpools vector is declared to have poolp
|
Major obscurity: While the usedpools vector is declared to have poolp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue