|
codeobj_cd3bfdcf42affb90478c6797f7f0d5b7 = MAKE_CODEOBJ(module_filename_obj, const_str_angle_module, 1, const_tuple_empty, 0, 0, CO_NOFREE); |
|
codeobj_cd3bfdcf42affb90478c6797f7f0d5b7 = MAKE_CODEOBJ(module_filename_obj, const_str_angle_module, 1, const_tuple_empty, 0, 0, CO_NOFREE); |
|
codeobj_92a3fdec9337fc59a21451d9f08cb38f = MAKE_CODEOBJ(module_filename_obj, const_str_plain_calledRepeatedly, 22, const_tuple_empty, 0, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE); |
|
codeobj_92a3fdec9337fc59a21451d9f08cb38f = 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); |
|
return NULL; |
|
return NULL; |
|
|
|
|
|
|
|
|
|
function_return_exit: |
|
function_return_exit: |
|
// Function cleanup code if any. |
|
// Function cleanup code if any. |
|
|
|
|
t |
|
t |
|
|
// 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. |
|
|
|
CHECK_OBJECT(par_x); |
|
|
|
tmp_return_value = par_x; |
|
|
|
Py_INCREF(tmp_return_value); |
|
|
|
goto function_return_exit; |
|
|
|
|
|
|
|
// Return statement must have exited already. |
|
|
|
NUITKA_CANNOT_GET_HERE(__main__$$$function_1_calledRepeatedly$$$function_1_lambda); |
|
|
|
return NULL; |
|
|
|
|
|
|
|
|
|
|
|
function_return_exit: |
|
|
|
// Function cleanup code if any. |
|
|
|
CHECK_OBJECT(par_x); |
|
|
|
Py_DECREF(par_x); |
|
|
|
|
|
|
|
// Actual function exit with return value, making sure we did not make |
|
// Actual function exit with return value, making sure we did not make |
|
// the error status worse despite non-NULL return. |
|
// the error status worse despite non-NULL return. |
|
CHECK_OBJECT(tmp_return_value); |
|
CHECK_OBJECT(tmp_return_value); |
|
assert(had_error || !ERROR_OCCURRED()); |
|
assert(had_error || !ERROR_OCCURRED()); |