Home | History | Annotate | Download | only in Python

Lines Matching defs:exit

1142                 /* Check if we should make a quick exit. */
3113 PyObject *exit = special_lookup(mgr, &PyId___aexit__),
3116 if (exit == NULL)
3118 SET_TOP(exit);
3146 PyObject *enter = special_lookup(mgr, &PyId___enter__), *exit;
3150 exit = special_lookup(mgr, &PyId___exit__);
3151 if (exit == NULL) {
3155 SET_TOP(exit);
3178 Below them is EXIT, the context.__exit__ bound method.
3180 EXIT(TOP, SECOND, THIRD)
3182 EXIT(None, None, None)
3184 In the first three cases, we remove EXIT from the