cpython v1.0.0-beta1 (2016-02-02T09:05:10Z)
Dub
Repo
PyFrame_LocalsToFast
deimos
python
frameobject
Conversions between "fast locals" and locals in dictionary
void
PyFrame_LocalsToFast
(PyFrameObject* , int )
extern (
C
)
void
PyFrame_LocalsToFast
(
PyFrameObject
*
,
int
)
void
PyFrame_FastToLocals
(PyFrameObject* )
Meta
Source
See Implementation
deimos
python
frameobject
functions
PyFrame_BlockPop
PyFrame_BlockSetup
PyFrame_Check
PyFrame_ClearFreeList
PyFrame_ExtendStack
PyFrame_FastToLocals
PyFrame_GetLineNumber
PyFrame_IsRestricted
PyFrame_LocalsToFast
PyFrame_New
structs
PyFrameObject
PyTryBlock
Conversions between "fast locals" and locals in dictionary