Searched refs:newglobal (Results 1 – 1 of 1) sorted by relevance
752 PyObject *newglobal = NULL, *newfree = NULL, *allfree = NULL; in analyze_block() local775 newglobal = PySet_New(NULL); in analyze_block()776 if (!newglobal) in analyze_block()792 temp = PyNumber_InPlaceOr(newglobal, global); in analyze_block()829 temp = PyNumber_InPlaceOr(newglobal, global); in analyze_block()856 if (!analyze_child_block(entry, newbound, newfree, newglobal, in analyze_block()888 Py_XDECREF(newglobal); in analyze_block()