Home
last modified time | relevance | path

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

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersProfiling.c78 PyTracebackObject *save_exception_tb; 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.c427 PyTracebackObject *save_exception_tb; 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()
451 assert((PyTracebackObject *)tstate->curexc_traceback == save_exception_tb); in Nuitka_Method_tp_dealloc()
H A DCompiledAsyncgenType.c864 PyTracebackObject *save_exception_tb; 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()
894 PyTracebackObject *save_exception_tb; 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.c347 PyTracebackObject *save_exception_tb; 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()
376 assert((PyTracebackObject *)tstate->curexc_traceback == save_exception_tb); in Nuitka_Frame_tp_dealloc()
H A DCompiledCoroutineType.c1018 PyTracebackObject *save_exception_tb; 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()
1047 PyTracebackObject *save_exception_tb; 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.c1215 PyTracebackObject *save_exception_tb; 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()
1240 PyTracebackObject *save_exception_tb; 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.c1006 PyTracebackObject *save_exception_tb; 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.c415 PyTracebackObject *save_exception_tb; 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()
458 assert((PyTracebackObject *)tstate->curexc_traceback == save_exception_tb); in Nuitka_Function_tp_dealloc()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/
H A Dexceptions.h468 PyTracebackObject *save_exception_tb; 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()
513 PyTracebackObject *save_exception_tb; 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()