mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Comment out extend_stack() -- it is no longer needed.
This commit is contained in:
parent
98a9b312e8
commit
792fd435ec
1 changed files with 2 additions and 0 deletions
|
@ -238,6 +238,7 @@ newframeobject(back, code, globals, locals, owner, nvalues, nblocks)
|
|||
return f;
|
||||
}
|
||||
|
||||
#if 0
|
||||
object **
|
||||
extend_stack(f, level, incr)
|
||||
frameobject *f;
|
||||
|
@ -254,6 +255,7 @@ extend_stack(f, level, incr)
|
|||
}
|
||||
return f->f_valuestack + level;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Block management */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue