Searched defs:last_value (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_lsprof.c383 PyObject *last_type, *last_value, *last_tb; local
384 PyErr_Fetch(&last_type, &last_value, &last_tb);
409 PyErr_Restore(last_type, last_value, last_tb);

Completed in 62 milliseconds