Home
last modified time | relevance | path

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

/third_party/python/Python/
Dsymtable.c751 PyObject *name, *v, *local = NULL, *scopes = NULL, *newbound = NULL; in analyze_block() local
781 newbound = PySet_New(NULL); in analyze_block()
782 if (!newbound) in analyze_block()
798 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
816 temp = PyNumber_InPlaceOr(newbound, local); in analyze_block()
823 temp = PyNumber_InPlaceOr(newbound, bound); in analyze_block()
838 if (PySet_Add(newbound, __class__) < 0) in analyze_block()
856 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()
887 Py_XDECREF(newbound); in analyze_block()