Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b025b commit 16f96a4Copy full SHA for 16f96a4
1 file changed
Objects/frameobject.c
@@ -20,15 +20,6 @@ static PyMemberDef frame_memberlist[] = {
20
{NULL} /* Sentinel */
21
};
22
23
-#if PyFrame_MAXFREELIST > 0
24
-static struct _Py_frame_state *
25
-get_frame_state(void)
26
-{
27
- PyInterpreterState *interp = _PyInterpreterState_GET();
28
- return &interp->frame;
29
-}
30
-#endif
31
-
32
33
static PyObject *
34
frame_getlocals(PyFrameObject *f, void *closure)
0 commit comments