/* Generated code for Python source for module 'future.builtins.misc' * created by Nuitka version 0.6.0 * * This code is in part copyright 2018 Kay Hayen. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "nuitka/prelude.h" #include "__helpers.h" /* The _module_future$builtins$misc is a Python object pointer of module type. */ /* Note: For full compatibility with CPython, every module variable access * needs to go through it except for cases where the module cannot possibly * have changed in the mean time. */ PyObject *module_future$builtins$misc; PyDictObject *moduledict_future$builtins$misc; /* The module constants used, if any. */ extern PyObject *const_str_plain_newnext; extern PyObject *const_str_plain_PY2; extern PyObject *const_str_plain__SENTINEL; extern PyObject *const_str_plain_isinstance; extern PyObject *const_str_plain_io; extern PyObject *const_str_plain_False; static PyObject *const_tuple_str_plain_open_tuple; extern PyObject *const_str_digest_102309c42cede5382b23bc746c057a0b; extern PyObject *const_str_plain_z; extern PyObject *const_str_plain___all__; extern PyObject *const_str_plain_builtins; extern PyObject *const_str_plain_raw_input; extern PyObject *const_str_plain_y; extern PyObject *const_str_plain_hex; extern PyObject *const_str_digest_35567259d2afb422e342c2eb1620e11c; extern PyObject *const_str_plain___file__; extern PyObject *const_str_plain___builtin__; extern PyObject *const_str_plain_long; static PyObject *const_tuple_str_plain_unichr_str_plain_pow_tuple; extern PyObject *const_str_plain_chr; extern PyObject *const_str_plain_open; extern PyObject *const_tuple_str_plain_newint_tuple; extern PyObject *const_str_plain_object; static PyObject *const_complex_0_0__0_0; static PyObject *const_str_digest_2d97cab333aa7bc2901bf66f77a7b887; extern PyObject *const_int_0; extern PyObject *const_str_plain_unichr; extern PyObject *const_str_plain_pow; extern PyObject *const_str_digest_a1d42fd901666a1063b35d6991fa8b22; extern PyObject *const_str_plain_newsuper; static PyObject *const_tuple_str_plain_newround_tuple; extern PyObject *const_str_plain_oct; extern PyObject *const_tuple_str_plain_x_str_plain_y_str_plain_z_tuple; extern PyObject *const_str_plain_future; static PyObject *const_list_f8021ab767ec37b953fce95e51e07f0e_list; extern PyObject *const_tuple_str_plain_utils_tuple; extern PyObject *const_str_plain_input; extern PyObject *const_str_plain_x; extern PyObject *const_str_plain_round; extern PyObject *const_str_digest_8629ffa3743887282eadb28300008044; extern PyObject *const_str_plain_newint; extern PyObject *const_tuple_empty; extern PyObject *const_str_digest_487193d10fdf4fbc27e5ac4c56dd788b; extern PyObject *const_str_plain_ascii; static PyObject *const_str_plain__builtin_pow; static PyObject *const_tuple_str_plain_ascii_str_plain_oct_str_plain_hex_tuple; static PyObject *const_tuple_str_plain_newnext_tuple; extern PyObject *const_str_plain_next; extern PyObject *const_str_plain_newround; static PyObject *const_str_digest_22959b0049299d3a9dd97afd0d721856; extern PyObject *const_str_plain_utils; static PyObject *const_str_digest_d9cc51349c4439255dadf5c7987f480c; static PyObject *const_str_plain_future_builtins; static PyObject *const_tuple_str_plain_newsuper_tuple; extern PyObject *const_str_plain_super; extern PyObject *const_str_plain___doc__; extern PyObject *const_str_plain___cached__; static PyObject *const_str_digest_236e0ddf78db3823a3be099b26f1f822; static PyObject *module_filename_obj; static bool constants_created = false; static void createModuleConstants( void ) { const_tuple_str_plain_open_tuple = PyTuple_New( 1 ); PyTuple_SET_ITEM( const_tuple_str_plain_open_tuple, 0, const_str_plain_open ); Py_INCREF( const_str_plain_open ); const_tuple_str_plain_unichr_str_plain_pow_tuple = PyTuple_New( 2 ); PyTuple_SET_ITEM( const_tuple_str_plain_unichr_str_plain_pow_tuple, 0, const_str_plain_unichr ); Py_INCREF( const_str_plain_unichr ); PyTuple_SET_ITEM( const_tuple_str_plain_unichr_str_plain_pow_tuple, 1, const_str_plain_pow ); Py_INCREF( const_str_plain_pow ); const_complex_0_0__0_0 = PyMarshal_ReadObjectFromString( (char *)&constant_bin[ 700851 ], 17 ); const_str_digest_2d97cab333aa7bc2901bf66f77a7b887 = UNSTREAM_STRING( &constant_bin[ 700868 ], 191, 0 ); const_tuple_str_plain_newround_tuple = PyTuple_New( 1 ); PyTuple_SET_ITEM( const_tuple_str_plain_newround_tuple, 0, const_str_plain_newround ); Py_INCREF( const_str_plain_newround ); const_list_f8021ab767ec37b953fce95e51e07f0e_list = PyList_New( 11 ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 0, const_str_plain_ascii ); Py_INCREF( const_str_plain_ascii ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 1, const_str_plain_chr ); Py_INCREF( const_str_plain_chr ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 2, const_str_plain_hex ); Py_INCREF( const_str_plain_hex ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 3, const_str_plain_input ); Py_INCREF( const_str_plain_input ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 4, const_str_plain_isinstance ); Py_INCREF( const_str_plain_isinstance ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 5, const_str_plain_next ); Py_INCREF( const_str_plain_next ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 6, const_str_plain_oct ); Py_INCREF( const_str_plain_oct ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 7, const_str_plain_open ); Py_INCREF( const_str_plain_open ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 8, const_str_plain_pow ); Py_INCREF( const_str_plain_pow ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 9, const_str_plain_round ); Py_INCREF( const_str_plain_round ); PyList_SET_ITEM( const_list_f8021ab767ec37b953fce95e51e07f0e_list, 10, const_str_plain_super ); Py_INCREF( const_str_plain_super ); const_str_plain__builtin_pow = UNSTREAM_STRING( &constant_bin[ 701059 ], 12, 1 ); const_tuple_str_plain_ascii_str_plain_oct_str_plain_hex_tuple = PyTuple_New( 3 ); PyTuple_SET_ITEM( const_tuple_str_plain_ascii_str_plain_oct_str_plain_hex_tuple, 0, const_str_plain_ascii ); Py_INCREF( const_str_plain_ascii ); PyTuple_SET_ITEM( const_tuple_str_plain_ascii_str_plain_oct_str_plain_hex_tuple, 1, const_str_plain_oct ); Py_INCREF( const_str_plain_oct ); PyTuple_SET_ITEM( const_tuple_str_plain_ascii_str_plain_oct_str_plain_hex_tuple, 2, const_str_plain_hex ); Py_INCREF( const_str_plain_hex ); const_tuple_str_plain_newnext_tuple = PyTuple_New( 1 ); PyTuple_SET_ITEM( const_tuple_str_plain_newnext_tuple, 0, const_str_plain_newnext ); Py_INCREF( const_str_plain_newnext ); const_str_digest_22959b0049299d3a9dd97afd0d721856 = UNSTREAM_STRING( &constant_bin[ 701071 ], 29, 0 ); const_str_digest_d9cc51349c4439255dadf5c7987f480c = UNSTREAM_STRING( &constant_bin[ 701100 ], 56, 0 ); const_str_plain_future_builtins = UNSTREAM_STRING( &constant_bin[ 700615 ], 15, 1 ); const_tuple_str_plain_newsuper_tuple = PyTuple_New( 1 ); PyTuple_SET_ITEM( const_tuple_str_plain_newsuper_tuple, 0, const_str_plain_newsuper ); Py_INCREF( const_str_plain_newsuper ); const_str_digest_236e0ddf78db3823a3be099b26f1f822 = UNSTREAM_STRING( &constant_bin[ 701156 ], 1326, 0 ); constants_created = true; } #ifndef __NUITKA_NO_ASSERT__ void checkModuleConstants_future$builtins$misc( void ) { // The module may not have been used at all. if (constants_created == false) return; } #endif // The module code objects. static PyCodeObject *codeobj_dd311a188ad9a0f511b01e7bddf8142a; static PyCodeObject *codeobj_f851a468005d38e94e98811f0cdf96d9; static void createModuleCodeObjects(void) { module_filename_obj = const_str_digest_d9cc51349c4439255dadf5c7987f480c; codeobj_dd311a188ad9a0f511b01e7bddf8142a = MAKE_CODEOBJ( module_filename_obj, const_str_digest_22959b0049299d3a9dd97afd0d721856, 1, const_tuple_empty, 0, 0, CO_NOFREE ); codeobj_f851a468005d38e94e98811f0cdf96d9 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_pow, 66, const_tuple_str_plain_x_str_plain_y_str_plain_z_tuple, 3, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE ); } // The module function declarations. static PyObject *MAKE_FUNCTION_future$builtins$misc$$$function_1_pow( PyObject *defaults ); // The module function definitions. static PyObject *impl_future$builtins$misc$$$function_1_pow( struct Nuitka_FunctionObject const *self, PyObject **python_pars ) { // Preserve error status for checks #ifndef __NUITKA_NO_ASSERT__ NUITKA_MAY_BE_UNUSED bool had_error = ERROR_OCCURRED(); #endif // Local variable declarations. PyObject *par_x = python_pars[ 0 ]; PyObject *par_y = python_pars[ 1 ]; PyObject *par_z = python_pars[ 2 ]; struct Nuitka_FrameObject *frame_f851a468005d38e94e98811f0cdf96d9; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; int tmp_res; PyObject *tmp_return_value = NULL; PyObject *exception_keeper_type_1; PyObject *exception_keeper_value_1; PyTracebackObject *exception_keeper_tb_1; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; PyObject *exception_preserved_type_1; PyObject *exception_preserved_value_1; PyTracebackObject *exception_preserved_tb_1; bool tmp_result; PyObject *exception_keeper_type_2; PyObject *exception_keeper_value_2; PyTracebackObject *exception_keeper_tb_2; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_2; static struct Nuitka_FrameObject *cache_frame_f851a468005d38e94e98811f0cdf96d9 = NULL; PyObject *exception_keeper_type_3; PyObject *exception_keeper_value_3; PyTracebackObject *exception_keeper_tb_3; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_3; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_f851a468005d38e94e98811f0cdf96d9, codeobj_f851a468005d38e94e98811f0cdf96d9, module_future$builtins$misc, sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_f851a468005d38e94e98811f0cdf96d9 = cache_frame_f851a468005d38e94e98811f0cdf96d9; // Push the new frame as the currently active one. pushFrameStack( frame_f851a468005d38e94e98811f0cdf96d9 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_f851a468005d38e94e98811f0cdf96d9 ) == 2 ); // Frame stack // Framed code: { nuitka_bool tmp_condition_result_1; PyObject *tmp_called_name_1; PyObject *tmp_mvar_value_1; PyObject *tmp_call_result_1; PyObject *tmp_args_element_name_1; PyObject *tmp_args_element_name_2; PyObject *tmp_mvar_value_2; int tmp_truth_name_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_isinstance ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_isinstance ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "isinstance" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_called_name_1 = tmp_mvar_value_1; CHECK_OBJECT( par_x ); tmp_args_element_name_1 = par_x; tmp_mvar_value_2 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_newint ); if (unlikely( tmp_mvar_value_2 == NULL )) { tmp_mvar_value_2 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_newint ); } if ( tmp_mvar_value_2 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "newint" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_2 = tmp_mvar_value_2; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 74; { PyObject *call_args[] = { tmp_args_element_name_1, tmp_args_element_name_2 }; tmp_call_result_1 = CALL_FUNCTION_WITH_ARGS2( tmp_called_name_1, call_args ); } if ( tmp_call_result_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_truth_name_1 = CHECK_IF_TRUE( tmp_call_result_1 ); if ( tmp_truth_name_1 == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); Py_DECREF( tmp_call_result_1 ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_condition_result_1 = tmp_truth_name_1 == 1 ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; Py_DECREF( tmp_call_result_1 ); if ( tmp_condition_result_1 == NUITKA_BOOL_TRUE ) { goto branch_yes_1; } else { goto branch_no_1; } branch_yes_1:; { PyObject *tmp_assign_source_1; PyObject *tmp_called_name_2; PyObject *tmp_mvar_value_3; PyObject *tmp_args_element_name_3; tmp_mvar_value_3 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_long ); if (unlikely( tmp_mvar_value_3 == NULL )) { tmp_mvar_value_3 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_long ); } if ( tmp_mvar_value_3 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "long" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 75; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_called_name_2 = tmp_mvar_value_3; if ( par_x == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "x" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 75; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_3 = par_x; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 75; { PyObject *call_args[] = { tmp_args_element_name_3 }; tmp_assign_source_1 = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_2, call_args ); } if ( tmp_assign_source_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 75; type_description_1 = "ooo"; goto frame_exception_exit_1; } { PyObject *old = par_x; par_x = tmp_assign_source_1; Py_XDECREF( old ); } } branch_no_1:; } { nuitka_bool tmp_condition_result_2; PyObject *tmp_called_name_3; PyObject *tmp_mvar_value_4; PyObject *tmp_call_result_2; PyObject *tmp_args_element_name_4; PyObject *tmp_args_element_name_5; PyObject *tmp_mvar_value_5; int tmp_truth_name_2; tmp_mvar_value_4 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_isinstance ); if (unlikely( tmp_mvar_value_4 == NULL )) { tmp_mvar_value_4 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_isinstance ); } if ( tmp_mvar_value_4 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "isinstance" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 76; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_called_name_3 = tmp_mvar_value_4; if ( par_y == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "y" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 76; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_4 = par_y; tmp_mvar_value_5 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_newint ); if (unlikely( tmp_mvar_value_5 == NULL )) { tmp_mvar_value_5 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_newint ); } if ( tmp_mvar_value_5 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "newint" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 76; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_5 = tmp_mvar_value_5; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 76; { PyObject *call_args[] = { tmp_args_element_name_4, tmp_args_element_name_5 }; tmp_call_result_2 = CALL_FUNCTION_WITH_ARGS2( tmp_called_name_3, call_args ); } if ( tmp_call_result_2 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 76; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_truth_name_2 = CHECK_IF_TRUE( tmp_call_result_2 ); if ( tmp_truth_name_2 == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); Py_DECREF( tmp_call_result_2 ); exception_lineno = 76; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_condition_result_2 = tmp_truth_name_2 == 1 ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; Py_DECREF( tmp_call_result_2 ); if ( tmp_condition_result_2 == NUITKA_BOOL_TRUE ) { goto branch_yes_2; } else { goto branch_no_2; } branch_yes_2:; { PyObject *tmp_assign_source_2; PyObject *tmp_called_name_4; PyObject *tmp_mvar_value_6; PyObject *tmp_args_element_name_6; tmp_mvar_value_6 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_long ); if (unlikely( tmp_mvar_value_6 == NULL )) { tmp_mvar_value_6 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_long ); } if ( tmp_mvar_value_6 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "long" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 77; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_called_name_4 = tmp_mvar_value_6; if ( par_y == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "y" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 77; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_6 = par_y; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 77; { PyObject *call_args[] = { tmp_args_element_name_6 }; tmp_assign_source_2 = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_4, call_args ); } if ( tmp_assign_source_2 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 77; type_description_1 = "ooo"; goto frame_exception_exit_1; } { PyObject *old = par_y; par_y = tmp_assign_source_2; Py_XDECREF( old ); } } branch_no_2:; } { nuitka_bool tmp_condition_result_3; PyObject *tmp_called_name_5; PyObject *tmp_mvar_value_7; PyObject *tmp_call_result_3; PyObject *tmp_args_element_name_7; PyObject *tmp_args_element_name_8; PyObject *tmp_mvar_value_8; int tmp_truth_name_3; tmp_mvar_value_7 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_isinstance ); if (unlikely( tmp_mvar_value_7 == NULL )) { tmp_mvar_value_7 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_isinstance ); } if ( tmp_mvar_value_7 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "isinstance" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 78; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_called_name_5 = tmp_mvar_value_7; if ( par_z == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "z" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 78; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_7 = par_z; tmp_mvar_value_8 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_newint ); if (unlikely( tmp_mvar_value_8 == NULL )) { tmp_mvar_value_8 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_newint ); } if ( tmp_mvar_value_8 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "newint" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 78; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_8 = tmp_mvar_value_8; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 78; { PyObject *call_args[] = { tmp_args_element_name_7, tmp_args_element_name_8 }; tmp_call_result_3 = CALL_FUNCTION_WITH_ARGS2( tmp_called_name_5, call_args ); } if ( tmp_call_result_3 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 78; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_truth_name_3 = CHECK_IF_TRUE( tmp_call_result_3 ); if ( tmp_truth_name_3 == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); Py_DECREF( tmp_call_result_3 ); exception_lineno = 78; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_condition_result_3 = tmp_truth_name_3 == 1 ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; Py_DECREF( tmp_call_result_3 ); if ( tmp_condition_result_3 == NUITKA_BOOL_TRUE ) { goto branch_yes_3; } else { goto branch_no_3; } branch_yes_3:; { PyObject *tmp_assign_source_3; PyObject *tmp_called_name_6; PyObject *tmp_mvar_value_9; PyObject *tmp_args_element_name_9; tmp_mvar_value_9 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_long ); if (unlikely( tmp_mvar_value_9 == NULL )) { tmp_mvar_value_9 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_long ); } if ( tmp_mvar_value_9 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "long" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 79; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_called_name_6 = tmp_mvar_value_9; if ( par_z == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "z" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 79; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_9 = par_z; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 79; { PyObject *call_args[] = { tmp_args_element_name_9 }; tmp_assign_source_3 = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_6, call_args ); } if ( tmp_assign_source_3 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 79; type_description_1 = "ooo"; goto frame_exception_exit_1; } { PyObject *old = par_z; par_z = tmp_assign_source_3; Py_XDECREF( old ); } } branch_no_3:; } { // Tried code: { nuitka_bool tmp_condition_result_4; PyObject *tmp_compexpr_left_1; PyObject *tmp_compexpr_right_1; PyObject *tmp_mvar_value_10; if ( par_z == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "z" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 82; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_compexpr_left_1 = par_z; tmp_mvar_value_10 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__SENTINEL ); if (unlikely( tmp_mvar_value_10 == NULL )) { tmp_mvar_value_10 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain__SENTINEL ); } if ( tmp_mvar_value_10 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "_SENTINEL" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 82; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_compexpr_right_1 = tmp_mvar_value_10; tmp_res = RICH_COMPARE_BOOL_EQ( tmp_compexpr_left_1, tmp_compexpr_right_1 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 82; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_condition_result_4 = ( tmp_res != 0 ) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; if ( tmp_condition_result_4 == NUITKA_BOOL_TRUE ) { goto branch_yes_4; } else { goto branch_no_4; } branch_yes_4:; { PyObject *tmp_called_name_7; PyObject *tmp_mvar_value_11; PyObject *tmp_args_element_name_10; PyObject *tmp_args_element_name_11; tmp_mvar_value_11 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__builtin_pow ); if (unlikely( tmp_mvar_value_11 == NULL )) { tmp_mvar_value_11 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain__builtin_pow ); } if ( tmp_mvar_value_11 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "_builtin_pow" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 83; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_called_name_7 = tmp_mvar_value_11; if ( par_x == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "x" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 83; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_args_element_name_10 = par_x; if ( par_y == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "y" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 83; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_args_element_name_11 = par_y; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 83; { PyObject *call_args[] = { tmp_args_element_name_10, tmp_args_element_name_11 }; tmp_return_value = CALL_FUNCTION_WITH_ARGS2( tmp_called_name_7, call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 83; type_description_1 = "ooo"; goto try_except_handler_2; } goto frame_return_exit_1; } goto branch_end_4; branch_no_4:; { PyObject *tmp_called_name_8; PyObject *tmp_mvar_value_12; PyObject *tmp_args_element_name_12; PyObject *tmp_args_element_name_13; PyObject *tmp_args_element_name_14; tmp_mvar_value_12 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__builtin_pow ); if (unlikely( tmp_mvar_value_12 == NULL )) { tmp_mvar_value_12 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain__builtin_pow ); } if ( tmp_mvar_value_12 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "_builtin_pow" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 85; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_called_name_8 = tmp_mvar_value_12; if ( par_x == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "x" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 85; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_args_element_name_12 = par_x; if ( par_y == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "y" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 85; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_args_element_name_13 = par_y; if ( par_z == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "z" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 85; type_description_1 = "ooo"; goto try_except_handler_2; } tmp_args_element_name_14 = par_z; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 85; { PyObject *call_args[] = { tmp_args_element_name_12, tmp_args_element_name_13, tmp_args_element_name_14 }; tmp_return_value = CALL_FUNCTION_WITH_ARGS3( tmp_called_name_8, call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 85; type_description_1 = "ooo"; goto try_except_handler_2; } goto frame_return_exit_1; } branch_end_4:; } // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( future$builtins$misc$$$function_1_pow ); return NULL; // Exception handler code: try_except_handler_2:; exception_keeper_type_1 = exception_type; exception_keeper_value_1 = exception_value; exception_keeper_tb_1 = exception_tb; exception_keeper_lineno_1 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { // Preserve existing published exception. exception_preserved_type_1 = EXC_TYPE(PyThreadState_GET()); Py_XINCREF( exception_preserved_type_1 ); exception_preserved_value_1 = EXC_VALUE(PyThreadState_GET()); Py_XINCREF( exception_preserved_value_1 ); exception_preserved_tb_1 = (PyTracebackObject *)EXC_TRACEBACK(PyThreadState_GET()); Py_XINCREF( exception_preserved_tb_1 ); } { if ( exception_keeper_tb_1 == NULL ) { exception_keeper_tb_1 = MAKE_TRACEBACK( frame_f851a468005d38e94e98811f0cdf96d9, exception_keeper_lineno_1 ); } else if ( exception_keeper_lineno_1 != 0 ) { exception_keeper_tb_1 = ADD_TRACEBACK( exception_keeper_tb_1, frame_f851a468005d38e94e98811f0cdf96d9, exception_keeper_lineno_1 ); } NORMALIZE_EXCEPTION( &exception_keeper_type_1, &exception_keeper_value_1, &exception_keeper_tb_1 ); PyException_SetTraceback( exception_keeper_value_1, (PyObject *)exception_keeper_tb_1 ); PUBLISH_EXCEPTION( &exception_keeper_type_1, &exception_keeper_value_1, &exception_keeper_tb_1 ); } { // Tried code: { nuitka_bool tmp_condition_result_5; PyObject *tmp_compexpr_left_2; PyObject *tmp_compexpr_right_2; tmp_compexpr_left_2 = EXC_TYPE(PyThreadState_GET()); tmp_compexpr_right_2 = PyExc_ValueError; tmp_res = EXCEPTION_MATCH_BOOL( tmp_compexpr_left_2, tmp_compexpr_right_2 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 86; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_condition_result_5 = ( tmp_res != 0 ) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; if ( tmp_condition_result_5 == NUITKA_BOOL_TRUE ) { goto branch_yes_5; } else { goto branch_no_5; } branch_yes_5:; { nuitka_bool tmp_condition_result_6; PyObject *tmp_compexpr_left_3; PyObject *tmp_compexpr_right_3; PyObject *tmp_mvar_value_13; if ( par_z == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "z" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 87; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_compexpr_left_3 = par_z; tmp_mvar_value_13 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__SENTINEL ); if (unlikely( tmp_mvar_value_13 == NULL )) { tmp_mvar_value_13 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain__SENTINEL ); } if ( tmp_mvar_value_13 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "_SENTINEL" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 87; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_compexpr_right_3 = tmp_mvar_value_13; tmp_res = RICH_COMPARE_BOOL_EQ( tmp_compexpr_left_3, tmp_compexpr_right_3 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 87; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_condition_result_6 = ( tmp_res != 0 ) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; if ( tmp_condition_result_6 == NUITKA_BOOL_TRUE ) { goto branch_yes_6; } else { goto branch_no_6; } branch_yes_6:; { PyObject *tmp_called_name_9; PyObject *tmp_mvar_value_14; PyObject *tmp_args_element_name_15; PyObject *tmp_left_name_1; PyObject *tmp_right_name_1; PyObject *tmp_args_element_name_16; tmp_mvar_value_14 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__builtin_pow ); if (unlikely( tmp_mvar_value_14 == NULL )) { tmp_mvar_value_14 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain__builtin_pow ); } if ( tmp_mvar_value_14 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "_builtin_pow" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 88; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_called_name_9 = tmp_mvar_value_14; if ( par_x == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "x" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 88; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_left_name_1 = par_x; tmp_right_name_1 = const_complex_0_0__0_0; tmp_args_element_name_15 = BINARY_OPERATION_ADD( tmp_left_name_1, tmp_right_name_1 ); if ( tmp_args_element_name_15 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 88; type_description_1 = "ooo"; goto try_except_handler_3; } if ( par_y == NULL ) { Py_DECREF( tmp_args_element_name_15 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "y" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 88; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_args_element_name_16 = par_y; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 88; { PyObject *call_args[] = { tmp_args_element_name_15, tmp_args_element_name_16 }; tmp_return_value = CALL_FUNCTION_WITH_ARGS2( tmp_called_name_9, call_args ); } Py_DECREF( tmp_args_element_name_15 ); if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 88; type_description_1 = "ooo"; goto try_except_handler_3; } goto try_return_handler_3; } goto branch_end_6; branch_no_6:; { PyObject *tmp_called_name_10; PyObject *tmp_mvar_value_15; PyObject *tmp_args_element_name_17; PyObject *tmp_left_name_2; PyObject *tmp_right_name_2; PyObject *tmp_args_element_name_18; PyObject *tmp_args_element_name_19; tmp_mvar_value_15 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__builtin_pow ); if (unlikely( tmp_mvar_value_15 == NULL )) { tmp_mvar_value_15 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain__builtin_pow ); } if ( tmp_mvar_value_15 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "_builtin_pow" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 90; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_called_name_10 = tmp_mvar_value_15; if ( par_x == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "x" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 90; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_left_name_2 = par_x; tmp_right_name_2 = const_complex_0_0__0_0; tmp_args_element_name_17 = BINARY_OPERATION_ADD( tmp_left_name_2, tmp_right_name_2 ); if ( tmp_args_element_name_17 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 90; type_description_1 = "ooo"; goto try_except_handler_3; } if ( par_y == NULL ) { Py_DECREF( tmp_args_element_name_17 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "y" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 90; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_args_element_name_18 = par_y; if ( par_z == NULL ) { Py_DECREF( tmp_args_element_name_17 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "z" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 90; type_description_1 = "ooo"; goto try_except_handler_3; } tmp_args_element_name_19 = par_z; frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = 90; { PyObject *call_args[] = { tmp_args_element_name_17, tmp_args_element_name_18, tmp_args_element_name_19 }; tmp_return_value = CALL_FUNCTION_WITH_ARGS3( tmp_called_name_10, call_args ); } Py_DECREF( tmp_args_element_name_17 ); if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 90; type_description_1 = "ooo"; goto try_except_handler_3; } goto try_return_handler_3; } branch_end_6:; } goto branch_end_5; branch_no_5:; { tmp_result = RERAISE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); if (unlikely( tmp_result == false )) { exception_lineno = 81; } if (exception_tb && exception_tb->tb_frame == &frame_f851a468005d38e94e98811f0cdf96d9->m_frame) frame_f851a468005d38e94e98811f0cdf96d9->m_frame.f_lineno = exception_tb->tb_lineno; type_description_1 = "ooo"; goto try_except_handler_3; } branch_end_5:; } // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( future$builtins$misc$$$function_1_pow ); return NULL; // Return handler code: try_return_handler_3:; { // Restore previous exception. SET_CURRENT_EXCEPTION( exception_preserved_type_1, exception_preserved_value_1, exception_preserved_tb_1 ); } { goto frame_return_exit_1; } // Exception handler code: try_except_handler_3:; exception_keeper_type_2 = exception_type; exception_keeper_value_2 = exception_value; exception_keeper_tb_2 = exception_tb; exception_keeper_lineno_2 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { // Restore previous exception. SET_CURRENT_EXCEPTION( exception_preserved_type_1, exception_preserved_value_1, exception_preserved_tb_1 ); } { // Re-raise. exception_type = exception_keeper_type_2; exception_value = exception_keeper_value_2; exception_tb = exception_keeper_tb_2; exception_lineno = exception_keeper_lineno_2; goto frame_exception_exit_1; } // End of try: } // End of try: } #if 0 RESTORE_FRAME_EXCEPTION( frame_f851a468005d38e94e98811f0cdf96d9 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_f851a468005d38e94e98811f0cdf96d9 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_f851a468005d38e94e98811f0cdf96d9 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_f851a468005d38e94e98811f0cdf96d9, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_f851a468005d38e94e98811f0cdf96d9->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_f851a468005d38e94e98811f0cdf96d9, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_f851a468005d38e94e98811f0cdf96d9, type_description_1, par_x, par_y, par_z ); // Release cached frame. if ( frame_f851a468005d38e94e98811f0cdf96d9 == cache_frame_f851a468005d38e94e98811f0cdf96d9 ) { Py_DECREF( frame_f851a468005d38e94e98811f0cdf96d9 ); } cache_frame_f851a468005d38e94e98811f0cdf96d9 = NULL; assertFrameObject( frame_f851a468005d38e94e98811f0cdf96d9 ); // Put the previous frame back on top. popFrameStack(); // Return the error. goto try_except_handler_1; frame_no_exception_1:; // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( future$builtins$misc$$$function_1_pow ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_x ); par_x = NULL; } { Py_XDECREF( par_y ); par_y = NULL; } { Py_XDECREF( par_z ); par_z = NULL; } { goto function_return_exit; } // Exception handler code: try_except_handler_1:; exception_keeper_type_3 = exception_type; exception_keeper_value_3 = exception_value; exception_keeper_tb_3 = exception_tb; exception_keeper_lineno_3 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { Py_XDECREF( par_x ); par_x = NULL; } { Py_XDECREF( par_y ); par_y = NULL; } { Py_XDECREF( par_z ); par_z = NULL; } { // Re-raise. exception_type = exception_keeper_type_3; exception_value = exception_keeper_value_3; exception_tb = exception_keeper_tb_3; exception_lineno = exception_keeper_lineno_3; goto function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( future$builtins$misc$$$function_1_pow ); return NULL; function_exception_exit: assert( exception_type ); RESTORE_ERROR_OCCURRED( exception_type, exception_value, exception_tb ); return NULL; function_return_exit: CHECK_OBJECT( tmp_return_value ); assert( had_error || !ERROR_OCCURRED() ); return tmp_return_value; } static PyObject *MAKE_FUNCTION_future$builtins$misc$$$function_1_pow( PyObject *defaults ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_future$builtins$misc$$$function_1_pow, const_str_plain_pow, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_f851a468005d38e94e98811f0cdf96d9, defaults, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_future$builtins$misc, const_str_digest_2d97cab333aa7bc2901bf66f77a7b887, 0 ); return (PyObject *)result; } #if PYTHON_VERSION >= 300 static struct PyModuleDef mdef_future$builtins$misc = { PyModuleDef_HEAD_INIT, "future.builtins.misc", /* m_name */ NULL, /* m_doc */ -1, /* m_size */ NULL, /* m_methods */ NULL, /* m_reload */ NULL, /* m_traverse */ NULL, /* m_clear */ NULL, /* m_free */ }; #endif extern PyObject *const_str_plain___package__; #if PYTHON_VERSION >= 300 extern PyObject *const_str_dot; extern PyObject *const_str_plain___loader__; extern PyObject *metapath_based_loader; #endif #if PYTHON_VERSION >= 340 extern PyObject *const_str_plain___spec__; extern PyObject *const_str_plain__initializing; #endif extern void _initCompiledCellType(); extern void _initCompiledGeneratorType(); extern void _initCompiledFunctionType(); extern void _initCompiledMethodType(); extern void _initCompiledFrameType(); #if PYTHON_VERSION >= 350 extern void _initCompiledCoroutineTypes(); #endif #if PYTHON_VERSION >= 360 extern void _initCompiledAsyncgenTypes(); #endif // The exported interface to CPython. On import of the module, this function // gets called. It has to have an exact function name, in cases it's a shared // library export. This is hidden behind the MOD_INIT_DECL. MOD_INIT_DECL( future$builtins$misc ) { #if defined(_NUITKA_EXE) || PYTHON_VERSION >= 300 static bool _init_done = false; // Modules might be imported repeatedly, which is to be ignored. if ( _init_done ) { return MOD_RETURN_VALUE( module_future$builtins$misc ); } else { _init_done = true; } #endif #ifdef _NUITKA_MODULE // In case of a stand alone extension module, need to call initialization // the init here because that's the first and only time we are going to get // called here. // Initialize the constant values used. _initBuiltinModule(); createGlobalConstants(); /* Initialize the compiled types of Nuitka. */ _initCompiledCellType(); _initCompiledGeneratorType(); _initCompiledFunctionType(); _initCompiledMethodType(); _initCompiledFrameType(); #if PYTHON_VERSION >= 350 _initCompiledCoroutineTypes(); #endif #if PYTHON_VERSION >= 360 _initCompiledAsyncgenTypes(); #endif #if PYTHON_VERSION < 300 _initSlotCompare(); #endif #if PYTHON_VERSION >= 270 _initSlotIternext(); #endif patchBuiltinModule(); patchTypeComparison(); // Enable meta path based loader if not already done. #ifdef _NUITKA_TRACE puts("future.builtins.misc: Calling setupMetaPathBasedLoader()."); #endif setupMetaPathBasedLoader(); #if PYTHON_VERSION >= 300 patchInspectModule(); #endif #endif /* The constants only used by this module are created now. */ #ifdef _NUITKA_TRACE puts("future.builtins.misc: Calling createModuleConstants()."); #endif createModuleConstants(); /* The code objects used by this module are created now. */ #ifdef _NUITKA_TRACE puts("future.builtins.misc: Calling createModuleCodeObjects()."); #endif createModuleCodeObjects(); // puts( "in initfuture$builtins$misc" ); // Create the module object first. There are no methods initially, all are // added dynamically in actual code only. Also no "__doc__" is initially // set at this time, as it could not contain NUL characters this way, they // are instead set in early module code. No "self" for modules, we have no // use for it. #if PYTHON_VERSION < 300 module_future$builtins$misc = Py_InitModule4( "future.builtins.misc", // Module Name NULL, // No methods initially, all are added // dynamically in actual module code only. NULL, // No "__doc__" is initially set, as it could // not contain NUL this way, added early in // actual code. NULL, // No self for modules, we don't use it. PYTHON_API_VERSION ); #else module_future$builtins$misc = PyModule_Create( &mdef_future$builtins$misc ); #endif moduledict_future$builtins$misc = MODULE_DICT( module_future$builtins$misc ); // Update "__package__" value to what it ought to be. { #if 0 PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___name__ ); UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___package__, module_name ); #else #if PYTHON_VERSION < 300 PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___name__ ); char const *module_name_cstr = PyString_AS_STRING( module_name ); char const *last_dot = strrchr( module_name_cstr, '.' ); if ( last_dot != NULL ) { UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___package__, PyString_FromStringAndSize( module_name_cstr, last_dot - module_name_cstr ) ); } #else PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___name__ ); Py_ssize_t dot_index = PyUnicode_Find( module_name, const_str_dot, 0, PyUnicode_GetLength( module_name ), -1 ); if ( dot_index != -1 ) { UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___package__, PyUnicode_Substring( module_name, 0, dot_index ) ); } #endif #endif } CHECK_OBJECT( module_future$builtins$misc ); // Seems to work for Python2.7 out of the box, but for Python3, the module // doesn't automatically enter "sys.modules", so do it manually. #if PYTHON_VERSION >= 300 { int r = PyObject_SetItem( PySys_GetObject( (char *)"modules" ), const_str_digest_35567259d2afb422e342c2eb1620e11c, module_future$builtins$misc ); assert( r != -1 ); } #endif // For deep importing of a module we need to have "__builtins__", so we set // it ourselves in the same way than CPython does. Note: This must be done // before the frame object is allocated, or else it may fail. if ( GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___builtins__ ) == NULL ) { PyObject *value = (PyObject *)builtin_module; // Check if main module, not a dict then but the module itself. #if !defined(_NUITKA_EXE) || !0 value = PyModule_GetDict( value ); #endif UPDATE_STRING_DICT0( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___builtins__, value ); } #if PYTHON_VERSION >= 300 UPDATE_STRING_DICT0( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___loader__, metapath_based_loader ); #endif #if PYTHON_VERSION >= 340 #if 0 UPDATE_STRING_DICT0( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___spec__, Py_None ); #else { PyObject *bootstrap_module = PyImport_ImportModule("importlib._bootstrap"); CHECK_OBJECT( bootstrap_module ); PyObject *module_spec_class = PyObject_GetAttrString( bootstrap_module, "ModuleSpec" ); Py_DECREF( bootstrap_module ); PyObject *args[] = { GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___name__ ), metapath_based_loader }; PyObject *spec_value = CALL_FUNCTION_WITH_ARGS2( module_spec_class, args ); SET_ATTRIBUTE( spec_value, const_str_plain__initializing, Py_True ); UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___spec__, spec_value ); Py_DECREF( module_spec_class ); } #endif #endif // Temp variables if any PyObject *tmp_import_from_1__module = NULL; PyObject *tmp_import_from_2__module = NULL; struct Nuitka_FrameObject *frame_dd311a188ad9a0f511b01e7bddf8142a; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; PyObject *exception_keeper_type_1; PyObject *exception_keeper_value_1; PyTracebackObject *exception_keeper_tb_1; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; PyObject *exception_keeper_type_2; PyObject *exception_keeper_value_2; PyTracebackObject *exception_keeper_tb_2; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_2; // Module code. { PyObject *tmp_assign_source_1; tmp_assign_source_1 = const_str_digest_236e0ddf78db3823a3be099b26f1f822; UPDATE_STRING_DICT0( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___doc__, tmp_assign_source_1 ); } { PyObject *tmp_assign_source_2; tmp_assign_source_2 = const_str_digest_d9cc51349c4439255dadf5c7987f480c; UPDATE_STRING_DICT0( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___file__, tmp_assign_source_2 ); } { PyObject *tmp_assign_source_3; tmp_assign_source_3 = Py_None; UPDATE_STRING_DICT0( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___cached__, tmp_assign_source_3 ); } // Frame without reuse. frame_dd311a188ad9a0f511b01e7bddf8142a = MAKE_MODULE_FRAME( codeobj_dd311a188ad9a0f511b01e7bddf8142a, module_future$builtins$misc ); // Push the new frame as the currently active one, and we should be exclusively // owning it. pushFrameStack( frame_dd311a188ad9a0f511b01e7bddf8142a ); assert( Py_REFCNT( frame_dd311a188ad9a0f511b01e7bddf8142a ) == 2 ); // Framed code: { PyObject *tmp_assign_source_4; PyObject *tmp_import_name_from_1; PyObject *tmp_name_name_1; PyObject *tmp_globals_name_1; PyObject *tmp_locals_name_1; PyObject *tmp_fromlist_name_1; PyObject *tmp_level_name_1; tmp_name_name_1 = const_str_plain_future; tmp_globals_name_1 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_1 = Py_None; tmp_fromlist_name_1 = const_tuple_str_plain_utils_tuple; tmp_level_name_1 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 39; tmp_import_name_from_1 = IMPORT_MODULE5( tmp_name_name_1, tmp_globals_name_1, tmp_locals_name_1, tmp_fromlist_name_1, tmp_level_name_1 ); if ( tmp_import_name_from_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 39; goto frame_exception_exit_1; } tmp_assign_source_4 = IMPORT_NAME( tmp_import_name_from_1, const_str_plain_utils ); Py_DECREF( tmp_import_name_from_1 ); if ( tmp_assign_source_4 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 39; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_utils, tmp_assign_source_4 ); } { nuitka_bool tmp_condition_result_1; PyObject *tmp_source_name_1; PyObject *tmp_mvar_value_1; PyObject *tmp_attribute_value_1; int tmp_truth_name_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_utils ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_utils ); } CHECK_OBJECT( tmp_mvar_value_1 ); tmp_source_name_1 = tmp_mvar_value_1; tmp_attribute_value_1 = LOOKUP_ATTRIBUTE( tmp_source_name_1, const_str_plain_PY2 ); if ( tmp_attribute_value_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 42; goto frame_exception_exit_1; } tmp_truth_name_1 = CHECK_IF_TRUE( tmp_attribute_value_1 ); if ( tmp_truth_name_1 == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); Py_DECREF( tmp_attribute_value_1 ); exception_lineno = 42; goto frame_exception_exit_1; } tmp_condition_result_1 = tmp_truth_name_1 == 1 ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; Py_DECREF( tmp_attribute_value_1 ); if ( tmp_condition_result_1 == NUITKA_BOOL_TRUE ) { goto branch_yes_1; } else { goto branch_no_1; } branch_yes_1:; { PyObject *tmp_assign_source_5; PyObject *tmp_import_name_from_2; PyObject *tmp_name_name_2; PyObject *tmp_globals_name_2; PyObject *tmp_locals_name_2; PyObject *tmp_fromlist_name_2; PyObject *tmp_level_name_2; tmp_name_name_2 = const_str_plain_io; tmp_globals_name_2 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_2 = Py_None; tmp_fromlist_name_2 = const_tuple_str_plain_open_tuple; tmp_level_name_2 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 43; tmp_import_name_from_2 = IMPORT_MODULE5( tmp_name_name_2, tmp_globals_name_2, tmp_locals_name_2, tmp_fromlist_name_2, tmp_level_name_2 ); if ( tmp_import_name_from_2 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 43; goto frame_exception_exit_1; } tmp_assign_source_5 = IMPORT_NAME( tmp_import_name_from_2, const_str_plain_open ); Py_DECREF( tmp_import_name_from_2 ); if ( tmp_assign_source_5 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 43; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_open, tmp_assign_source_5 ); } { PyObject *tmp_assign_source_6; PyObject *tmp_name_name_3; PyObject *tmp_globals_name_3; PyObject *tmp_locals_name_3; PyObject *tmp_fromlist_name_3; PyObject *tmp_level_name_3; tmp_name_name_3 = const_str_plain_future_builtins; tmp_globals_name_3 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_3 = Py_None; tmp_fromlist_name_3 = const_tuple_str_plain_ascii_str_plain_oct_str_plain_hex_tuple; tmp_level_name_3 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 44; tmp_assign_source_6 = IMPORT_MODULE5( tmp_name_name_3, tmp_globals_name_3, tmp_locals_name_3, tmp_fromlist_name_3, tmp_level_name_3 ); if ( tmp_assign_source_6 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 44; goto frame_exception_exit_1; } assert( tmp_import_from_1__module == NULL ); tmp_import_from_1__module = tmp_assign_source_6; } { // Tried code: { PyObject *tmp_assign_source_7; PyObject *tmp_import_name_from_3; CHECK_OBJECT( tmp_import_from_1__module ); tmp_import_name_from_3 = tmp_import_from_1__module; tmp_assign_source_7 = IMPORT_NAME( tmp_import_name_from_3, const_str_plain_ascii ); if ( tmp_assign_source_7 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 44; goto try_except_handler_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_ascii, tmp_assign_source_7 ); } { PyObject *tmp_assign_source_8; PyObject *tmp_import_name_from_4; CHECK_OBJECT( tmp_import_from_1__module ); tmp_import_name_from_4 = tmp_import_from_1__module; tmp_assign_source_8 = IMPORT_NAME( tmp_import_name_from_4, const_str_plain_oct ); if ( tmp_assign_source_8 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 44; goto try_except_handler_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_oct, tmp_assign_source_8 ); } { PyObject *tmp_assign_source_9; PyObject *tmp_import_name_from_5; CHECK_OBJECT( tmp_import_from_1__module ); tmp_import_name_from_5 = tmp_import_from_1__module; tmp_assign_source_9 = IMPORT_NAME( tmp_import_name_from_5, const_str_plain_hex ); if ( tmp_assign_source_9 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 44; goto try_except_handler_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_hex, tmp_assign_source_9 ); } goto try_end_1; // Exception handler code: try_except_handler_1:; exception_keeper_type_1 = exception_type; exception_keeper_value_1 = exception_value; exception_keeper_tb_1 = exception_tb; exception_keeper_lineno_1 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { CHECK_OBJECT( (PyObject *)tmp_import_from_1__module ); Py_DECREF( tmp_import_from_1__module ); tmp_import_from_1__module = NULL; } { // Re-raise. exception_type = exception_keeper_type_1; exception_value = exception_keeper_value_1; exception_tb = exception_keeper_tb_1; exception_lineno = exception_keeper_lineno_1; goto frame_exception_exit_1; } // End of try: try_end_1:; } { CHECK_OBJECT( (PyObject *)tmp_import_from_1__module ); Py_DECREF( tmp_import_from_1__module ); tmp_import_from_1__module = NULL; } { PyObject *tmp_assign_source_10; PyObject *tmp_name_name_4; PyObject *tmp_globals_name_4; PyObject *tmp_locals_name_4; PyObject *tmp_fromlist_name_4; PyObject *tmp_level_name_4; tmp_name_name_4 = const_str_plain___builtin__; tmp_globals_name_4 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_4 = Py_None; tmp_fromlist_name_4 = const_tuple_str_plain_unichr_str_plain_pow_tuple; tmp_level_name_4 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 45; tmp_assign_source_10 = IMPORT_MODULE5( tmp_name_name_4, tmp_globals_name_4, tmp_locals_name_4, tmp_fromlist_name_4, tmp_level_name_4 ); if ( tmp_assign_source_10 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 45; goto frame_exception_exit_1; } assert( tmp_import_from_2__module == NULL ); tmp_import_from_2__module = tmp_assign_source_10; } { // Tried code: { PyObject *tmp_assign_source_11; PyObject *tmp_import_name_from_6; CHECK_OBJECT( tmp_import_from_2__module ); tmp_import_name_from_6 = tmp_import_from_2__module; tmp_assign_source_11 = IMPORT_NAME( tmp_import_name_from_6, const_str_plain_unichr ); if ( tmp_assign_source_11 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 45; goto try_except_handler_2; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_chr, tmp_assign_source_11 ); } { PyObject *tmp_assign_source_12; PyObject *tmp_import_name_from_7; CHECK_OBJECT( tmp_import_from_2__module ); tmp_import_name_from_7 = tmp_import_from_2__module; tmp_assign_source_12 = IMPORT_NAME( tmp_import_name_from_7, const_str_plain_pow ); if ( tmp_assign_source_12 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 45; goto try_except_handler_2; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__builtin_pow, tmp_assign_source_12 ); } goto try_end_2; // Exception handler code: try_except_handler_2:; exception_keeper_type_2 = exception_type; exception_keeper_value_2 = exception_value; exception_keeper_tb_2 = exception_tb; exception_keeper_lineno_2 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { CHECK_OBJECT( (PyObject *)tmp_import_from_2__module ); Py_DECREF( tmp_import_from_2__module ); tmp_import_from_2__module = NULL; } { // Re-raise. exception_type = exception_keeper_type_2; exception_value = exception_keeper_value_2; exception_tb = exception_keeper_tb_2; exception_lineno = exception_keeper_lineno_2; goto frame_exception_exit_1; } // End of try: try_end_2:; } { CHECK_OBJECT( (PyObject *)tmp_import_from_2__module ); Py_DECREF( tmp_import_from_2__module ); tmp_import_from_2__module = NULL; } { PyObject *tmp_assign_source_13; PyObject *tmp_name_name_5; PyObject *tmp_globals_name_5; PyObject *tmp_locals_name_5; PyObject *tmp_fromlist_name_5; PyObject *tmp_level_name_5; tmp_name_name_5 = const_str_plain___builtin__; tmp_globals_name_5 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_5 = Py_None; tmp_fromlist_name_5 = Py_None; tmp_level_name_5 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 46; tmp_assign_source_13 = IMPORT_MODULE5( tmp_name_name_5, tmp_globals_name_5, tmp_locals_name_5, tmp_fromlist_name_5, tmp_level_name_5 ); if ( tmp_assign_source_13 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 46; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___builtin__, tmp_assign_source_13 ); } { PyObject *tmp_assign_source_14; PyObject *tmp_source_name_2; PyObject *tmp_mvar_value_2; tmp_mvar_value_2 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___builtin__ ); if (unlikely( tmp_mvar_value_2 == NULL )) { tmp_mvar_value_2 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain___builtin__ ); } CHECK_OBJECT( tmp_mvar_value_2 ); tmp_source_name_2 = tmp_mvar_value_2; tmp_assign_source_14 = LOOKUP_ATTRIBUTE( tmp_source_name_2, const_str_plain_isinstance ); if ( tmp_assign_source_14 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 49; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_isinstance, tmp_assign_source_14 ); } { PyObject *tmp_assign_source_15; PyObject *tmp_mvar_value_3; tmp_mvar_value_3 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_raw_input ); if (unlikely( tmp_mvar_value_3 == NULL )) { tmp_mvar_value_3 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_raw_input ); } if ( tmp_mvar_value_3 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "raw_input" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 57; goto frame_exception_exit_1; } tmp_assign_source_15 = tmp_mvar_value_3; UPDATE_STRING_DICT0( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_input, tmp_assign_source_15 ); } { PyObject *tmp_assign_source_16; PyObject *tmp_import_name_from_8; PyObject *tmp_name_name_6; PyObject *tmp_globals_name_6; PyObject *tmp_locals_name_6; PyObject *tmp_fromlist_name_6; PyObject *tmp_level_name_6; tmp_name_name_6 = const_str_digest_487193d10fdf4fbc27e5ac4c56dd788b; tmp_globals_name_6 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_6 = Py_None; tmp_fromlist_name_6 = const_tuple_str_plain_newnext_tuple; tmp_level_name_6 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 59; tmp_import_name_from_8 = IMPORT_MODULE5( tmp_name_name_6, tmp_globals_name_6, tmp_locals_name_6, tmp_fromlist_name_6, tmp_level_name_6 ); if ( tmp_import_name_from_8 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 59; goto frame_exception_exit_1; } tmp_assign_source_16 = IMPORT_NAME( tmp_import_name_from_8, const_str_plain_newnext ); Py_DECREF( tmp_import_name_from_8 ); if ( tmp_assign_source_16 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 59; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_next, tmp_assign_source_16 ); } { PyObject *tmp_assign_source_17; PyObject *tmp_import_name_from_9; PyObject *tmp_name_name_7; PyObject *tmp_globals_name_7; PyObject *tmp_locals_name_7; PyObject *tmp_fromlist_name_7; PyObject *tmp_level_name_7; tmp_name_name_7 = const_str_digest_a1d42fd901666a1063b35d6991fa8b22; tmp_globals_name_7 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_7 = Py_None; tmp_fromlist_name_7 = const_tuple_str_plain_newround_tuple; tmp_level_name_7 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 60; tmp_import_name_from_9 = IMPORT_MODULE5( tmp_name_name_7, tmp_globals_name_7, tmp_locals_name_7, tmp_fromlist_name_7, tmp_level_name_7 ); if ( tmp_import_name_from_9 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 60; goto frame_exception_exit_1; } tmp_assign_source_17 = IMPORT_NAME( tmp_import_name_from_9, const_str_plain_newround ); Py_DECREF( tmp_import_name_from_9 ); if ( tmp_assign_source_17 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 60; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_round, tmp_assign_source_17 ); } { PyObject *tmp_assign_source_18; PyObject *tmp_import_name_from_10; PyObject *tmp_name_name_8; PyObject *tmp_globals_name_8; PyObject *tmp_locals_name_8; PyObject *tmp_fromlist_name_8; PyObject *tmp_level_name_8; tmp_name_name_8 = const_str_digest_102309c42cede5382b23bc746c057a0b; tmp_globals_name_8 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_8 = Py_None; tmp_fromlist_name_8 = const_tuple_str_plain_newsuper_tuple; tmp_level_name_8 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 61; tmp_import_name_from_10 = IMPORT_MODULE5( tmp_name_name_8, tmp_globals_name_8, tmp_locals_name_8, tmp_fromlist_name_8, tmp_level_name_8 ); if ( tmp_import_name_from_10 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 61; goto frame_exception_exit_1; } tmp_assign_source_18 = IMPORT_NAME( tmp_import_name_from_10, const_str_plain_newsuper ); Py_DECREF( tmp_import_name_from_10 ); if ( tmp_assign_source_18 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 61; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_super, tmp_assign_source_18 ); } { PyObject *tmp_assign_source_19; PyObject *tmp_import_name_from_11; PyObject *tmp_name_name_9; PyObject *tmp_globals_name_9; PyObject *tmp_locals_name_9; PyObject *tmp_fromlist_name_9; PyObject *tmp_level_name_9; tmp_name_name_9 = const_str_digest_8629ffa3743887282eadb28300008044; tmp_globals_name_9 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_9 = Py_None; tmp_fromlist_name_9 = const_tuple_str_plain_newint_tuple; tmp_level_name_9 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 62; tmp_import_name_from_11 = IMPORT_MODULE5( tmp_name_name_9, tmp_globals_name_9, tmp_locals_name_9, tmp_fromlist_name_9, tmp_level_name_9 ); if ( tmp_import_name_from_11 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 62; goto frame_exception_exit_1; } tmp_assign_source_19 = IMPORT_NAME( tmp_import_name_from_11, const_str_plain_newint ); Py_DECREF( tmp_import_name_from_11 ); if ( tmp_assign_source_19 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 62; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_newint, tmp_assign_source_19 ); } { PyObject *tmp_assign_source_20; PyObject *tmp_called_name_1; tmp_called_name_1 = (PyObject *)&PyBaseObject_Type; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 64; tmp_assign_source_20 = CALL_FUNCTION_NO_ARGS( tmp_called_name_1 ); if ( tmp_assign_source_20 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 64; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__SENTINEL, tmp_assign_source_20 ); } { PyObject *tmp_assign_source_21; PyObject *tmp_defaults_1; PyObject *tmp_tuple_element_1; PyObject *tmp_mvar_value_4; tmp_mvar_value_4 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain__SENTINEL ); if (unlikely( tmp_mvar_value_4 == NULL )) { tmp_mvar_value_4 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain__SENTINEL ); } CHECK_OBJECT( tmp_mvar_value_4 ); tmp_tuple_element_1 = tmp_mvar_value_4; tmp_defaults_1 = PyTuple_New( 1 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_defaults_1, 0, tmp_tuple_element_1 ); tmp_assign_source_21 = MAKE_FUNCTION_future$builtins$misc$$$function_1_pow( tmp_defaults_1 ); UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_pow, tmp_assign_source_21 ); } { PyObject *tmp_assign_source_22; tmp_assign_source_22 = LIST_COPY( const_list_f8021ab767ec37b953fce95e51e07f0e_list ); UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___all__, tmp_assign_source_22 ); } goto branch_end_1; branch_no_1:; { PyObject *tmp_assign_source_23; PyObject *tmp_name_name_10; PyObject *tmp_globals_name_10; PyObject *tmp_locals_name_10; PyObject *tmp_fromlist_name_10; PyObject *tmp_level_name_10; tmp_name_name_10 = const_str_plain_builtins; tmp_globals_name_10 = (PyObject *)moduledict_future$builtins$misc; tmp_locals_name_10 = Py_None; tmp_fromlist_name_10 = Py_None; tmp_level_name_10 = const_int_0; frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame.f_lineno = 99; tmp_assign_source_23 = IMPORT_MODULE5( tmp_name_name_10, tmp_globals_name_10, tmp_locals_name_10, tmp_fromlist_name_10, tmp_level_name_10 ); assert( !(tmp_assign_source_23 == NULL) ); UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins, tmp_assign_source_23 ); } { PyObject *tmp_assign_source_24; PyObject *tmp_source_name_3; PyObject *tmp_mvar_value_5; tmp_mvar_value_5 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_5 == NULL )) { tmp_mvar_value_5 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } CHECK_OBJECT( tmp_mvar_value_5 ); tmp_source_name_3 = tmp_mvar_value_5; tmp_assign_source_24 = LOOKUP_ATTRIBUTE( tmp_source_name_3, const_str_plain_ascii ); if ( tmp_assign_source_24 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 100; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_ascii, tmp_assign_source_24 ); } { PyObject *tmp_assign_source_25; PyObject *tmp_source_name_4; PyObject *tmp_mvar_value_6; tmp_mvar_value_6 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_6 == NULL )) { tmp_mvar_value_6 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_6 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 101; goto frame_exception_exit_1; } tmp_source_name_4 = tmp_mvar_value_6; tmp_assign_source_25 = LOOKUP_ATTRIBUTE( tmp_source_name_4, const_str_plain_chr ); if ( tmp_assign_source_25 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 101; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_chr, tmp_assign_source_25 ); } { PyObject *tmp_assign_source_26; PyObject *tmp_source_name_5; PyObject *tmp_mvar_value_7; tmp_mvar_value_7 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_7 == NULL )) { tmp_mvar_value_7 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_7 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 102; goto frame_exception_exit_1; } tmp_source_name_5 = tmp_mvar_value_7; tmp_assign_source_26 = LOOKUP_ATTRIBUTE( tmp_source_name_5, const_str_plain_hex ); if ( tmp_assign_source_26 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 102; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_hex, tmp_assign_source_26 ); } { PyObject *tmp_assign_source_27; PyObject *tmp_source_name_6; PyObject *tmp_mvar_value_8; tmp_mvar_value_8 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_8 == NULL )) { tmp_mvar_value_8 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_8 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 103; goto frame_exception_exit_1; } tmp_source_name_6 = tmp_mvar_value_8; tmp_assign_source_27 = LOOKUP_ATTRIBUTE( tmp_source_name_6, const_str_plain_input ); if ( tmp_assign_source_27 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 103; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_input, tmp_assign_source_27 ); } { PyObject *tmp_assign_source_28; PyObject *tmp_source_name_7; PyObject *tmp_mvar_value_9; tmp_mvar_value_9 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_9 == NULL )) { tmp_mvar_value_9 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_9 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 104; goto frame_exception_exit_1; } tmp_source_name_7 = tmp_mvar_value_9; tmp_assign_source_28 = LOOKUP_ATTRIBUTE( tmp_source_name_7, const_str_plain_next ); if ( tmp_assign_source_28 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 104; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_next, tmp_assign_source_28 ); } { PyObject *tmp_assign_source_29; PyObject *tmp_source_name_8; PyObject *tmp_mvar_value_10; tmp_mvar_value_10 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_10 == NULL )) { tmp_mvar_value_10 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_10 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 106; goto frame_exception_exit_1; } tmp_source_name_8 = tmp_mvar_value_10; tmp_assign_source_29 = LOOKUP_ATTRIBUTE( tmp_source_name_8, const_str_plain_isinstance ); if ( tmp_assign_source_29 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 106; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_isinstance, tmp_assign_source_29 ); } { PyObject *tmp_assign_source_30; PyObject *tmp_source_name_9; PyObject *tmp_mvar_value_11; tmp_mvar_value_11 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_11 == NULL )) { tmp_mvar_value_11 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_11 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 107; goto frame_exception_exit_1; } tmp_source_name_9 = tmp_mvar_value_11; tmp_assign_source_30 = LOOKUP_ATTRIBUTE( tmp_source_name_9, const_str_plain_oct ); if ( tmp_assign_source_30 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 107; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_oct, tmp_assign_source_30 ); } { PyObject *tmp_assign_source_31; PyObject *tmp_source_name_10; PyObject *tmp_mvar_value_12; tmp_mvar_value_12 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_12 == NULL )) { tmp_mvar_value_12 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_12 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 108; goto frame_exception_exit_1; } tmp_source_name_10 = tmp_mvar_value_12; tmp_assign_source_31 = LOOKUP_ATTRIBUTE( tmp_source_name_10, const_str_plain_open ); if ( tmp_assign_source_31 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 108; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_open, tmp_assign_source_31 ); } { PyObject *tmp_assign_source_32; PyObject *tmp_source_name_11; PyObject *tmp_mvar_value_13; tmp_mvar_value_13 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_13 == NULL )) { tmp_mvar_value_13 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_13 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 109; goto frame_exception_exit_1; } tmp_source_name_11 = tmp_mvar_value_13; tmp_assign_source_32 = LOOKUP_ATTRIBUTE( tmp_source_name_11, const_str_plain_pow ); if ( tmp_assign_source_32 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 109; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_pow, tmp_assign_source_32 ); } { PyObject *tmp_assign_source_33; PyObject *tmp_source_name_12; PyObject *tmp_mvar_value_14; tmp_mvar_value_14 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_14 == NULL )) { tmp_mvar_value_14 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_14 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 110; goto frame_exception_exit_1; } tmp_source_name_12 = tmp_mvar_value_14; tmp_assign_source_33 = LOOKUP_ATTRIBUTE( tmp_source_name_12, const_str_plain_round ); if ( tmp_assign_source_33 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 110; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_round, tmp_assign_source_33 ); } { PyObject *tmp_assign_source_34; PyObject *tmp_source_name_13; PyObject *tmp_mvar_value_15; tmp_mvar_value_15 = GET_STRING_DICT_VALUE( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_builtins ); if (unlikely( tmp_mvar_value_15 == NULL )) { tmp_mvar_value_15 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_builtins ); } if ( tmp_mvar_value_15 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "builtins" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 111; goto frame_exception_exit_1; } tmp_source_name_13 = tmp_mvar_value_15; tmp_assign_source_34 = LOOKUP_ATTRIBUTE( tmp_source_name_13, const_str_plain_super ); if ( tmp_assign_source_34 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 111; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain_super, tmp_assign_source_34 ); } { PyObject *tmp_assign_source_35; tmp_assign_source_35 = PyList_New( 0 ); UPDATE_STRING_DICT1( moduledict_future$builtins$misc, (Nuitka_StringObject *)const_str_plain___all__, tmp_assign_source_35 ); } branch_end_1:; } // Restore frame exception if necessary. #if 0 RESTORE_FRAME_EXCEPTION( frame_dd311a188ad9a0f511b01e7bddf8142a ); #endif popFrameStack(); assertFrameObject( frame_dd311a188ad9a0f511b01e7bddf8142a ); goto frame_no_exception_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_dd311a188ad9a0f511b01e7bddf8142a ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_dd311a188ad9a0f511b01e7bddf8142a, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_dd311a188ad9a0f511b01e7bddf8142a->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_dd311a188ad9a0f511b01e7bddf8142a, exception_lineno ); } // Put the previous frame back on top. popFrameStack(); // Return the error. goto module_exception_exit; frame_no_exception_1:; return MOD_RETURN_VALUE( module_future$builtins$misc ); module_exception_exit: RESTORE_ERROR_OCCURRED( exception_type, exception_value, exception_tb ); return MOD_RETURN_VALUE( NULL ); }