Issue #9089: Remove references to intobject.c and intobject.h from comments.

This commit is contained in:
Mark Dickinson 2010-06-27 18:19:09 +00:00
parent 7ab54e4252
commit d19052c161
4 changed files with 19 additions and 4 deletions

View file

@ -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