|
codeobj_main = codeobj_62e3a7e68562e2571d4afb7080d51afe; |
|
codeobj_main = codeobj_62e3a7e68562e2571d4afb7080d51afe; |
|
codeobj_3ec81d44d8bfc80d976377e7d527e862 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_calledRepeatedly, 22, const_tuple_empty, 0, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE ); |
|
codeobj_3ec81d44d8bfc80d976377e7d527e862 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_calledRepeatedly, 22, const_tuple_empty, 0, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE ); |
|
} |
|
} |
|
|
|
|
|
// The module function declarations. |
|
// The module function declarations. |
n |
NUITKA_LOCAL_MODULE PyObject *impl___main__$$$function_1_calledRepeatedly$$$function_1_lambda( PyObject **python_pars ); |
n |
|
|
|
|
|
|
|
|
|
|
static PyObject *MAKE_FUNCTION___main__$$$function_1_calledRepeatedly( ); |
|
static PyObject *MAKE_FUNCTION___main__$$$function_1_calledRepeatedly( ); |
|
|
|
|
|
|
|
|
|
// 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 ) |
|
|
|
|
|
// Local variable declarations. |
|
// Local variable declarations. |
|
PyObject *tmp_return_value = NULL; |
|
PyObject *tmp_return_value = NULL; |
|
|
|
|
|
// Actual function body. |
|
// Actual function body. |
n |
{ |
n |
tmp_return_value = const_int_pos_7; |
|
PyObject *tmp_dircall_arg1_1; |
|
Py_INCREF( tmp_return_value ); |
|
tmp_dircall_arg1_1 = const_int_pos_7; |
|
|
|
Py_INCREF( tmp_dircall_arg1_1 ); |
|
|
|
|
|
|
|
{ |
|
|
|
PyObject *dir_call_args[] = {tmp_dircall_arg1_1}; |
|
|
|
tmp_return_value = impl___main__$$$function_1_calledRepeatedly$$$function_1_lambda( dir_call_args ); |
|
|
|
} |
|
|
|
assert( !(tmp_return_value == NULL) ); |
|
|
|
goto function_return_exit; |
|
goto function_return_exit; |
|
} |
|
|
|
|
|
|
|
// Return statement must have exited already. |
|
// Return statement must have exited already. |
|
NUITKA_CANNOT_GET_HERE( __main__$$$function_1_calledRepeatedly ); |
|
NUITKA_CANNOT_GET_HERE( __main__$$$function_1_calledRepeatedly ); |
t |
return NULL; |
t |
|
|
|
|
|
|
|
|
|
|
function_return_exit: |
|
|
|
// Function cleanup code if any. |
|
|
|
|
|
|
|
|
|
|
|
// Actual function exit with return value, making sure we did not make |
|
|
|
// the error status worse despite non-NULL return. |
|
|
|
CHECK_OBJECT( tmp_return_value ); |
|
|
|
assert( had_error || !ERROR_OCCURRED() ); |
|
|
|
return tmp_return_value; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
NUITKA_LOCAL_MODULE PyObject *impl___main__$$$function_1_calledRepeatedly$$$function_1_lambda( PyObject **python_pars ) |
|
|
|
{ |
|
|
|
#ifndef __NUITKA_NO_ASSERT__ |
|
|
|
NUITKA_MAY_BE_UNUSED bool had_error = ERROR_OCCURRED(); |
|
|
|
assert(!had_error); // Do not enter inlined functions with error set. |
|
|
|
#endif |
|
|
|
|
|
|
|
// Local variable declarations. |
|
|
|
PyObject *par_x = python_pars[ 0 ]; |
|
|
|
PyObject *tmp_return_value = NULL; |
|
|
|
|
|
|
|
// Actual function body. |
|
|
|
// Tried code: |
|
|
|
CHECK_OBJECT( par_x ); |
|
|
|
tmp_return_value = par_x; |
|
|
|
Py_INCREF( tmp_return_value ); |
|
|
|
goto try_return_handler_1; |
|
|
|
// tried codes exits in all cases |
|
|
|
NUITKA_CANNOT_GET_HERE( __main__$$$function_1_calledRepeatedly$$$function_1_lambda ); |
|
|
|
return NULL; |
|
|
|
// Return handler code: |
|
|
|
try_return_handler_1:; |
|
|
|
CHECK_OBJECT( (PyObject *)par_x ); |
|
|
|
Py_DECREF( par_x ); |
|
|
|
par_x = NULL; |
|
|
|
|
|
|
|
goto function_return_exit; |
|
|
|
// End of try: |
|
|
|
|
|
|
|
// Return statement must have exited already. |
|
|
|
NUITKA_CANNOT_GET_HERE( __main__$$$function_1_calledRepeatedly$$$function_1_lambda ); |
|
|
|
return NULL; |
|
return NULL; |
|
|
|
|
|
|
|
|
|
function_return_exit: |
|
function_return_exit: |
|
// Function cleanup code if any. |
|
// Function cleanup code if any. |