mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Issue #9089: Remove references to intobject.c and intobject.h from comments.
This commit is contained in:
parent
7ab54e4252
commit
d19052c161
4 changed files with 19 additions and 4 deletions
|
|
@ -391,7 +391,7 @@ static PyGetSetDef frame_getsetlist[] = {
|
|||
the local variables in f_localsplus are NULL.
|
||||
|
||||
2. We also maintain a separate free list of stack frames (just like
|
||||
integers are allocated in a special way -- see intobject.c). When
|
||||
floats are allocated in a special way -- see floatobject.c). When
|
||||
a stack frame is on the free list, only the following members have
|
||||
a meaning:
|
||||
ob_type == &Frametype
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue