|
static PyCodeObject *codeobj_ef22b9ee91940a796696ef5dbf7f16e7; |
|
static PyCodeObject *codeobj_ef22b9ee91940a796696ef5dbf7f16e7; |
|
/* 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[3]; CHECK_OBJECT(module_filename_obj); |
n |
module_filename_obj = mod_consts[2]; CHECK_OBJECT(module_filename_obj); |
|
codeobj_6b53ce31f8be494ba7f0151e077f1d03 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[17], NULL, NULL, 0, 0, 0); |
|
codeobj_6b53ce31f8be494ba7f0151e077f1d03 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[17], NULL, NULL, 0, 0, 0); |
|
codeobj_ef22b9ee91940a796696ef5dbf7f16e7 = MAKE_CODEOBJECT(module_filename_obj, 24, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[9], NULL, NULL, 0, 0, 0); |
|
codeobj_ef22b9ee91940a796696ef5dbf7f16e7 = MAKE_CODEOBJECT(module_filename_obj, 24, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[9], NULL, NULL, 0, 0, 0); |
|
} |
|
} |
|
|
|
|
|
// The module function declarations. |
|
// The module function declarations. |
|
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_ef22b9ee91940a796696ef5dbf7f16e7 = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
PyObject *tmp_return_value = NULL; |
n |
static struct Nuitka_FrameObject *cache_frame_ef22b9ee91940a796696ef5dbf7f16e7 = NULL; |
n |
|
|
|
|
|
|
// Actual function body. |
|
// Actual function body. |
|
if (isFrameUnusable(cache_frame_ef22b9ee91940a796696ef5dbf7f16e7)) { |
|
if (isFrameUnusable(cache_frame_ef22b9ee91940a796696ef5dbf7f16e7)) { |
|
Py_XDECREF(cache_frame_ef22b9ee91940a796696ef5dbf7f16e7); |
|
Py_XDECREF(cache_frame_ef22b9ee91940a796696ef5dbf7f16e7); |
|
|
|
|
|
exception_lineno = 25; |
|
exception_lineno = 25; |
|
|
|
|
|
goto frame_exception_exit_1; |
|
goto frame_exception_exit_1; |
|
} |
|
} |
|
} |
|
} |
n |
tmp_return_value = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[1]); |
n |
|
|
|
|
|
|
if (unlikely(tmp_return_value == NULL)) { |
|
|
|
tmp_return_value = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[1]); |
|
|
|
} |
|
|
|
|
|
|
|
if (tmp_return_value == NULL) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
|
|
|
|
|
|
|
|
|
|
exception_lineno = 27; |
|
|
|
|
|
|
|
goto frame_exception_exit_1; |
|
|
|
} |
|
|
|
Py_INCREF(tmp_return_value); |
|
|
|
goto frame_return_exit_1; |
|
|
|
|
|
|
|
#if 0 |
|
#if 0 |
|
RESTORE_FRAME_EXCEPTION(frame_ef22b9ee91940a796696ef5dbf7f16e7); |
|
RESTORE_FRAME_EXCEPTION(frame_ef22b9ee91940a796696ef5dbf7f16e7); |
|
#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; |
n |
|
n |
|
|
frame_return_exit_1:; |
|
|
|
#if 0 |
|
|
|
RESTORE_FRAME_EXCEPTION(frame_ef22b9ee91940a796696ef5dbf7f16e7); |
|
|
|
#endif |
|
|
|
|
|
|
|
// Put the previous frame back on top. |
|
|
|
popFrameStack(); |
|
|
|
|
|
|
|
goto function_return_exit; |
|
|
|
|
|
|
|
frame_exception_exit_1:; |
|
frame_exception_exit_1:; |
|
|
|
|
|
#if 0 |
|
#if 0 |
|
RESTORE_FRAME_EXCEPTION(frame_ef22b9ee91940a796696ef5dbf7f16e7); |
|
RESTORE_FRAME_EXCEPTION(frame_ef22b9ee91940a796696ef5dbf7f16e7); |
|
|
|
|
|
// 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[2], 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[3]; |
n |
tmp_assign_source_2 = mod_consts[2]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[4], 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[5], 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[6], 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; |
n |
tmp_assign_source_5 = mod_consts[7]; |
n |
tmp_assign_source_5 = mod_consts[6]; |
|
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; |
t |
tmp_assign_source_6 = mod_consts[8]; |
t |
tmp_assign_source_6 = mod_consts[7]; |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[1], tmp_assign_source_6); |
|
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[8], tmp_assign_source_6); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_7; |
|
PyObject *tmp_assign_source_7; |
|
|
|
|
|
|
|
|