|
#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 |
for(int i = 0; i < 19; i++) { |
n |
for(int i = 0; i < 18; i++) { |
|
assert(mod_consts_hash[i] == DEEP_HASH(mod_consts[i])); |
|
assert(mod_consts_hash[i] == DEEP_HASH(mod_consts[i])); |
|
CHECK_OBJECT_DEEP(mod_consts[i]); |
|
CHECK_OBJECT_DEEP(mod_consts[i]); |
|
} |
|
} |
|
} |
|
} |
|
#endif |
|
#endif |
|
|
|
|
|
// The module code objects. |
|
// The module code objects. |
|
static PyCodeObject *codeobj_19020927c67aed0c4f5591fd39568138; |
|
static PyCodeObject *codeobj_19020927c67aed0c4f5591fd39568138; |
|
static PyCodeObject *codeobj_eda615dddf470edab6d3000678a92106; |
|
static PyCodeObject *codeobj_eda615dddf470edab6d3000678a92106; |
n |
static PyCodeObject *codeobj_5046f8725a575247b25b01af4f7d08dc; |
n |
static PyCodeObject *codeobj_c9a2125a6166560f5c2436e1616c9f8c; |
|
/* 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[5]; CHECK_OBJECT(module_filename_obj); |
n |
module_filename_obj = mod_consts[4]; CHECK_OBJECT(module_filename_obj); |
|
codeobj_19020927c67aed0c4f5591fd39568138 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[16], NULL, NULL, 0, 0, 0); |
|
codeobj_19020927c67aed0c4f5591fd39568138 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[16], NULL, NULL, 0, 0, 0); |
n |
codeobj_eda615dddf470edab6d3000678a92106 = MAKE_CODEOBJECT(module_filename_obj, 23, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[9], mod_consts[17], NULL, 1, 0, 0); |
n |
codeobj_eda615dddf470edab6d3000678a92106 = MAKE_CODEOBJECT(module_filename_obj, 23, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[8], mod_consts[17], NULL, 1, 0, 0); |
|
codeobj_5046f8725a575247b25b01af4f7d08dc = MAKE_CODEOBJECT(module_filename_obj, 28, CO_OPTIMIZED | CO_NEWLOCALS, mod_consts[1], mod_consts[18], mod_consts[18], 0, 0, 0); |
|
codeobj_c9a2125a6166560f5c2436e1616c9f8c = MAKE_CODEOBJECT(module_filename_obj, 32, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[1], NULL, 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(); |
|
|
|
|
|
|
|
|
n |
static PyObject *MAKE_FUNCTION___main__$$$function__1_calledRepeatedly$$$function__1_empty(struct Nuitka_CellObject **closure); |
n |
static PyObject *MAKE_FUNCTION___main__$$$function__1_calledRepeatedly$$$function__1_empty(); |
|
|
|
|
|
|
|
|
|
// The module function definitions. |
|
// The module function definitions. |
|
static PyObject *impl___main__$$$function__1_calledRepeatedly(struct Nuitka_FunctionObject const *self, PyObject **python_pars) { |
|
static PyObject *impl___main__$$$function__1_calledRepeatedly(struct Nuitka_FunctionObject const *self, PyObject **python_pars) { |
|
// Preserve error status for checks |
|
// Preserve error status for checks |
|
#ifndef __NUITKA_NO_ASSERT__ |
|
#ifndef __NUITKA_NO_ASSERT__ |
|
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. |
n |
struct Nuitka_CellObject *par_x = Nuitka_Cell_New1(python_pars[0]); |
n |
PyObject *par_x = python_pars[0]; |
|
PyObject *var_empty = NULL; |
|
PyObject *var_empty = NULL; |
|
struct Nuitka_FrameObject *frame_eda615dddf470edab6d3000678a92106; |
|
struct Nuitka_FrameObject *frame_eda615dddf470edab6d3000678a92106; |
|
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; |
|
goto try_except_handler_1; |
|
goto try_except_handler_1; |
|
|
|
|
|
frame_no_exception_1:; |
|
frame_no_exception_1:; |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_1; |
|
PyObject *tmp_assign_source_1; |
n |
struct Nuitka_CellObject *tmp_closure_1[1]; |
n |
|
|
|
|
|
n |
tmp_closure_1[0] = par_x; |
n |
|
|
Py_INCREF(tmp_closure_1[0]); |
|
|
|
|
|
|
n |
tmp_assign_source_1 = MAKE_FUNCTION___main__$$$function__1_calledRepeatedly$$$function__1_empty(tmp_closure_1); |
n |
tmp_assign_source_1 = MAKE_FUNCTION___main__$$$function__1_calledRepeatedly$$$function__1_empty(); |
|
|
|
|
|
assert(var_empty == NULL); |
|
assert(var_empty == NULL); |
|
var_empty = tmp_assign_source_1; |
|
var_empty = tmp_assign_source_1; |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_tuple_element_1; |
|
PyObject *tmp_tuple_element_1; |
|
CHECK_OBJECT(var_empty); |
|
CHECK_OBJECT(var_empty); |
|
tmp_tuple_element_1 = var_empty; |
|
tmp_tuple_element_1 = var_empty; |
|
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); |
n |
CHECK_OBJECT(Nuitka_Cell_GET(par_x)); |
n |
CHECK_OBJECT(par_x); |
|
tmp_tuple_element_1 = Nuitka_Cell_GET(par_x); |
|
tmp_tuple_element_1 = par_x; |
|
PyTuple_SET_ITEM0(tmp_return_value, 1, tmp_tuple_element_1); |
|
PyTuple_SET_ITEM0(tmp_return_value, 1, tmp_tuple_element_1); |
|
goto try_return_handler_1; |
|
goto try_return_handler_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; |
|
#ifndef __NUITKA_NO_ASSERT__ |
|
#ifndef __NUITKA_NO_ASSERT__ |
|
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. |
n |
struct Nuitka_FrameObject *frame_5046f8725a575247b25b01af4f7d08dc; |
n |
struct Nuitka_FrameObject *frame_c9a2125a6166560f5c2436e1616c9f8c; |
|
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; |
|
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
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 |
static struct Nuitka_FrameObject *cache_frame_5046f8725a575247b25b01af4f7d08dc = NULL; |
n |
static struct Nuitka_FrameObject *cache_frame_c9a2125a6166560f5c2436e1616c9f8c = NULL; |
|
|
|
|
|
// Actual function body. |
|
// Actual function body. |
n |
if (isFrameUnusable(cache_frame_5046f8725a575247b25b01af4f7d08dc)) { |
n |
if (isFrameUnusable(cache_frame_c9a2125a6166560f5c2436e1616c9f8c)) { |
|
Py_XDECREF(cache_frame_5046f8725a575247b25b01af4f7d08dc); |
|
Py_XDECREF(cache_frame_c9a2125a6166560f5c2436e1616c9f8c); |
|
|
|
|
|
#if _DEBUG_REFCOUNTS |
|
#if _DEBUG_REFCOUNTS |
n |
if (cache_frame_5046f8725a575247b25b01af4f7d08dc == NULL) { |
n |
if (cache_frame_c9a2125a6166560f5c2436e1616c9f8c == NULL) { |
|
count_active_frame_cache_instances += 1; |
|
count_active_frame_cache_instances += 1; |
|
} else { |
|
} else { |
|
count_released_frame_cache_instances += 1; |
|
count_released_frame_cache_instances += 1; |
|
} |
|
} |
|
count_allocated_frame_cache_instances += 1; |
|
count_allocated_frame_cache_instances += 1; |
|
#endif |
|
#endif |
n |
cache_frame_5046f8725a575247b25b01af4f7d08dc = MAKE_FUNCTION_FRAME(codeobj_5046f8725a575247b25b01af4f7d08dc, module___main__, sizeof(void *)); |
n |
cache_frame_c9a2125a6166560f5c2436e1616c9f8c = MAKE_FUNCTION_FRAME(codeobj_c9a2125a6166560f5c2436e1616c9f8c, module___main__, 0); |
|
#if _DEBUG_REFCOUNTS |
|
#if _DEBUG_REFCOUNTS |
|
} else { |
|
} else { |
|
count_hit_frame_cache_instances += 1; |
|
count_hit_frame_cache_instances += 1; |
|
#endif |
|
#endif |
|
} |
|
} |
n |
assert(cache_frame_5046f8725a575247b25b01af4f7d08dc->m_type_description == NULL); |
n |
assert(cache_frame_c9a2125a6166560f5c2436e1616c9f8c->m_type_description == NULL); |
|
frame_5046f8725a575247b25b01af4f7d08dc = cache_frame_5046f8725a575247b25b01af4f7d08dc; |
|
frame_c9a2125a6166560f5c2436e1616c9f8c = cache_frame_c9a2125a6166560f5c2436e1616c9f8c; |
|
|
|
|
|
// Push the new frame as the currently active one. |
|
// Push the new frame as the currently active one. |
n |
pushFrameStack(frame_5046f8725a575247b25b01af4f7d08dc); |
n |
pushFrameStack(frame_c9a2125a6166560f5c2436e1616c9f8c); |
|
|
|
|
|
// Mark the frame object as in use, ref count 1 will be up for reuse. |
|
// Mark the frame object as in use, ref count 1 will be up for reuse. |
n |
assert(Py_REFCNT(frame_5046f8725a575247b25b01af4f7d08dc) == 2); // Frame stack |
n |
assert(Py_REFCNT(frame_c9a2125a6166560f5c2436e1616c9f8c) == 2); // Frame stack |
|
|
|
|
|
// Framed code: |
|
// Framed code: |
n |
if (Nuitka_Cell_GET(self->m_closure[0]) == NULL) { |
n |
tmp_return_value = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[0]); |
|
|
|
|
n |
FORMAT_UNBOUND_CLOSURE_ERROR(&exception_type, &exception_value, mod_consts[3]); |
n |
if (unlikely(tmp_return_value == NULL)) { |
|
exception_tb = NULL; |
|
tmp_return_value = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[0]); |
|
|
|
} |
|
|
|
|
|
|
|
if (tmp_return_value == NULL) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb); |
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
CHAIN_EXCEPTION(exception_value); |
|
|
|
|
|
|
n |
|
n |
|
|
exception_lineno = 29; |
|
exception_lineno = 33; |
|
type_description_1 = "c"; |
|
|
|
goto frame_exception_exit_1; |
|
goto frame_exception_exit_1; |
|
} |
|
} |
n |
|
n |
|
|
tmp_return_value = Nuitka_Cell_GET(self->m_closure[0]); |
|
|
|
Py_INCREF(tmp_return_value); |
|
Py_INCREF(tmp_return_value); |
|
goto frame_return_exit_1; |
|
goto frame_return_exit_1; |
|
|
|
|
|
#if 0 |
|
#if 0 |
n |
RESTORE_FRAME_EXCEPTION(frame_5046f8725a575247b25b01af4f7d08dc); |
n |
RESTORE_FRAME_EXCEPTION(frame_c9a2125a6166560f5c2436e1616c9f8c); |
|
#endif |
|
#endif |
|
|
|
|
|
// Put the previous frame back on top. |
|
// Put the previous frame back on top. |
|
popFrameStack(); |
|
popFrameStack(); |
|
|
|
|
|
goto frame_no_exception_1; |
|
goto frame_no_exception_1; |
|
|
|
|
|
frame_return_exit_1:; |
|
frame_return_exit_1:; |
|
#if 0 |
|
#if 0 |
n |
RESTORE_FRAME_EXCEPTION(frame_5046f8725a575247b25b01af4f7d08dc); |
n |
RESTORE_FRAME_EXCEPTION(frame_c9a2125a6166560f5c2436e1616c9f8c); |
|
#endif |
|
#endif |
|
|
|
|
|
// Put the previous frame back on top. |
|
// Put the previous frame back on top. |
|
popFrameStack(); |
|
popFrameStack(); |
|
|
|
|
|
goto function_return_exit; |
|
goto function_return_exit; |
|
|
|
|
|
frame_exception_exit_1:; |
|
frame_exception_exit_1:; |
|
|
|
|
|
#if 0 |
|
#if 0 |
n |
RESTORE_FRAME_EXCEPTION(frame_5046f8725a575247b25b01af4f7d08dc); |
n |
RESTORE_FRAME_EXCEPTION(frame_c9a2125a6166560f5c2436e1616c9f8c); |
|
#endif |
|
#endif |
|
|
|
|
|
if (exception_tb == NULL) { |
|
if (exception_tb == NULL) { |
n |
exception_tb = MAKE_TRACEBACK(frame_5046f8725a575247b25b01af4f7d08dc, exception_lineno); |
n |
exception_tb = MAKE_TRACEBACK(frame_c9a2125a6166560f5c2436e1616c9f8c, exception_lineno); |
|
} else if (exception_tb->tb_frame != &frame_5046f8725a575247b25b01af4f7d08dc->m_frame) { |
|
} else if (exception_tb->tb_frame != &frame_c9a2125a6166560f5c2436e1616c9f8c->m_frame) { |
|
exception_tb = ADD_TRACEBACK(exception_tb, frame_5046f8725a575247b25b01af4f7d08dc, exception_lineno); |
|
exception_tb = ADD_TRACEBACK(exception_tb, frame_c9a2125a6166560f5c2436e1616c9f8c, exception_lineno); |
|
} |
|
} |
|
|
|
|
|
// Attaches locals to frame if any. |
|
// Attaches locals to frame if any. |
|
Nuitka_Frame_AttachLocals( |
|
Nuitka_Frame_AttachLocals( |
n |
frame_5046f8725a575247b25b01af4f7d08dc, |
n |
frame_c9a2125a6166560f5c2436e1616c9f8c, |
|
type_description_1,
|
|
type_description_1 |
|
self->m_closure[0] |
|
|
|
); |
|
); |
|
|
|
|
|
|
|
|
|
// Release cached frame if used for exception. |
|
// Release cached frame if used for exception. |
n |
if (frame_5046f8725a575247b25b01af4f7d08dc == cache_frame_5046f8725a575247b25b01af4f7d08dc) { |
n |
if (frame_c9a2125a6166560f5c2436e1616c9f8c == cache_frame_c9a2125a6166560f5c2436e1616c9f8c) { |
|
#if _DEBUG_REFCOUNTS |
|
#if _DEBUG_REFCOUNTS |
|
count_active_frame_cache_instances -= 1; |
|
count_active_frame_cache_instances -= 1; |
|
count_released_frame_cache_instances += 1; |
|
count_released_frame_cache_instances += 1; |
|
#endif |
|
#endif |
|
|
|
|
n |
Py_DECREF(cache_frame_5046f8725a575247b25b01af4f7d08dc); |
n |
Py_DECREF(cache_frame_c9a2125a6166560f5c2436e1616c9f8c); |
|
cache_frame_5046f8725a575247b25b01af4f7d08dc = NULL; |
|
cache_frame_c9a2125a6166560f5c2436e1616c9f8c = NULL; |
|
} |
|
} |
|
|
|
|
n |
assertFrameObject(frame_5046f8725a575247b25b01af4f7d08dc); |
n |
assertFrameObject(frame_c9a2125a6166560f5c2436e1616c9f8c); |
|
|
|
|
|
// Put the previous frame back on top. |
|
// Put the previous frame back on top. |
|
popFrameStack(); |
|
popFrameStack(); |
|
|
|
|
|
// Return the error. |
|
// Return the error. |
|
|
|
|
|
// 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[4], tmp_assign_source_1); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[3], tmp_assign_source_1); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_2; |
|
PyObject *tmp_assign_source_2; |
n |
tmp_assign_source_2 = mod_consts[5]; |
n |
tmp_assign_source_2 = mod_consts[4]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[6], tmp_assign_source_2); |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[5], 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[7], tmp_assign_source_3); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[6], 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[8], tmp_assign_source_4); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[7], tmp_assign_source_4); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_5; |
|
PyObject *tmp_assign_source_5; |
|
tmp_assign_source_5 = Py_None; |
|
tmp_assign_source_5 = Py_None; |
|
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[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_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[10]; |
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[11]; |
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[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_19020927c67aed0c4f5591fd39568138 = MAKE_MODULE_FRAME(codeobj_19020927c67aed0c4f5591fd39568138, module___main__); |
|
frame_19020927c67aed0c4f5591fd39568138 = MAKE_MODULE_FRAME(codeobj_19020927c67aed0c4f5591fd39568138, 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_19020927c67aed0c4f5591fd39568138->m_frame.f_lineno = 41; |
|
frame_19020927c67aed0c4f5591fd39568138->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[12], |
n |
mod_consts[11], |
|
&PyTuple_GET_ITEM(mod_consts[13], 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[3], 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[9]); |
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[9]); |
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()); |
|
|
|
|