mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Remove old comment (GH-99489)
This commit is contained in:
parent
7c57857340
commit
aa8b58cb33
1 changed files with 0 additions and 9 deletions
|
@ -849,15 +849,6 @@ static PyGetSetDef frame_getsetlist[] = {
|
||||||
{0}
|
{0}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Stack frames are allocated and deallocated at a considerable rate.
|
|
||||||
In an attempt to improve the speed of function calls, we maintain
|
|
||||||
a separate free list of stack frames (just like 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
|
|
||||||
f_back next item on free list, or NULL
|
|
||||||
*/
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
frame_dealloc(PyFrameObject *f)
|
frame_dealloc(PyFrameObject *f)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue