|
static PyCodeObject *codeobj_4246f42e9352d0072fcc34ace4c84caf; |
|
static PyCodeObject *codeobj_4246f42e9352d0072fcc34ace4c84caf; |
|
/* For use in "MainProgram.c". */ |
|
/* For use in "MainProgram.c". */ |
|
PyCodeObject *codeobj_main = NULL; |
|
PyCodeObject *codeobj_main = NULL; |
|
|
|
|
|
static void createModuleCodeObjects(void) { |
|
static void createModuleCodeObjects(void) { |
n |
module_filename_obj = mod_consts[2]; CHECK_OBJECT(module_filename_obj); |
n |
module_filename_obj = mod_consts[3]; CHECK_OBJECT(module_filename_obj); |
|
codeobj_825f1bb60601833a9748daf72376406f = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[15], NULL, NULL, 0, 0, 0); |
|
codeobj_825f1bb60601833a9748daf72376406f = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[16], NULL, NULL, 0, 0, 0); |
|
codeobj_4246f42e9352d0072fcc34ace4c84caf = MAKE_CODEOBJECT(module_filename_obj, 22, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[7], mod_consts[16], NULL, 1, 0, 0); |
|
codeobj_4246f42e9352d0072fcc34ace4c84caf = MAKE_CODEOBJECT(module_filename_obj, 22, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[8], mod_consts[17], NULL, 1, 0, 0); |
|
} |
|
} |
|
|
|
|
|
// The module function declarations. |
|
// The module function declarations. |
|
static PyObject *MAKE_FUNCTION___main__$$$function__1_calledRepeatedly(); |
|
static PyObject *MAKE_FUNCTION___main__$$$function__1_calledRepeatedly(); |
|
|
|
|
|
NUITKA_MAY_BE_UNUSED bool had_error = ERROR_OCCURRED(); |
|
NUITKA_MAY_BE_UNUSED bool had_error = ERROR_OCCURRED(); |
|
#endif |
|
#endif |
|
|
|
|
|
// Local variable declarations. |
|
// Local variable declarations. |
|
PyObject *par_set_value1 = python_pars[0]; |
|
PyObject *par_set_value1 = python_pars[0]; |
n |
PyObject *var_l = NULL; |
n |
|
|
struct Nuitka_FrameObject *frame_4246f42e9352d0072fcc34ace4c84caf; |
|
struct Nuitka_FrameObject *frame_4246f42e9352d0072fcc34ace4c84caf; |
|
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; |
|
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; |
|
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused; |
|
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused; |
|
PyObject *exception_type = NULL; |
|
PyObject *exception_type = NULL; |
|
PyObject *exception_value = NULL; |
|
PyObject *exception_value = NULL; |
|
PyTracebackObject *exception_tb = NULL; |
|
PyTracebackObject *exception_tb = NULL; |
|
NUITKA_MAY_BE_UNUSED int exception_lineno = 0; |
|
NUITKA_MAY_BE_UNUSED int exception_lineno = 0; |
n |
int tmp_res; |
n |
|
|
static struct Nuitka_FrameObject *cache_frame_4246f42e9352d0072fcc34ace4c84caf = NULL; |
|
static struct Nuitka_FrameObject *cache_frame_4246f42e9352d0072fcc34ace4c84caf = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
PyObject *tmp_return_value = NULL; |
n |
PyObject *exception_keeper_type_1; |
n |
|
|
PyObject *exception_keeper_value_1; |
|
|
|
PyTracebackObject *exception_keeper_tb_1; |
|
|
|
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; |
|
|
|
|
|
|
|
// Actual function body. |
|
// Actual function body. |
n |
// Tried code: |
n |
|
|
if (isFrameUnusable(cache_frame_4246f42e9352d0072fcc34ace4c84caf)) { |
|
if (isFrameUnusable(cache_frame_4246f42e9352d0072fcc34ace4c84caf)) { |
|
Py_XDECREF(cache_frame_4246f42e9352d0072fcc34ace4c84caf); |
|
Py_XDECREF(cache_frame_4246f42e9352d0072fcc34ace4c84caf); |
|
|
|
|
|
#if _DEBUG_REFCOUNTS |
|
#if _DEBUG_REFCOUNTS |
|
if (cache_frame_4246f42e9352d0072fcc34ace4c84caf == NULL) { |
|
if (cache_frame_4246f42e9352d0072fcc34ace4c84caf == NULL) { |
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
|
|
|
|
|
|
exception_lineno = 24; |
|
exception_lineno = 24; |
n |
type_description_1 = "oo"; |
n |
type_description_1 = "oN"; |
|
goto frame_exception_exit_1; |
|
goto frame_exception_exit_1; |
|
} |
|
} |
n |
} |
n |
|
|
{ |
|
|
|
PyObject *tmp_assign_source_1; |
|
|
|
PyObject *tmp_set_element_1; |
|
|
|
CHECK_OBJECT(par_set_value1); |
|
|
|
tmp_set_element_1 = par_set_value1; |
|
|
|
tmp_assign_source_1 = PySet_New(NULL); |
|
|
|
assert(tmp_assign_source_1); |
|
|
|
tmp_res = PySet_Add(tmp_assign_source_1, tmp_set_element_1); |
|
|
|
if (tmp_res != 0) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
Py_DECREF(tmp_assign_source_1); |
|
|
|
|
|
|
|
exception_lineno = 28; |
|
|
|
type_description_1 = "oo"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
CHECK_OBJECT(par_set_value1); |
|
|
|
tmp_set_element_1 = par_set_value1; |
|
|
|
tmp_res = PySet_Add(tmp_assign_source_1, tmp_set_element_1); |
|
|
|
if (tmp_res != 0) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
Py_DECREF(tmp_assign_source_1); |
|
|
|
|
|
|
|
exception_lineno = 29; |
|
|
|
type_description_1 = "oo"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
CHECK_OBJECT(par_set_value1); |
|
|
|
tmp_set_element_1 = par_set_value1; |
|
|
|
tmp_res = PySet_Add(tmp_assign_source_1, tmp_set_element_1); |
|
|
|
if (tmp_res != 0) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
Py_DECREF(tmp_assign_source_1); |
|
|
|
|
|
|
|
exception_lineno = 30; |
|
|
|
type_description_1 = "oo"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
CHECK_OBJECT(par_set_value1); |
|
|
|
tmp_set_element_1 = par_set_value1; |
|
|
|
tmp_res = PySet_Add(tmp_assign_source_1, tmp_set_element_1); |
|
|
|
if (tmp_res != 0) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
Py_DECREF(tmp_assign_source_1); |
|
|
|
|
|
|
|
exception_lineno = 31; |
|
|
|
type_description_1 = "oo"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
CHECK_OBJECT(par_set_value1); |
|
|
|
tmp_set_element_1 = par_set_value1; |
|
|
|
tmp_res = PySet_Add(tmp_assign_source_1, tmp_set_element_1); |
|
|
|
if (tmp_res != 0) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
Py_DECREF(tmp_assign_source_1); |
|
|
|
|
|
|
|
exception_lineno = 32; |
|
|
|
type_description_1 = "oo"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
assert(var_l == NULL); |
|
|
|
var_l = tmp_assign_source_1; |
|
|
|
} |
|
} |
|
|
|
|
|
#if 0 |
|
#if 0 |
|
RESTORE_FRAME_EXCEPTION(frame_4246f42e9352d0072fcc34ace4c84caf); |
|
RESTORE_FRAME_EXCEPTION(frame_4246f42e9352d0072fcc34ace4c84caf); |
|
#endif |
|
#endif |
|
|
|
|
|
// Put the previous frame back on top. |
|
// Put the previous frame back on top. |
|
popFrameStack(); |
|
popFrameStack(); |
|
|
|
|
|
// Return the error. |
|
// Return the error. |
n |
goto try_except_handler_1; |
n |
goto function_exception_exit; |
|
|
|
|
|
frame_no_exception_1:; |
|
frame_no_exception_1:; |
|
{ |
|
{ |
|
PyObject *tmp_tuple_element_1; |
|
PyObject *tmp_tuple_element_1; |
n |
CHECK_OBJECT(var_l); |
n |
|
|
tmp_tuple_element_1 = var_l; |
|
tmp_tuple_element_1 = mod_consts[1]; |
|
tmp_return_value = PyTuple_New(2); |
|
tmp_return_value = PyTuple_New(2); |
|
PyTuple_SET_ITEM0(tmp_return_value, 0, tmp_tuple_element_1); |
|
PyTuple_SET_ITEM0(tmp_return_value, 0, tmp_tuple_element_1); |
|
CHECK_OBJECT(par_set_value1); |
|
CHECK_OBJECT(par_set_value1); |
|
tmp_tuple_element_1 = par_set_value1; |
|
tmp_tuple_element_1 = par_set_value1; |
|
PyTuple_SET_ITEM0(tmp_return_value, 1, tmp_tuple_element_1); |
|
PyTuple_SET_ITEM0(tmp_return_value, 1, tmp_tuple_element_1); |
n |
goto try_return_handler_1; |
n |
|
|
} |
|
|
|
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases"); |
|
|
|
return NULL; |
|
|
|
// Return handler code: |
|
|
|
try_return_handler_1:; |
|
|
|
CHECK_OBJECT(var_l); |
|
|
|
Py_DECREF(var_l); |
|
|
|
var_l = NULL; |
|
|
|
goto function_return_exit; |
|
goto function_return_exit; |
|
// Exception handler code: |
|
} |
|
try_except_handler_1:; |
|
|
|
exception_keeper_type_1 = exception_type; |
|
|
|
exception_keeper_value_1 = exception_value; |
|
|
|
exception_keeper_tb_1 = exception_tb; |
|
|
|
exception_keeper_lineno_1 = exception_lineno; |
|
|
|
exception_type = NULL; |
|
|
|
exception_value = NULL; |
|
|
|
exception_tb = NULL; |
|
|
|
exception_lineno = 0; |
|
|
|
|
|
|
|
// Re-raise. |
|
|
|
exception_type = exception_keeper_type_1; |
|
|
|
exception_value = exception_keeper_value_1; |
|
|
|
exception_tb = exception_keeper_tb_1; |
|
|
|
exception_lineno = exception_keeper_lineno_1; |
|
|
|
|
|
|
|
goto function_exception_exit; |
|
|
|
// End of try: |
|
|
|
|
|
|
|
NUITKA_CANNOT_GET_HERE("Return statement must have exited already."); |
|
NUITKA_CANNOT_GET_HERE("Return statement must have exited already."); |
|
return NULL; |
|
return NULL; |
|
|
|
|
|
function_exception_exit: |
|
function_exception_exit: |
|
|
|
|
|
// Module code. |
|
// Module code. |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_1; |
|
PyObject *tmp_assign_source_1; |
|
tmp_assign_source_1 = Py_None; |
|
tmp_assign_source_1 = Py_None; |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[1], tmp_assign_source_1); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[2], tmp_assign_source_1); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_2; |
|
PyObject *tmp_assign_source_2; |
n |
tmp_assign_source_2 = mod_consts[2]; |
n |
tmp_assign_source_2 = mod_consts[3]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[3], tmp_assign_source_2); |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[4], tmp_assign_source_2); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_3; |
|
PyObject *tmp_assign_source_3; |
|
tmp_assign_source_3 = Py_None; |
|
tmp_assign_source_3 = Py_None; |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[4], tmp_assign_source_3); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[5], tmp_assign_source_3); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_4; |
|
PyObject *tmp_assign_source_4; |
|
tmp_assign_source_4 = PyDict_New(); |
|
tmp_assign_source_4 = PyDict_New(); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[5], tmp_assign_source_4); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[6], tmp_assign_source_4); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_5; |
|
PyObject *tmp_assign_source_5; |
n |
tmp_assign_source_5 = mod_consts[6]; |
n |
tmp_assign_source_5 = mod_consts[7]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[0], tmp_assign_source_5); |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[0], tmp_assign_source_5); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_6; |
|
PyObject *tmp_assign_source_6; |
|
|
|
|
|
|
|
|
|
tmp_assign_source_6 = MAKE_FUNCTION___main__$$$function__1_calledRepeatedly(); |
|
tmp_assign_source_6 = MAKE_FUNCTION___main__$$$function__1_calledRepeatedly(); |
|
|
|
|
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[7], tmp_assign_source_6); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[8], tmp_assign_source_6); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_7; |
|
PyObject *tmp_assign_source_7; |
|
PyObject *tmp_name_value_1; |
|
PyObject *tmp_name_value_1; |
|
PyObject *tmp_globals_arg_value_1; |
|
PyObject *tmp_globals_arg_value_1; |
|
PyObject *tmp_locals_arg_value_1; |
|
PyObject *tmp_locals_arg_value_1; |
|
PyObject *tmp_fromlist_value_1; |
|
PyObject *tmp_fromlist_value_1; |
|
PyObject *tmp_level_value_1; |
|
PyObject *tmp_level_value_1; |
n |
tmp_name_value_1 = mod_consts[8]; |
n |
tmp_name_value_1 = mod_consts[9]; |
|
tmp_globals_arg_value_1 = (PyObject *)moduledict___main__; |
|
tmp_globals_arg_value_1 = (PyObject *)moduledict___main__; |
|
tmp_locals_arg_value_1 = Py_None; |
|
tmp_locals_arg_value_1 = Py_None; |
|
tmp_fromlist_value_1 = Py_None; |
|
tmp_fromlist_value_1 = Py_None; |
n |
tmp_level_value_1 = mod_consts[9]; |
n |
tmp_level_value_1 = mod_consts[10]; |
|
tmp_assign_source_7 = IMPORT_MODULE5(tmp_name_value_1, tmp_globals_arg_value_1, tmp_locals_arg_value_1, tmp_fromlist_value_1, tmp_level_value_1); |
|
tmp_assign_source_7 = IMPORT_MODULE5(tmp_name_value_1, tmp_globals_arg_value_1, tmp_locals_arg_value_1, tmp_fromlist_value_1, tmp_level_value_1); |
|
assert(!(tmp_assign_source_7 == NULL)); |
|
assert(!(tmp_assign_source_7 == NULL)); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[8], tmp_assign_source_7); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[9], tmp_assign_source_7); |
|
} |
|
} |
|
// Frame without reuse. |
|
// Frame without reuse. |
|
frame_825f1bb60601833a9748daf72376406f = MAKE_MODULE_FRAME(codeobj_825f1bb60601833a9748daf72376406f, module___main__); |
|
frame_825f1bb60601833a9748daf72376406f = MAKE_MODULE_FRAME(codeobj_825f1bb60601833a9748daf72376406f, module___main__); |
|
|
|
|
|
// Push the new frame as the currently active one, and we should be exclusively |
|
// Push the new frame as the currently active one, and we should be exclusively |
|
// Framed code: |
|
// Framed code: |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_8; |
|
PyObject *tmp_assign_source_8; |
|
PyObject *tmp_iter_arg_1; |
|
PyObject *tmp_iter_arg_1; |
|
PyObject *tmp_called_instance_1; |
|
PyObject *tmp_called_instance_1; |
n |
tmp_called_instance_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[8]); |
n |
tmp_called_instance_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[9]); |
|
|
|
|
|
if (unlikely(tmp_called_instance_1 == NULL)) { |
|
if (unlikely(tmp_called_instance_1 == NULL)) { |
n |
tmp_called_instance_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[8]); |
n |
tmp_called_instance_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[9]); |
|
} |
|
} |
|
|
|
|
|
assert(!(tmp_called_instance_1 == NULL)); |
|
assert(!(tmp_called_instance_1 == NULL)); |
|
frame_825f1bb60601833a9748daf72376406f->m_frame.f_lineno = 41; |
|
frame_825f1bb60601833a9748daf72376406f->m_frame.f_lineno = 41; |
|
tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2( |
|
tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2( |
|
tmp_called_instance_1, |
|
tmp_called_instance_1, |
n |
mod_consts[10], |
n |
mod_consts[11], |
|
&PyTuple_GET_ITEM(mod_consts[11], 0) |
|
&PyTuple_GET_ITEM(mod_consts[12], 0) |
|
); |
|
); |
|
|
|
|
|
if (tmp_iter_arg_1 == NULL) { |
|
if (tmp_iter_arg_1 == NULL) { |
|
assert(ERROR_OCCURRED()); |
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_10; |
|
PyObject *tmp_assign_source_10; |
|
CHECK_OBJECT(tmp_for_loop_1__iter_value); |
|
CHECK_OBJECT(tmp_for_loop_1__iter_value); |
|
tmp_assign_source_10 = tmp_for_loop_1__iter_value; |
|
tmp_assign_source_10 = tmp_for_loop_1__iter_value; |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[12], tmp_assign_source_10); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[13], tmp_assign_source_10); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_called_value_1; |
|
PyObject *tmp_called_value_1; |
|
PyObject *tmp_call_result_1; |
|
PyObject *tmp_call_result_1; |
|
PyObject *tmp_args_element_value_1; |
|
PyObject *tmp_args_element_value_1; |
n |
tmp_called_value_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[7]); |
n |
tmp_called_value_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[8]); |
|
|
|
|
|
if (unlikely(tmp_called_value_1 == NULL)) { |
|
if (unlikely(tmp_called_value_1 == NULL)) { |
n |
tmp_called_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[7]); |
n |
tmp_called_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[8]); |
|
} |
|
} |
|
|
|
|
|
if (tmp_called_value_1 == NULL) { |
|
if (tmp_called_value_1 == NULL) { |
|
assert(ERROR_OCCURRED()); |
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
Py_DECREF(tmp_for_loop_1__for_iterator); |
|
Py_DECREF(tmp_for_loop_1__for_iterator); |
|
tmp_for_loop_1__for_iterator = NULL; |
|
tmp_for_loop_1__for_iterator = NULL; |
|
{ |
|
{ |
|
PyObject *tmp_called_value_2; |
|
PyObject *tmp_called_value_2; |
|
PyObject *tmp_call_result_2; |
|
PyObject *tmp_call_result_2; |
n |
tmp_called_value_2 = LOOKUP_BUILTIN(mod_consts[13]); |
n |
tmp_called_value_2 = LOOKUP_BUILTIN(mod_consts[14]); |
|
assert(tmp_called_value_2 != NULL); |
|
assert(tmp_called_value_2 != NULL); |
|
frame_825f1bb60601833a9748daf72376406f->m_frame.f_lineno = 44; |
|
frame_825f1bb60601833a9748daf72376406f->m_frame.f_lineno = 44; |
t |
tmp_call_result_2 = CALL_FUNCTION_WITH_POSARGS1(tmp_called_value_2, mod_consts[14]); |
t |
tmp_call_result_2 = CALL_FUNCTION_WITH_POSARGS1(tmp_called_value_2, mod_consts[15]); |
|
|
|
|
|
if (tmp_call_result_2 == NULL) { |
|
if (tmp_call_result_2 == NULL) { |
|
assert(ERROR_OCCURRED()); |
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |