mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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;
|
return f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
object **
|
object **
|
||||||
extend_stack(f, level, incr)
|
extend_stack(f, level, incr)
|
||||||
frameobject *f;
|
frameobject *f;
|
||||||
|
@ -254,6 +255,7 @@ extend_stack(f, level, incr)
|
||||||
}
|
}
|
||||||
return f->f_valuestack + level;
|
return f->f_valuestack + level;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Block management */
|
/* Block management */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue