Home
last modified time | relevance | path

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

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersProfiling.c77 PyObject *save_exception_type, *save_exception_value; in stopProfiling() local
79 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in stopProfiling()
97 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in stopProfiling()
H A DCompiledMethodType.c426 PyObject *save_exception_type, *save_exception_value; in Nuitka_Method_tp_dealloc() local
428 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Method_tp_dealloc()
429 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Method_tp_dealloc()
450 assert(tstate->curexc_value == save_exception_value); in Nuitka_Method_tp_dealloc()
H A DCompiledAsyncgenType.c863 PyObject *save_exception_type, *save_exception_value; in Nuitka_Asyncgen_tp_finalize() local
865 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Asyncgen_tp_finalize()
874 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Asyncgen_tp_finalize()
893 PyObject *save_exception_type, *save_exception_value; in Nuitka_Asyncgen_tp_dealloc() local
899 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Asyncgen_tp_dealloc()
909 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Asyncgen_tp_dealloc()
913 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Asyncgen_tp_dealloc()
951 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Asyncgen_tp_dealloc()
H A DCompiledFrameType.c346 PyObject *save_exception_type, *save_exception_value; in Nuitka_Frame_tp_dealloc() local
348 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Frame_tp_dealloc()
349 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Frame_tp_dealloc()
375 assert(tstate->curexc_value == save_exception_value); in Nuitka_Frame_tp_dealloc()
H A DCompiledCoroutineType.c1017 PyObject *save_exception_type, *save_exception_value; in Nuitka_Coroutine_tp_finalize() local
1019 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Coroutine_tp_finalize()
1028 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Coroutine_tp_finalize()
1046 PyObject *save_exception_type, *save_exception_value; in Nuitka_Coroutine_tp_dealloc() local
1048 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Coroutine_tp_dealloc()
1066 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Coroutine_tp_dealloc()
1090 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Coroutine_tp_dealloc()
H A DCompiledGeneratorType.c1214 PyObject *save_exception_type, *save_exception_value; in Nuitka_Generator_tp_finalizer() local
1216 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Generator_tp_finalizer()
1225 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Generator_tp_finalizer()
1239 PyObject *save_exception_type, *save_exception_value; in Nuitka_Generator_tp_dealloc() local
1241 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Generator_tp_dealloc()
1285 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Generator_tp_dealloc()
H A DMetaPathBasedLoader.c1005 PyObject *save_exception_type, *save_exception_value; local
1007 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb);
1011 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb);
H A DCompiledFunctionType.c414 PyObject *save_exception_type, *save_exception_value; in Nuitka_Function_tp_dealloc() local
416 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in Nuitka_Function_tp_dealloc()
417 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in Nuitka_Function_tp_dealloc()
457 assert(tstate->curexc_value == save_exception_value); in Nuitka_Function_tp_dealloc()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/
H A Dexceptions.h467 PyObject *save_exception_type, *save_exception_value; in EXCEPTION_MATCH_GENERATOR() local
469 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in EXCEPTION_MATCH_GENERATOR()
488 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in EXCEPTION_MATCH_GENERATOR()
512 PyObject *save_exception_type, *save_exception_value; in EXCEPTION_MATCH_BOOL_SINGLE() local
514 FETCH_ERROR_OCCURRED(&save_exception_type, &save_exception_value, &save_exception_tb); in EXCEPTION_MATCH_BOOL_SINGLE()
523 RESTORE_ERROR_OCCURRED(save_exception_type, save_exception_value, save_exception_tb); in EXCEPTION_MATCH_BOOL_SINGLE()