|
|
|
|
|
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[21]; |
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; |
|
static PyCodeObject *codeobj_c4badfde212c79ec25bef75921cac61c; |
|
static PyCodeObject *codeobj_c4badfde212c79ec25bef75921cac61c; |
|
/* 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[2]; CHECK_OBJECT(module_filename_obj); |
|
codeobj_1594bb11de54e6ecc3d229897da0dc8d = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[18], NULL, NULL, 0, 0, 0); |
|
codeobj_1594bb11de54e6ecc3d229897da0dc8d = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[15], NULL, NULL, 0, 0, 0); |
|
codeobj_a01e6742b4667d7b755b2e0d850812bf = MAKE_CODEOBJECT(module_filename_obj, 25, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[10], mod_consts[19], NULL, 0, 0, 0); |
|
codeobj_a01e6742b4667d7b755b2e0d850812bf = MAKE_CODEOBJECT(module_filename_obj, 25, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[7], mod_consts[16], NULL, 0, 0, 0); |
|
codeobj_c4badfde212c79ec25bef75921cac61c = MAKE_CODEOBJECT(module_filename_obj, 22, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[0], mod_consts[20], NULL, 6, 0, 0); |
|
codeobj_c4badfde212c79ec25bef75921cac61c = MAKE_CODEOBJECT(module_filename_obj, 22, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[0], mod_consts[17], NULL, 6, 0, 0); |
|
} |
|
} |
|
|
|
|
|
// The module function declarations. |
|
// The module function declarations. |
|
static PyObject *MAKE_FUNCTION___main__$$$function__1_compiled_func(); |
|
static PyObject *MAKE_FUNCTION___main__$$$function__1_compiled_func(); |
|
|
|
|
|
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; |
|
NUITKA_MAY_BE_UNUSED char const *type_description_1 = 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 |
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused; |
n |
|
|
static struct Nuitka_FrameObject *cache_frame_a01e6742b4667d7b755b2e0d850812bf = NULL; |
|
static struct Nuitka_FrameObject *cache_frame_a01e6742b4667d7b755b2e0d850812bf = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
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; |
|
goto frame_exception_exit_1; |
|
goto frame_exception_exit_1; |
|
} |
|
} |
|
assert(var_compiled_f == NULL); |
|
assert(var_compiled_f == NULL); |
|
Py_INCREF(tmp_assign_source_1); |
|
Py_INCREF(tmp_assign_source_1); |
|
var_compiled_f = tmp_assign_source_1; |
|
var_compiled_f = tmp_assign_source_1; |
n |
} |
n |
|
|
{ |
|
|
|
PyObject *tmp_called_name_1; |
|
|
|
PyObject *tmp_call_result_1; |
|
|
|
CHECK_OBJECT(var_compiled_f); |
|
|
|
tmp_called_name_1 = var_compiled_f; |
|
|
|
frame_a01e6742b4667d7b755b2e0d850812bf->m_frame.f_lineno = 31; |
|
|
|
tmp_call_result_1 = CALL_FUNCTION_WITH_ARGS6(tmp_called_name_1, &PyTuple_GET_ITEM(mod_consts[1], 0)); |
|
|
|
|
|
|
|
if (tmp_call_result_1 == NULL) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
|
|
|
|
|
|
|
|
exception_lineno = 31; |
|
|
|
type_description_1 = "o"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
Py_DECREF(tmp_call_result_1); |
|
|
|
} |
|
|
|
{ |
|
|
|
PyObject *tmp_called_name_2; |
|
|
|
PyObject *tmp_call_result_2; |
|
|
|
CHECK_OBJECT(var_compiled_f); |
|
|
|
tmp_called_name_2 = var_compiled_f; |
|
|
|
frame_a01e6742b4667d7b755b2e0d850812bf->m_frame.f_lineno = 32; |
|
|
|
tmp_call_result_2 = CALL_FUNCTION_WITH_ARGS6(tmp_called_name_2, &PyTuple_GET_ITEM(mod_consts[2], 0)); |
|
|
|
|
|
|
|
if (tmp_call_result_2 == NULL) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
|
|
|
|
|
|
|
|
exception_lineno = 32; |
|
|
|
type_description_1 = "o"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
Py_DECREF(tmp_call_result_2); |
|
|
|
} |
|
|
|
{ |
|
|
|
PyObject *tmp_called_name_3; |
|
|
|
PyObject *tmp_call_result_3; |
|
|
|
CHECK_OBJECT(var_compiled_f); |
|
|
|
tmp_called_name_3 = var_compiled_f; |
|
|
|
frame_a01e6742b4667d7b755b2e0d850812bf->m_frame.f_lineno = 33; |
|
|
|
tmp_call_result_3 = CALL_FUNCTION_WITH_ARGS6(tmp_called_name_3, &PyTuple_GET_ITEM(mod_consts[3], 0)); |
|
|
|
|
|
|
|
if (tmp_call_result_3 == NULL) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
|
|
|
|
|
|
|
|
exception_lineno = 33; |
|
|
|
type_description_1 = "o"; |
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
Py_DECREF(tmp_call_result_3); |
|
|
|
} |
|
} |
|
|
|
|
|
#if 0 |
|
#if 0 |
|
RESTORE_FRAME_EXCEPTION(frame_a01e6742b4667d7b755b2e0d850812bf); |
|
RESTORE_FRAME_EXCEPTION(frame_a01e6742b4667d7b755b2e0d850812bf); |
|
#endif |
|
#endif |
|
|
|
|
|
|
|
|
|
static PyObject *MAKE_FUNCTION___main__$$$function__2_calledRepeatedly() { |
|
static PyObject *MAKE_FUNCTION___main__$$$function__2_calledRepeatedly() { |
|
struct Nuitka_FunctionObject *result = Nuitka_Function_New( |
|
struct Nuitka_FunctionObject *result = Nuitka_Function_New( |
|
impl___main__$$$function__2_calledRepeatedly, |
|
impl___main__$$$function__2_calledRepeatedly, |
n |
mod_consts[10], |
n |
mod_consts[7], |
|
#if PYTHON_VERSION >= 0x300 |
|
#if PYTHON_VERSION >= 0x300 |
|
NULL, |
|
NULL, |
|
#endif |
|
#endif |
|
codeobj_a01e6742b4667d7b755b2e0d850812bf, |
|
codeobj_a01e6742b4667d7b755b2e0d850812bf, |
|
NULL, |
|
NULL, |
|
|
|
|
|
// 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[1], 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[2]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[6], tmp_assign_source_2); |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[3], 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[4], 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[5], tmp_assign_source_4); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_5; |
|
PyObject *tmp_assign_source_5; |
|
{ |
|
{ |
|
PyObject *hard_module = IMPORT_HARD___FUTURE__(); |
|
PyObject *hard_module = IMPORT_HARD___FUTURE__(); |
n |
tmp_assign_source_5 = LOOKUP_ATTRIBUTE(hard_module, mod_consts[9]); |
n |
tmp_assign_source_5 = LOOKUP_ATTRIBUTE(hard_module, mod_consts[6]); |
|
} |
|
} |
|
|
|
|
|
assert(!(tmp_assign_source_5 == NULL)); |
|
assert(!(tmp_assign_source_5 == NULL)); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[9], tmp_assign_source_5); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[6], tmp_assign_source_5); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_6; |
|
PyObject *tmp_assign_source_6; |
|
|
|
|
|
|
|
|
|
PyObject *tmp_assign_source_7; |
|
PyObject *tmp_assign_source_7; |
|
|
|
|
|
|
|
|
|
tmp_assign_source_7 = MAKE_FUNCTION___main__$$$function__2_calledRepeatedly(); |
|
tmp_assign_source_7 = MAKE_FUNCTION___main__$$$function__2_calledRepeatedly(); |
|
|
|
|
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[7], tmp_assign_source_7); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_8; |
|
PyObject *tmp_assign_source_8; |
|
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[11]; |
n |
tmp_name_name_1 = mod_consts[8]; |
|
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[12]; |
n |
tmp_level_name_1 = mod_consts[9]; |
|
tmp_assign_source_8 = 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_8 = 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_8 == NULL)); |
|
assert(!(tmp_assign_source_8 == NULL)); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[11], tmp_assign_source_8); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[8], tmp_assign_source_8); |
|
} |
|
} |
|
// Frame without reuse. |
|
// Frame without reuse. |
|
frame_1594bb11de54e6ecc3d229897da0dc8d = MAKE_MODULE_FRAME(codeobj_1594bb11de54e6ecc3d229897da0dc8d, module___main__); |
|
frame_1594bb11de54e6ecc3d229897da0dc8d = MAKE_MODULE_FRAME(codeobj_1594bb11de54e6ecc3d229897da0dc8d, 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_9; |
|
PyObject *tmp_assign_source_9; |
|
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[11]); |
n |
tmp_called_instance_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[8]); |
|
|
|
|
|
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[11]); |
n |
tmp_called_instance_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[8]); |
|
} |
|
} |
|
|
|
|
|
assert(!(tmp_called_instance_1 == NULL)); |
|
assert(!(tmp_called_instance_1 == NULL)); |
|
frame_1594bb11de54e6ecc3d229897da0dc8d->m_frame.f_lineno = 41; |
|
frame_1594bb11de54e6ecc3d229897da0dc8d->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[13], |
n |
mod_consts[10], |
|
&PyTuple_GET_ITEM(mod_consts[14], 0) |
|
&PyTuple_GET_ITEM(mod_consts[11], 0) |
|
); |
|
); |
|
|
|
|
|
if (tmp_iter_arg_1 == NULL) { |
|
if (tmp_iter_arg_1 == NULL) { |
|
assert(ERROR_OCCURRED()); |
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_11; |
|
PyObject *tmp_assign_source_11; |
|
CHECK_OBJECT(tmp_for_loop_1__iter_value); |
|
CHECK_OBJECT(tmp_for_loop_1__iter_value); |
|
tmp_assign_source_11 = tmp_for_loop_1__iter_value; |
|
tmp_assign_source_11 = tmp_for_loop_1__iter_value; |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[15], tmp_assign_source_11); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[12], tmp_assign_source_11); |
|
} |
|
} |
|
{ |
|
{ |
|
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[10]); |
n |
tmp_called_name_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[7]); |
|
|
|
|
|
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[10]); |
n |
tmp_called_name_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[7]); |
|
} |
|
} |
|
|
|
|
|
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[16]); |
n |
tmp_called_name_2 = LOOKUP_BUILTIN(mod_consts[13]); |
|
assert(tmp_called_name_2 != NULL); |
|
assert(tmp_called_name_2 != NULL); |
|
frame_1594bb11de54e6ecc3d229897da0dc8d->m_frame.f_lineno = 44; |
|
frame_1594bb11de54e6ecc3d229897da0dc8d->m_frame.f_lineno = 44; |
t |
tmp_call_result_2 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_name_2, mod_consts[17]); |
t |
tmp_call_result_2 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_name_2, mod_consts[14]); |
|
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); |
|
|
|
|