|
|
|
|
|
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[18]; |
n |
static PyObject *mod_consts[17]; |
|
|
|
|
|
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__", 18); |
n |
loadConstantsBlob(&mod_consts[0], "__main__", 17); |
|
|
|
|
|
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__", 18); |
n |
checkConstantsBlob(&mod_consts[0], "__main__", 17); |
|
} |
|
} |
|
#endif |
|
#endif |
|
|
|
|
|
// The module code objects. |
|
// The module code objects. |
|
static PyCodeObject *codeobj_abc1f7ea86acb3aeef9d156b1cb53799; |
|
static PyCodeObject *codeobj_abc1f7ea86acb3aeef9d156b1cb53799; |
|
static PyCodeObject *codeobj_f170a385800ac553891d2b9ce9c73820; |
|
static PyCodeObject *codeobj_f170a385800ac553891d2b9ce9c73820; |
n |
static PyCodeObject *codeobj_a6571587941e2c8e803f6f9f5ade86b3; |
n |
static PyCodeObject *codeobj_6d54c2d95af1fa4f6c2b24efd59adb07; |
|
/* 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_abc1f7ea86acb3aeef9d156b1cb53799 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[15], NULL, NULL, 0, 0, 0); |
|
codeobj_abc1f7ea86acb3aeef9d156b1cb53799 = MAKE_CODEOBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[15], NULL, NULL, 0, 0, 0); |
n |
codeobj_f170a385800ac553891d2b9ce9c73820 = MAKE_CODEOBJECT(module_filename_obj, 23, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[8], mod_consts[16], NULL, 1, 0, 0); |
n |
codeobj_f170a385800ac553891d2b9ce9c73820 = MAKE_CODEOBJECT(module_filename_obj, 23, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[7], mod_consts[16], NULL, 1, 0, 0); |
|
codeobj_a6571587941e2c8e803f6f9f5ade86b3 = MAKE_CODEOBJECT(module_filename_obj, 28, CO_GENERATOR | CO_OPTIMIZED | CO_NEWLOCALS, mod_consts[1], mod_consts[17], mod_consts[17], 0, 0, 0); |
|
codeobj_6d54c2d95af1fa4f6c2b24efd59adb07 = MAKE_CODEOBJECT(module_filename_obj, 31, CO_GENERATOR | CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[1], NULL, NULL, 0, 0, 0); |
|
} |
|
} |
|
|
|
|
|
// The module function declarations. |
|
// The module function declarations. |
n |
static PyObject *MAKE_GENERATOR___main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty(struct Nuitka_CellObject **closure); |
n |
static PyObject *MAKE_GENERATOR___main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty(); |
|
|
|
|
|
|
|
|
|
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_f170a385800ac553891d2b9ce9c73820; |
|
struct Nuitka_FrameObject *frame_f170a385800ac553891d2b9ce9c73820; |
|
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; |
|
|
|
|
|
// Framed code: |
|
// Framed code: |
|
{ |
|
{ |
|
PyObject *tmp_expression_name_1; |
|
PyObject *tmp_expression_name_1; |
|
NUITKA_MAY_BE_UNUSED PyObject *tmp_yield_result_1; |
|
NUITKA_MAY_BE_UNUSED PyObject *tmp_yield_result_1; |
n |
if (Nuitka_Cell_GET(generator->m_closure[0]) == NULL) { |
n |
tmp_expression_name_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[0]); |
|
|
|
|
n |
FORMAT_UNBOUND_CLOSURE_ERROR(&generator_heap->exception_type, &generator_heap->exception_value, mod_consts[3]); |
n |
if (unlikely(tmp_expression_name_1 == NULL)) { |
|
generator_heap->exception_tb = NULL; |
|
tmp_expression_name_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[0]); |
|
|
|
} |
|
|
|
|
|
|
|
if (tmp_expression_name_1 == NULL) { |
|
|
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
NORMALIZE_EXCEPTION(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb); |
|
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb); |
|
CHAIN_EXCEPTION(generator_heap->exception_value); |
|
|
|
|
|
|
n |
|
n |
|
|
generator_heap->exception_lineno = 29; |
|
generator_heap->exception_lineno = 32; |
|
generator_heap->type_description_1 = "c"; |
|
|
|
goto frame_exception_exit_1; |
|
goto frame_exception_exit_1; |
|
} |
|
} |
n |
|
n |
|
|
tmp_expression_name_1 = Nuitka_Cell_GET(generator->m_closure[0]); |
|
|
|
Py_INCREF(tmp_expression_name_1); |
|
Py_INCREF(tmp_expression_name_1); |
|
generator->m_yield_return_index = 1; |
|
generator->m_yield_return_index = 1; |
|
return tmp_expression_name_1; |
|
return tmp_expression_name_1; |
|
yield_return_1: |
|
yield_return_1: |
|
if (yield_return_value == NULL) { |
|
if (yield_return_value == NULL) { |
|
assert(ERROR_OCCURRED()); |
|
assert(ERROR_OCCURRED()); |
|
|
|
|
|
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb); |
|
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb); |
|
|
|
|
|
|
|
|
n |
generator_heap->exception_lineno = 29; |
n |
generator_heap->exception_lineno = 32; |
|
generator_heap->type_description_1 = "c"; |
|
|
|
goto frame_exception_exit_1; |
|
goto frame_exception_exit_1; |
|
} |
|
} |
|
tmp_yield_result_1 = yield_return_value; |
|
tmp_yield_result_1 = yield_return_value; |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
return NULL; |
|
return NULL; |
|
|
|
|
|
} |
|
} |
|
|
|
|
n |
static PyObject *MAKE_GENERATOR___main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty(struct Nuitka_CellObject **closure) { |
n |
static PyObject *MAKE_GENERATOR___main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty() { |
|
return Nuitka_Generator_New( |
|
return Nuitka_Generator_New( |
|
__main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty_context, |
|
__main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty_context, |
|
module___main__, |
|
module___main__, |
|
mod_consts[1], |
|
mod_consts[1], |
|
#if PYTHON_VERSION >= 0x350 |
|
#if PYTHON_VERSION >= 0x350 |
|
mod_consts[2], |
|
mod_consts[2], |
|
#endif |
|
#endif |
n |
codeobj_a6571587941e2c8e803f6f9f5ade86b3, |
n |
codeobj_6d54c2d95af1fa4f6c2b24efd59adb07, |
|
closure, |
|
NULL, |
|
1, |
|
0, |
|
sizeof(struct __main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty_locals) |
|
sizeof(struct __main__$$$function__1_calledRepeatedly$$$function__1_empty$$$genobj__1_empty_locals) |
|
); |
|
); |
|
} |
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
static PyObject *MAKE_FUNCTION___main__$$$function__1_calledRepeatedly() { |
|
static PyObject *MAKE_FUNCTION___main__$$$function__1_calledRepeatedly() { |
|
struct Nuitka_FunctionObject *result = Nuitka_Function_New( |
|
struct Nuitka_FunctionObject *result = Nuitka_Function_New( |
|
impl___main__$$$function__1_calledRepeatedly, |
|
impl___main__$$$function__1_calledRepeatedly, |
n |
mod_consts[8], |
n |
mod_consts[7], |
|
#if PYTHON_VERSION >= 0x300 |
|
#if PYTHON_VERSION >= 0x300 |
|
NULL, |
|
NULL, |
|
#endif |
|
#endif |
|
codeobj_f170a385800ac553891d2b9ce9c73820, |
|
codeobj_f170a385800ac553891d2b9ce9c73820, |
|
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[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 = Py_None; |
|
tmp_assign_source_4 = Py_None; |
|
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; |
|
|
|
|
|
|
|
|
|
tmp_assign_source_5 = MAKE_FUNCTION___main__$$$function__1_calledRepeatedly(); |
|
tmp_assign_source_5 = MAKE_FUNCTION___main__$$$function__1_calledRepeatedly(); |
|
|
|
|
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[8], tmp_assign_source_5); |
n |
UPDATE_STRING_DICT1(moduledict___main__, (Nuitka_StringObject *)mod_consts[7], tmp_assign_source_5); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_6; |
|
PyObject *tmp_assign_source_6; |
|
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[9]; |
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[10]; |
n |
tmp_level_name_1 = mod_consts[9]; |
|
tmp_assign_source_6 = 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_6 = 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_6 == NULL)); |
|
assert(!(tmp_assign_source_6 == NULL)); |
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); |
|
} |
|
} |
|
// Frame without reuse. |
|
// Frame without reuse. |
|
frame_abc1f7ea86acb3aeef9d156b1cb53799 = MAKE_MODULE_FRAME(codeobj_abc1f7ea86acb3aeef9d156b1cb53799, module___main__); |
|
frame_abc1f7ea86acb3aeef9d156b1cb53799 = MAKE_MODULE_FRAME(codeobj_abc1f7ea86acb3aeef9d156b1cb53799, 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_7; |
|
PyObject *tmp_assign_source_7; |
|
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[9]); |
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[9]); |
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_abc1f7ea86acb3aeef9d156b1cb53799->m_frame.f_lineno = 39; |
|
frame_abc1f7ea86acb3aeef9d156b1cb53799->m_frame.f_lineno = 39; |
n |
tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2(tmp_called_instance_1, mod_consts[11], &PyTuple_GET_ITEM(mod_consts[12], 0)); |
n |
tmp_iter_arg_1 = CALL_METHOD_WITH_ARGS2(tmp_called_instance_1, mod_consts[10], &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()); |
|
|
|
|
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_assign_source_9; |
|
PyObject *tmp_assign_source_9; |
|
CHECK_OBJECT(tmp_for_loop_1__iter_value); |
|
CHECK_OBJECT(tmp_for_loop_1__iter_value); |
|
tmp_assign_source_9 = tmp_for_loop_1__iter_value; |
|
tmp_assign_source_9 = tmp_for_loop_1__iter_value; |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[3], tmp_assign_source_9); |
n |
UPDATE_STRING_DICT0(moduledict___main__, (Nuitka_StringObject *)mod_consts[12], tmp_assign_source_9); |
|
} |
|
} |
|
{ |
|
{ |
|
PyObject *tmp_called_name_1; |
|
PyObject *tmp_called_name_1; |
|
PyObject *tmp_call_result_1; |
|
PyObject *tmp_call_result_1; |
|
PyObject *tmp_args_element_name_1; |
|
PyObject *tmp_args_element_name_1; |
n |
tmp_called_name_1 = GET_STRING_DICT_VALUE(moduledict___main__, (Nuitka_StringObject *)mod_consts[8]); |
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[8]); |
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()); |
|
|
|
|