|
|
|
|
|
PyObject *module___main__; |
|
PyObject *module___main__; |
|
PyDictObject *moduledict___main__; |
|
PyDictObject *moduledict___main__; |
|
|
|
|
|
/* The declarations of module constants used, if any. */ |
|
/* The declarations of module constants used, if any. */ |
n |
static PyObject *mod_consts[19]; |
n |
static PyObject *mod_consts[18]; |
|
|
|
|
|
static PyObject *module_filename_obj = NULL; |
|
static PyObject *module_filename_obj = NULL; |
|
|
|
|
|
/* Indicator if this modules private constants were created yet. */ |
|
/* Indicator if this modules private constants were created yet. */ |
|
static bool constants_created = false; |
|
static bool constants_created = false; |
|
|
|
|
|
/* Function to create module private constants. */ |
|
/* Function to create module private constants. */ |
|
static void createModuleConstants(void) { |
|
static void createModuleConstants(void) { |
n |
loadConstantsBlob(&mod_consts[0], "__main__", 19); |
n |
loadConstantsBlob(&mod_consts[0], "__main__", 18); |
|
|
|
|
|
constants_created = true; |
|
constants_created = true; |
|
} |
|
} |
|
|
|
|
|
/* For multiprocessing, we want to be able to initialize the __main__ constants. */ |
|
/* For multiprocessing, we want to be able to initialize the __main__ constants. */ |
|
#ifndef __NUITKA_NO_ASSERT__ |
|
#ifndef __NUITKA_NO_ASSERT__ |
|
void checkModuleConstants___main__(void) { |
|
void checkModuleConstants___main__(void) { |
|
// The module may not have been used at all, then ignore this. |
|
// The module may not have been used at all, then ignore this. |
|
if (constants_created == false) return; |
|
if (constants_created == false) return; |
|
|
|
|
n |
checkConstantsBlob(&mod_consts[0], "__main__", 19); |
n |
checkConstantsBlob(&mod_consts[0], "__main__", 18); |
|
} |
|
} |
|
#endif |
|
#endif |
|
|
|
|
|
// The module code objects. |
|
// The module code objects. |
|
static PyCodeObject *codeobj_e4372eb0890a808c0fe08b75b5d59011; |
|
static PyCodeObject *codeobj_e4372eb0890a808c0fe08b75b5d59011; |
|
static PyCodeObject *codeobj_b99ce209dc2530c86e9b8cea2f9bb474; |
|
static PyCodeObject *codeobj_b99ce209dc2530c86e9b8cea2f9bb474; |
|
/* 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[4]; CHECK_OBJECT(module_filename_obj); |
n |
module_filename_obj = mod_consts[3]; CHECK_OBJECT(module_filename_obj); |
|
codeobj_e4372eb0890a808c0fe08b75b5d59011 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[17], NULL, NULL, 0, 0, 0); |
|
codeobj_e4372eb0890a808c0fe08b75b5d59011 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[16], NULL, NULL, 0, 0, 0); |
|
codeobj_b99ce209dc2530c86e9b8cea2f9bb474 = MAKE_CODEOBJECT(module_filename_obj, 24, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[9], mod_consts[18], NULL, 0, 0, 0); |
|
codeobj_b99ce209dc2530c86e9b8cea2f9bb474 = MAKE_CODEOBJECT(module_filename_obj, 24, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[8], mod_consts[17], NULL, 0, 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 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 |
|
n |
static struct Nuitka_FrameObject *cache_frame_b99ce209dc2530c86e9b8cea2f9bb474 = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
PyObject *tmp_return_value = NULL; |
n |
static struct Nuitka_FrameObject *cache_frame_b99ce209dc2530c86e9b8cea2f9bb474 = NULL; |
n |
|
|
PyObject *exception_keeper_type_1; |
|
PyObject *exception_keeper_type_1; |
|
PyObject *exception_keeper_value_1; |
|
PyObject *exception_keeper_value_1; |
|
PyTracebackObject *exception_keeper_tb_1; |
|
PyTracebackObject *exception_keeper_tb_1; |
|
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; |
|
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; |
|
|
|
|
|
} |
|
} |
|
assert(var_t == NULL); |
|
assert(var_t == NULL); |
|
Py_INCREF(tmp_assign_source_3); |
|
Py_INCREF(tmp_assign_source_3); |
|
var_t = tmp_assign_source_3; |
|
var_t = tmp_assign_source_3; |
|
} |
|
} |
n |
|
n |
|
|
|
|
#if 0 |
|
|
|
RESTORE_FRAME_EXCEPTION(frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
#endif |
|
|
|
|
|
|
|
// Put the previous frame back on top. |
|
|
|
popFrameStack(); |
|
|
|
|
|
|
|
goto frame_no_exception_1; |
|
|
|
|
|
|
|
frame_exception_exit_1:; |
|
|
|
|
|
|
|
#if 0 |
|
|
|
RESTORE_FRAME_EXCEPTION(frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
#endif |
|
|
|
|
|
|
|
if (exception_tb == NULL) { |
|
|
|
exception_tb = MAKE_TRACEBACK(frame_b99ce209dc2530c86e9b8cea2f9bb474, exception_lineno); |
|
|
|
} else if (exception_tb->tb_frame != &frame_b99ce209dc2530c86e9b8cea2f9bb474->m_frame) { |
|
|
|
exception_tb = ADD_TRACEBACK(exception_tb, frame_b99ce209dc2530c86e9b8cea2f9bb474, exception_lineno); |
|
{
|
|
}
|
|
PyObject *tmp_assign_source_4; |
|
|
|
|
|
// Attaches locals to frame if any. |
|
|
|
Nuitka_Frame_AttachLocals( |
|
|
|
frame_b99ce209dc2530c86e9b8cea2f9bb474, |
|
|
|
type_description_1, |
|
|
|
var_local_value, |
|
|
|
var_s, |
|
|
|
var_t |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
// Release cached frame if used for exception. |
|
|
|
if (frame_b99ce209dc2530c86e9b8cea2f9bb474 == cache_frame_b99ce209dc2530c86e9b8cea2f9bb474) { |
|
|
|
#if _DEBUG_REFCOUNTS |
|
|
|
count_active_frame_cache_instances -= 1; |
|
|
|
count_released_frame_cache_instances += 1; |
|
|
|
#endif |
|
|
|
|
|
|
|
Py_DECREF(cache_frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
cache_frame_b99ce209dc2530c86e9b8cea2f9bb474 = NULL; |
|
|
|
} |
|
|
|
|
|
|
|
assertFrameObject(frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
|
|
|
|
// Put the previous frame back on top. |
|
|
|
popFrameStack(); |
|
|
|
|
|
|
|
// Return the error. |
|
|
|
goto try_except_handler_1; |
|
|
|
|
|
|
|
frame_no_exception_1:; |
|
|
|
{ |
|
PyObject *tmp_left_name_1; |
|
PyObject *tmp_tuple_element_1; |
|
PyObject *tmp_right_name_1; |
|
|
|
CHECK_OBJECT(var_s); |
|
CHECK_OBJECT(var_s); |
n |
tmp_left_name_1 = var_s; |
n |
|
|
CHECK_OBJECT(var_t); |
|
|
|
tmp_right_name_1 = var_t; |
|
|
|
tmp_assign_source_4 = BINARY_OPERATION_POW_OBJECT_OBJECT_OBJECT(tmp_left_name_1, tmp_right_name_1); |
|
|
|
if (tmp_assign_source_4 == NULL) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
|
|
|
|
|
|
|
|
exception_lineno = 33; |
|
|
|
type_description_1 = "ooo"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
{ |
|
|
|
PyObject *old = var_t; |
|
|
|
var_t = tmp_assign_source_4; |
|
|
|
Py_XDECREF(old); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
{ |
|
|
|
PyObject *tmp_tuple_element_1; |
|
|
|
if (var_s == NULL) { |
|
|
|
|
|
|
|
FORMAT_UNBOUND_LOCAL_ERROR(&exception_type, &exception_value, mod_consts[2]); |
|
|
|
exception_tb = NULL; |
|
|
|
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb); |
|
|
|
CHAIN_EXCEPTION(exception_value); |
|
|
|
|
|
|
|
exception_lineno = 36; |
|
|
|
type_description_1 = "ooo"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
|
|
|
|
tmp_tuple_element_1 = var_s; |
|
tmp_tuple_element_1 = var_s; |
|
tmp_return_value = PyTuple_New(3); |
|
tmp_return_value = PyTuple_New(3); |
|
PyTuple_SET_ITEM0(tmp_return_value, 0, tmp_tuple_element_1); |
|
PyTuple_SET_ITEM0(tmp_return_value, 0, tmp_tuple_element_1); |
|
CHECK_OBJECT(var_t); |
|
CHECK_OBJECT(var_t); |
|
tmp_tuple_element_1 = var_t; |
|
tmp_tuple_element_1 = var_t; |
|
PyTuple_SET_ITEM0(tmp_return_value, 1, tmp_tuple_element_1); |
|
PyTuple_SET_ITEM0(tmp_return_value, 1, tmp_tuple_element_1); |
|
CHECK_OBJECT(var_local_value); |
|
CHECK_OBJECT(var_local_value); |
|
tmp_tuple_element_1 = var_local_value; |
|
tmp_tuple_element_1 = var_local_value; |
|
PyTuple_SET_ITEM0(tmp_return_value, 2, tmp_tuple_element_1); |
|
PyTuple_SET_ITEM0(tmp_return_value, 2, tmp_tuple_element_1); |
n |
goto frame_return_exit_1; |
n |
|
|
} |
|
|
|
|
|
|
|
#if 0 |
|
|
|
RESTORE_FRAME_EXCEPTION(frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
#endif |
|
|
|
|
|
|
|
// Put the previous frame back on top. |
|
|
|
popFrameStack(); |
|
|
|
|
|
|
|
goto frame_no_exception_1; |
|
|
|
|
|
|
|
frame_return_exit_1:; |
|
|
|
#if 0 |
|
|
|
RESTORE_FRAME_EXCEPTION(frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
#endif |
|
|
|
|
|
|
|
// Put the previous frame back on top. |
|
|
|
popFrameStack(); |
|
|
|
|
|
|
|
goto try_return_handler_1; |
|
goto try_return_handler_1; |
|
|
|
|
|
frame_exception_exit_1:; |
|
|
|
|
|
|
|
#if 0 |
|
|
|
RESTORE_FRAME_EXCEPTION(frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
#endif |
|
|
|
|
|
|
|
if (exception_tb == NULL) { |
|
|
|
exception_tb = MAKE_TRACEBACK(frame_b99ce209dc2530c86e9b8cea2f9bb474, exception_lineno); |
|
|
|
} else if (exception_tb->tb_frame != &frame_b99ce209dc2530c86e9b8cea2f9bb474->m_frame) { |
|
|
|
exception_tb = ADD_TRACEBACK(exception_tb, frame_b99ce209dc2530c86e9b8cea2f9bb474, exception_lineno); |
|
|
|
} |
|
} |
n |
|
n |
|
|
// Attaches locals to frame if any. |
|
|
|
Nuitka_Frame_AttachLocals( |
|
|
|
frame_b99ce209dc2530c86e9b8cea2f9bb474, |
|
|
|
type_description_1, |
|
|
|
var_local_value, |
|
|
|
var_s, |
|
|
|
var_t |
|
|
|
); |
|
|
|
|
|
|
|
|
|
|
|
// Release cached frame if used for exception. |
|
|
|
if (frame_b99ce209dc2530c86e9b8cea2f9bb474 == cache_frame_b99ce209dc2530c86e9b8cea2f9bb474) { |
|
|
|
#if _DEBUG_REFCOUNTS |
|
|
|
count_active_frame_cache_instances -= 1; |
|
|
|
count_released_frame_cache_instances += 1; |
|
|
|
#endif |
|
|
|
|
|
|
|
Py_DECREF(cache_frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
cache_frame_b99ce209dc2530c86e9b8cea2f9bb474 = NULL; |
|
|
|
} |
|
|
|
|
|
|
|
assertFrameObject(frame_b99ce209dc2530c86e9b8cea2f9bb474); |
|
|
|
|
|
|
|
// Put the previous frame back on top. |
|
|
|
popFrameStack(); |
|
|
|
|
|
|
|
// Return the error. |
|
|
|
goto try_except_handler_1; |
|
|
|
|
|
|
|
frame_no_exception_1:; |
|
|
|
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases"); |
|
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases"); |
|
return NULL; |
|
return NULL; |
|
// Return handler code: |
|
// Return handler code: |
|
try_return_handler_1:; |
|
try_return_handler_1:; |
|
CHECK_OBJECT(var_local_value); |
|
CHECK_OBJECT(var_local_value); |
|
Py_DECREF(var_local_value); |
|
Py_DECREF(var_local_value); |
|
var_local_value = NULL; |
|
var_local_value = NULL; |
n |
|
n |
CHECK_OBJECT(var_s); |
|
Py_XDECREF(var_s); |
|
Py_DECREF(var_s); |
|
var_s = NULL; |
|
var_s = NULL; |
|
CHECK_OBJECT(var_t); |
|
CHECK_OBJECT(var_t); |
|
Py_DECREF(var_t); |
|
Py_DECREF(var_t); |
|
var_t = NULL; |
|
var_t = NULL; |
|
goto function_return_exit; |
|
goto function_return_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[3], 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[4]; |
n |
tmp_assign_source_2 = mod_consts[3]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[5], 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[6], 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; |
n |
tmp_assign_source_4 = mod_consts[7]; |
n |
tmp_assign_source_4 = mod_consts[6]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[0], tmp_assign_source_4); |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[0], tmp_assign_source_4); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_5; |
|
PyObject *tmp_assign_source_5; |
n |
tmp_assign_source_5 = mod_consts[8]; |
n |
tmp_assign_source_5 = mod_consts[7]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[1], tmp_assign_source_5); |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[1], 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[9], 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_name_1; |
|
PyObject *tmp_name_name_1; |
|
PyObject *tmp_globals_arg_name_1; |
|
PyObject *tmp_globals_arg_name_1; |
|
PyObject *tmp_locals_arg_name_1; |
|
PyObject *tmp_locals_arg_name_1; |
|
PyObject *tmp_fromlist_name_1; |
|
PyObject *tmp_fromlist_name_1; |
|
PyObject *tmp_level_name_1; |
|
PyObject *tmp_level_name_1; |
n |
tmp_name_name_1 = mod_consts[10]; |
n |
tmp_name_name_1 = mod_consts[9]; |
|
tmp_globals_arg_name_1 = (PyObject *)moduledict___main__; |
|
tmp_globals_arg_name_1 = (PyObject *)moduledict___main__; |
|
tmp_locals_arg_name_1 = Py_None; |
|
tmp_locals_arg_name_1 = Py_None; |
|
tmp_fromlist_name_1 = Py_None; |
|
tmp_fromlist_name_1 = Py_None; |
n |
tmp_level_name_1 = mod_consts[11]; |
n |
tmp_level_name_1 = mod_consts[10]; |
|
tmp_assign_source_7 = IMPORT_MODULE5(tmp_name_name_1, tmp_globals_arg_name_1, tmp_locals_arg_name_1, tmp_fromlist_name_1, tmp_level_name_1); |
|
tmp_assign_source_7 = IMPORT_MODULE5(tmp_name_name_1, tmp_globals_arg_name_1, tmp_locals_arg_name_1, tmp_fromlist_name_1, tmp_level_name_1); |
|
assert(!(tmp_assign_source_7 == NULL)); |
|
assert(!(tmp_assign_source_7 == NULL)); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[10], 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_e4372eb0890a808c0fe08b75b5d59011 = MAKE_MODULE_FRAME(codeobj_e4372eb0890a808c0fe08b75b5d59011, module___main__); |
|
frame_e4372eb0890a808c0fe08b75b5d59011 = MAKE_MODULE_FRAME(codeobj_e4372eb0890a808c0fe08b75b5d59011, 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[10]); |
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[10]); |
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_e4372eb0890a808c0fe08b75b5d59011->m_frame.f_lineno = 39; |
|
frame_e4372eb0890a808c0fe08b75b5d59011->m_frame.f_lineno = 39; |
n |
tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2(tmp_called_instance_1, mod_consts[12], &PyTuple_GET_ITEM(mod_consts[13], 0)); |
n |
tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2(tmp_called_instance_1, mod_consts[11], &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()); |
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
} |
|
} |
|
{ |
|
{ |
|
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[14], tmp_assign_source_10); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[13], tmp_assign_source_10); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_called_name_1; |
|
PyObject *tmp_called_name_1; |
|
PyObject *tmp_call_result_1; |
|
PyObject *tmp_call_result_1; |
n |
tmp_called_name_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[9]); |
n |
tmp_called_name_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[8]); |
|
|
|
|
|
if (unlikely(tmp_called_name_1 == NULL)) { |
|
if (unlikely(tmp_called_name_1 == NULL)) { |
n |
tmp_called_name_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[9]); |
n |
tmp_called_name_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[8]); |
|
} |
|
} |
|
|
|
|
|
if (tmp_called_name_1 == NULL) { |
|
if (tmp_called_name_1 == NULL) { |
|
assert(ERROR_OCCURRED()); |
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
Py_XDECREF(tmp_for_loop_1__for_iterator); |
|
Py_XDECREF(tmp_for_loop_1__for_iterator); |
|
tmp_for_loop_1__for_iterator = NULL; |
|
tmp_for_loop_1__for_iterator = NULL; |
|
{ |
|
{ |
|
PyObject *tmp_called_name_2; |
|
PyObject *tmp_called_name_2; |
|
PyObject *tmp_call_result_2; |
|
PyObject *tmp_call_result_2; |
n |
tmp_called_name_2 = LOOKUP_BUILTIN(mod_consts[15]); |
n |
tmp_called_name_2 = LOOKUP_BUILTIN(mod_consts[14]); |
|
assert(tmp_called_name_2 != NULL); |
|
assert(tmp_called_name_2 != NULL); |
|
frame_e4372eb0890a808c0fe08b75b5d59011->m_frame.f_lineno = 42; |
|
frame_e4372eb0890a808c0fe08b75b5d59011->m_frame.f_lineno = 42; |
t |
tmp_call_result_2 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_name_2, mod_consts[16]); |
t |
tmp_call_result_2 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_name_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); |
|
|
|
|