Home
last modified time | relevance | path

Searched defs:newbound (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Dsymtable.c628 PyObject *newbound = NULL, *newglobal = NULL; in analyze_block() local
/aosp_15_r20/external/python/cpython3/Python/
Dsymtable.c742 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local