/* Generated code for Python source for module 'requests.api' * 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_requests$api 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_requests$api; PyDictObject *moduledict_requests$api; /* The module constants used, if any. */ extern PyObject *const_tuple_none_tuple; static PyObject *const_str_digest_37db62543705e2e0f69d15758312b330; static PyObject *const_str_digest_cae14719162f8d25632f36871021aaaf; extern PyObject *const_str_plain_data; extern PyObject *const_str_plain_options; static PyObject *const_str_digest_3f73c5fcacae8cd8d823be49896e2477; extern PyObject *const_str_plain_put; extern PyObject *const_str_plain_request; static PyObject *const_str_digest_c0f852db935b3902febfa7ed5c54ec9c; extern PyObject *const_str_plain_False; static PyObject *const_str_digest_add3f921aeb256f9d071a9968c8d439a; extern PyObject *const_str_plain_params; extern PyObject *const_int_pos_1; static PyObject *const_str_digest_b115530482cfc542e130350f9a85acf7; extern PyObject *const_str_plain___file__; extern PyObject *const_str_plain_post; extern PyObject *const_str_plain___exit__; static PyObject *const_tuple_str_plain_url_str_plain_data_str_plain_json_str_plain_kwargs_tuple; extern PyObject *const_str_plain_Session; extern PyObject *const_tuple_str_plain_allow_redirects_true_tuple; extern PyObject *const_str_plain_json; static PyObject *const_tuple_130b606459c7852087a8cbb86273aea5_tuple; extern PyObject *const_str_plain_head; extern PyObject *const_str_plain___doc__; extern PyObject *const_str_plain_url; static PyObject *const_tuple_str_plain_sessions_tuple; static PyObject *const_str_digest_2a855d7e75d5ae01c88b757d781beef1; extern PyObject *const_str_plain_method; static PyObject *const_str_digest_c1ec17d8ceaaa6ed18f5bd6653da2b27; extern PyObject *const_tuple_str_plain_allow_redirects_false_tuple; extern PyObject *const_str_plain_None; extern PyObject *const_str_plain_patch; static PyObject *const_str_digest_c7e50f7358fbded8067696c085603681; extern PyObject *const_tuple_empty; extern PyObject *const_str_plain_kwargs; extern PyObject *const_str_plain_get; extern PyObject *const_str_plain___enter__; static PyObject *const_tuple_str_plain_url_str_plain_data_str_plain_kwargs_tuple; extern PyObject *const_str_plain_setdefault; extern PyObject *const_str_plain_delete; static PyObject *const_str_digest_93620bb961fd492df277eda204e34d5c; static PyObject *const_tuple_str_plain_url_str_plain_params_str_plain_kwargs_tuple; extern PyObject *const_str_plain_session; extern PyObject *const_str_empty; extern PyObject *const_str_plain_allow_redirects; static PyObject *const_str_digest_e518d1a8b2867b9ca6d0fac04600b904; extern PyObject *const_tuple_none_none_none_tuple; extern PyObject *const_tuple_none_none_tuple; extern PyObject *const_str_plain_sessions; static PyObject *const_str_digest_7c06c80c6b470b7b3622dc5e3a475cb1; extern PyObject *const_str_plain___cached__; extern PyObject *const_str_plain___debug__; static PyObject *const_tuple_str_plain_url_str_plain_kwargs_tuple; static PyObject *module_filename_obj; static bool constants_created = false; static void createModuleConstants( void ) { const_str_digest_37db62543705e2e0f69d15758312b330 = UNSTREAM_STRING( &constant_bin[ 1052495 ], 447, 0 ); const_str_digest_cae14719162f8d25632f36871021aaaf = UNSTREAM_STRING( &constant_bin[ 1052942 ], 233, 0 ); const_str_digest_3f73c5fcacae8cd8d823be49896e2477 = UNSTREAM_STRING( &constant_bin[ 1053175 ], 448, 0 ); const_str_digest_c0f852db935b3902febfa7ed5c54ec9c = UNSTREAM_STRING( &constant_bin[ 1053623 ], 2475, 0 ); const_str_digest_add3f921aeb256f9d071a9968c8d439a = UNSTREAM_STRING( &constant_bin[ 1056098 ], 158, 0 ); const_str_digest_b115530482cfc542e130350f9a85acf7 = UNSTREAM_STRING( &constant_bin[ 1042908 ], 12, 0 ); const_tuple_str_plain_url_str_plain_data_str_plain_json_str_plain_kwargs_tuple = PyTuple_New( 4 ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_data_str_plain_json_str_plain_kwargs_tuple, 0, const_str_plain_url ); Py_INCREF( const_str_plain_url ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_data_str_plain_json_str_plain_kwargs_tuple, 1, const_str_plain_data ); Py_INCREF( const_str_plain_data ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_data_str_plain_json_str_plain_kwargs_tuple, 2, const_str_plain_json ); Py_INCREF( const_str_plain_json ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_data_str_plain_json_str_plain_kwargs_tuple, 3, const_str_plain_kwargs ); Py_INCREF( const_str_plain_kwargs ); const_tuple_130b606459c7852087a8cbb86273aea5_tuple = PyTuple_New( 4 ); PyTuple_SET_ITEM( const_tuple_130b606459c7852087a8cbb86273aea5_tuple, 0, const_str_plain_method ); Py_INCREF( const_str_plain_method ); PyTuple_SET_ITEM( const_tuple_130b606459c7852087a8cbb86273aea5_tuple, 1, const_str_plain_url ); Py_INCREF( const_str_plain_url ); PyTuple_SET_ITEM( const_tuple_130b606459c7852087a8cbb86273aea5_tuple, 2, const_str_plain_kwargs ); Py_INCREF( const_str_plain_kwargs ); PyTuple_SET_ITEM( const_tuple_130b606459c7852087a8cbb86273aea5_tuple, 3, const_str_plain_session ); Py_INCREF( const_str_plain_session ); const_tuple_str_plain_sessions_tuple = PyTuple_New( 1 ); PyTuple_SET_ITEM( const_tuple_str_plain_sessions_tuple, 0, const_str_plain_sessions ); Py_INCREF( const_str_plain_sessions ); const_str_digest_2a855d7e75d5ae01c88b757d781beef1 = UNSTREAM_STRING( &constant_bin[ 1056256 ], 229, 0 ); const_str_digest_c1ec17d8ceaaa6ed18f5bd6653da2b27 = UNSTREAM_STRING( &constant_bin[ 1056485 ], 231, 0 ); const_str_digest_c7e50f7358fbded8067696c085603681 = UNSTREAM_STRING( &constant_bin[ 1056716 ], 21, 0 ); const_tuple_str_plain_url_str_plain_data_str_plain_kwargs_tuple = PyTuple_New( 3 ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_data_str_plain_kwargs_tuple, 0, const_str_plain_url ); Py_INCREF( const_str_plain_url ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_data_str_plain_kwargs_tuple, 1, const_str_plain_data ); Py_INCREF( const_str_plain_data ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_data_str_plain_kwargs_tuple, 2, const_str_plain_kwargs ); Py_INCREF( const_str_plain_kwargs ); const_str_digest_93620bb961fd492df277eda204e34d5c = UNSTREAM_STRING( &constant_bin[ 1056737 ], 48, 0 ); const_tuple_str_plain_url_str_plain_params_str_plain_kwargs_tuple = PyTuple_New( 3 ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_params_str_plain_kwargs_tuple, 0, const_str_plain_url ); Py_INCREF( const_str_plain_url ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_params_str_plain_kwargs_tuple, 1, const_str_plain_params ); Py_INCREF( const_str_plain_params ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_params_str_plain_kwargs_tuple, 2, const_str_plain_kwargs ); Py_INCREF( const_str_plain_kwargs ); const_str_digest_e518d1a8b2867b9ca6d0fac04600b904 = UNSTREAM_STRING( &constant_bin[ 1056785 ], 335, 0 ); const_str_digest_7c06c80c6b470b7b3622dc5e3a475cb1 = UNSTREAM_STRING( &constant_bin[ 1057120 ], 446, 0 ); const_tuple_str_plain_url_str_plain_kwargs_tuple = PyTuple_New( 2 ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_kwargs_tuple, 0, const_str_plain_url ); Py_INCREF( const_str_plain_url ); PyTuple_SET_ITEM( const_tuple_str_plain_url_str_plain_kwargs_tuple, 1, const_str_plain_kwargs ); Py_INCREF( const_str_plain_kwargs ); constants_created = true; } #ifndef __NUITKA_NO_ASSERT__ void checkModuleConstants_requests$api( void ) { // The module may not have been used at all. if (constants_created == false) return; } #endif // The module code objects. static PyCodeObject *codeobj_8f74a06591a8b0117c26a0c750ba7c8c; static PyCodeObject *codeobj_bb24f3c1e971dd76c527a4809309453b; static PyCodeObject *codeobj_9b64e8c5a0f5edb3fc65ef8c793c4252; static PyCodeObject *codeobj_7acaf5e7fd7fd070bf5e7c20be2ab751; static PyCodeObject *codeobj_583442f7457f9ed82a86eac2d311e21b; static PyCodeObject *codeobj_63c0003ab7138ccd663739d779e031e6; static PyCodeObject *codeobj_e0484b4414dc2b7259fd9077d2be6036; static PyCodeObject *codeobj_5cb47bdef109c071a290c3b85d619d42; static PyCodeObject *codeobj_355c383d51e1f0feaeebac1ed92fa056; static void createModuleCodeObjects(void) { module_filename_obj = const_str_digest_93620bb961fd492df277eda204e34d5c; codeobj_8f74a06591a8b0117c26a0c750ba7c8c = MAKE_CODEOBJ( module_filename_obj, const_str_digest_c7e50f7358fbded8067696c085603681, 1, const_tuple_empty, 0, 0, CO_NOFREE ); codeobj_bb24f3c1e971dd76c527a4809309453b = MAKE_CODEOBJ( module_filename_obj, const_str_plain_delete, 143, const_tuple_str_plain_url_str_plain_kwargs_tuple, 1, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); codeobj_9b64e8c5a0f5edb3fc65ef8c793c4252 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_get, 61, const_tuple_str_plain_url_str_plain_params_str_plain_kwargs_tuple, 2, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); codeobj_7acaf5e7fd7fd070bf5e7c20be2ab751 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_head, 88, const_tuple_str_plain_url_str_plain_kwargs_tuple, 1, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); codeobj_583442f7457f9ed82a86eac2d311e21b = MAKE_CODEOBJ( module_filename_obj, const_str_plain_options, 75, const_tuple_str_plain_url_str_plain_kwargs_tuple, 1, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); codeobj_63c0003ab7138ccd663739d779e031e6 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_patch, 129, const_tuple_str_plain_url_str_plain_data_str_plain_kwargs_tuple, 2, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); codeobj_e0484b4414dc2b7259fd9077d2be6036 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_post, 101, const_tuple_str_plain_url_str_plain_data_str_plain_json_str_plain_kwargs_tuple, 3, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); codeobj_5cb47bdef109c071a290c3b85d619d42 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_put, 115, const_tuple_str_plain_url_str_plain_data_str_plain_kwargs_tuple, 2, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); codeobj_355c383d51e1f0feaeebac1ed92fa056 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_request, 16, const_tuple_130b606459c7852087a8cbb86273aea5_tuple, 2, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_VARKEYWORDS | CO_NOFREE ); } // The module function declarations. NUITKA_CROSS_MODULE PyObject *impl___internal__$$$function_10_complex_call_helper_keywords_star_dict( PyObject **python_pars ); NUITKA_CROSS_MODULE PyObject *impl___internal__$$$function_8_complex_call_helper_pos_keywords_star_dict( PyObject **python_pars ); NUITKA_CROSS_MODULE PyObject *impl___internal__$$$function_5_complex_call_helper_pos_star_dict( PyObject **python_pars ); static PyObject *MAKE_FUNCTION_requests$api$$$function_1_request( ); static PyObject *MAKE_FUNCTION_requests$api$$$function_2_get( PyObject *defaults ); static PyObject *MAKE_FUNCTION_requests$api$$$function_3_options( ); static PyObject *MAKE_FUNCTION_requests$api$$$function_4_head( ); static PyObject *MAKE_FUNCTION_requests$api$$$function_5_post( PyObject *defaults ); static PyObject *MAKE_FUNCTION_requests$api$$$function_6_put( PyObject *defaults ); static PyObject *MAKE_FUNCTION_requests$api$$$function_7_patch( PyObject *defaults ); static PyObject *MAKE_FUNCTION_requests$api$$$function_8_delete( ); // The module function definitions. static PyObject *impl_requests$api$$$function_1_request( 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_method = python_pars[ 0 ]; PyObject *par_url = python_pars[ 1 ]; PyObject *par_kwargs = python_pars[ 2 ]; PyObject *var_session = NULL; PyObject *tmp_with_1__enter = NULL; PyObject *tmp_with_1__exit = NULL; nuitka_bool tmp_with_1__indicator = NUITKA_BOOL_UNASSIGNED; PyObject *tmp_with_1__source = NULL; struct Nuitka_FrameObject *frame_355c383d51e1f0feaeebac1ed92fa056; 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 *tmp_return_value = NULL; int tmp_res; 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; NUITKA_MAY_BE_UNUSED PyObject *tmp_unused; PyObject *exception_keeper_type_3; PyObject *exception_keeper_value_3; PyTracebackObject *exception_keeper_tb_3; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_3; PyObject *exception_keeper_type_4; PyObject *exception_keeper_value_4; PyTracebackObject *exception_keeper_tb_4; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_4; static struct Nuitka_FrameObject *cache_frame_355c383d51e1f0feaeebac1ed92fa056 = NULL; PyObject *exception_keeper_type_5; PyObject *exception_keeper_value_5; PyTracebackObject *exception_keeper_tb_5; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_5; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_355c383d51e1f0feaeebac1ed92fa056, codeobj_355c383d51e1f0feaeebac1ed92fa056, module_requests$api, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_355c383d51e1f0feaeebac1ed92fa056 = cache_frame_355c383d51e1f0feaeebac1ed92fa056; // Push the new frame as the currently active one. pushFrameStack( frame_355c383d51e1f0feaeebac1ed92fa056 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_355c383d51e1f0feaeebac1ed92fa056 ) == 2 ); // Frame stack // Framed code: { // Tried code: { PyObject *tmp_assign_source_1; PyObject *tmp_called_instance_1; PyObject *tmp_mvar_value_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_sessions ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_sessions ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "sessions" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } tmp_called_instance_1 = tmp_mvar_value_1; frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = 57; tmp_assign_source_1 = CALL_METHOD_NO_ARGS( tmp_called_instance_1, const_str_plain_Session ); if ( tmp_assign_source_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } assert( tmp_with_1__source == NULL ); tmp_with_1__source = tmp_assign_source_1; } { PyObject *tmp_assign_source_2; PyObject *tmp_called_name_1; PyObject *tmp_source_name_1; CHECK_OBJECT( tmp_with_1__source ); tmp_source_name_1 = tmp_with_1__source; tmp_called_name_1 = LOOKUP_SPECIAL( tmp_source_name_1, const_str_plain___enter__ ); if ( tmp_called_name_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = 57; tmp_assign_source_2 = CALL_FUNCTION_NO_ARGS( tmp_called_name_1 ); Py_DECREF( tmp_called_name_1 ); if ( tmp_assign_source_2 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } assert( tmp_with_1__enter == NULL ); tmp_with_1__enter = tmp_assign_source_2; } { PyObject *tmp_assign_source_3; PyObject *tmp_source_name_2; CHECK_OBJECT( tmp_with_1__source ); tmp_source_name_2 = tmp_with_1__source; tmp_assign_source_3 = LOOKUP_SPECIAL( tmp_source_name_2, const_str_plain___exit__ ); if ( tmp_assign_source_3 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } assert( tmp_with_1__exit == NULL ); tmp_with_1__exit = tmp_assign_source_3; } { nuitka_bool tmp_assign_source_4; tmp_assign_source_4 = NUITKA_BOOL_TRUE; tmp_with_1__indicator = tmp_assign_source_4; } { PyObject *tmp_assign_source_5; CHECK_OBJECT( tmp_with_1__enter ); tmp_assign_source_5 = tmp_with_1__enter; assert( var_session == NULL ); Py_INCREF( tmp_assign_source_5 ); var_session = tmp_assign_source_5; } { // Tried code: { // Tried code: { PyObject *tmp_dircall_arg1_1; PyObject *tmp_source_name_3; PyObject *tmp_dircall_arg2_1; PyObject *tmp_dict_key_1; PyObject *tmp_dict_value_1; PyObject *tmp_dict_key_2; PyObject *tmp_dict_value_2; PyObject *tmp_dircall_arg3_1; CHECK_OBJECT( var_session ); tmp_source_name_3 = var_session; tmp_dircall_arg1_1 = LOOKUP_ATTRIBUTE( tmp_source_name_3, const_str_plain_request ); if ( tmp_dircall_arg1_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 58; type_description_1 = "oooo"; goto try_except_handler_4; } tmp_dict_key_1 = const_str_plain_method; if ( par_method == NULL ) { Py_DECREF( tmp_dircall_arg1_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "method" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 58; type_description_1 = "oooo"; goto try_except_handler_4; } tmp_dict_value_1 = par_method; tmp_dircall_arg2_1 = _PyDict_NewPresized( 2 ); tmp_res = PyDict_SetItem( tmp_dircall_arg2_1, tmp_dict_key_1, tmp_dict_value_1 ); assert( !(tmp_res != 0) ); tmp_dict_key_2 = const_str_plain_url; if ( par_url == NULL ) { Py_DECREF( tmp_dircall_arg1_1 ); Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "url" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 58; type_description_1 = "oooo"; goto try_except_handler_4; } tmp_dict_value_2 = par_url; tmp_res = PyDict_SetItem( tmp_dircall_arg2_1, tmp_dict_key_2, tmp_dict_value_2 ); assert( !(tmp_res != 0) ); if ( par_kwargs == NULL ) { Py_DECREF( tmp_dircall_arg1_1 ); Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "kwargs" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 58; type_description_1 = "oooo"; goto try_except_handler_4; } tmp_dircall_arg3_1 = par_kwargs; Py_INCREF( tmp_dircall_arg3_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1}; tmp_return_value = impl___internal__$$$function_10_complex_call_helper_keywords_star_dict( dir_call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 58; type_description_1 = "oooo"; goto try_except_handler_4; } goto try_return_handler_3; } // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( requests$api$$$function_1_request ); return NULL; // Exception handler code: try_except_handler_4:; 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_355c383d51e1f0feaeebac1ed92fa056, exception_keeper_lineno_1 ); } else if ( exception_keeper_lineno_1 != 0 ) { exception_keeper_tb_1 = ADD_TRACEBACK( exception_keeper_tb_1, frame_355c383d51e1f0feaeebac1ed92fa056, 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_1; PyObject *tmp_compexpr_left_1; PyObject *tmp_compexpr_right_1; tmp_compexpr_left_1 = EXC_TYPE(PyThreadState_GET()); tmp_compexpr_right_1 = PyExc_BaseException; tmp_res = EXCEPTION_MATCH_BOOL( 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 = 57; type_description_1 = "oooo"; goto try_except_handler_5; } tmp_condition_result_1 = ( tmp_res != 0 ) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; if ( tmp_condition_result_1 == NUITKA_BOOL_TRUE ) { goto branch_yes_1; } else { goto branch_no_1; } branch_yes_1:; { nuitka_bool tmp_assign_source_6; tmp_assign_source_6 = NUITKA_BOOL_FALSE; tmp_with_1__indicator = tmp_assign_source_6; } { nuitka_bool tmp_condition_result_2; PyObject *tmp_operand_name_1; PyObject *tmp_called_name_2; PyObject *tmp_args_element_name_1; PyObject *tmp_args_element_name_2; PyObject *tmp_args_element_name_3; CHECK_OBJECT( tmp_with_1__exit ); tmp_called_name_2 = tmp_with_1__exit; tmp_args_element_name_1 = EXC_TYPE(PyThreadState_GET()); tmp_args_element_name_2 = EXC_VALUE(PyThreadState_GET()); tmp_args_element_name_3 = EXC_TRACEBACK(PyThreadState_GET()); frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = 57; { PyObject *call_args[] = { tmp_args_element_name_1, tmp_args_element_name_2, tmp_args_element_name_3 }; tmp_operand_name_1 = CALL_FUNCTION_WITH_ARGS3( tmp_called_name_2, call_args ); } if ( tmp_operand_name_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_5; } tmp_res = CHECK_IF_TRUE( tmp_operand_name_1 ); Py_DECREF( tmp_operand_name_1 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_5; } tmp_condition_result_2 = ( tmp_res == 0 ) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; if ( tmp_condition_result_2 == NUITKA_BOOL_TRUE ) { goto branch_yes_2; } else { goto branch_no_2; } branch_yes_2:; { tmp_result = RERAISE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); if (unlikely( tmp_result == false )) { exception_lineno = 57; } if (exception_tb && exception_tb->tb_frame == &frame_355c383d51e1f0feaeebac1ed92fa056->m_frame) frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = exception_tb->tb_lineno; type_description_1 = "oooo"; goto try_except_handler_5; } branch_no_2:; } goto branch_end_1; branch_no_1:; { tmp_result = RERAISE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); if (unlikely( tmp_result == false )) { exception_lineno = 57; } if (exception_tb && exception_tb->tb_frame == &frame_355c383d51e1f0feaeebac1ed92fa056->m_frame) frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = exception_tb->tb_lineno; type_description_1 = "oooo"; goto try_except_handler_5; } branch_end_1:; } goto try_end_1; // Exception handler code: try_except_handler_5:; 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 try_except_handler_3; } // End of try: try_end_1:; } { // Restore previous exception. SET_CURRENT_EXCEPTION( exception_preserved_type_1, exception_preserved_value_1, exception_preserved_tb_1 ); } goto try_end_2; // exception handler codes exits in all cases NUITKA_CANNOT_GET_HERE( requests$api$$$function_1_request ); return NULL; // End of try: try_end_2:; } goto try_end_3; // Return handler code: try_return_handler_3:; { PyObject *tmp_called_name_3; CHECK_OBJECT( tmp_with_1__exit ); tmp_called_name_3 = tmp_with_1__exit; frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = 57; tmp_unused = CALL_FUNCTION_WITH_ARGS3( tmp_called_name_3, &PyTuple_GET_ITEM( const_tuple_none_none_none_tuple, 0 ) ); if ( tmp_unused == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } Py_DECREF( tmp_unused ); } { goto try_return_handler_2; } // Exception handler code: try_except_handler_3:; 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; { nuitka_bool tmp_condition_result_3; PyObject *tmp_compexpr_left_2; PyObject *tmp_compexpr_right_2; assert( tmp_with_1__indicator != NUITKA_BOOL_UNASSIGNED); tmp_compexpr_left_2 = ( tmp_with_1__indicator == NUITKA_BOOL_TRUE ) ? Py_True : Py_False; tmp_compexpr_right_2 = Py_True; tmp_condition_result_3 = ( tmp_compexpr_left_2 == tmp_compexpr_right_2 ) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; if ( tmp_condition_result_3 == NUITKA_BOOL_TRUE ) { goto branch_yes_3; } else { goto branch_no_3; } branch_yes_3:; { PyObject *tmp_called_name_4; CHECK_OBJECT( tmp_with_1__exit ); tmp_called_name_4 = tmp_with_1__exit; frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = 57; tmp_unused = CALL_FUNCTION_WITH_ARGS3( tmp_called_name_4, &PyTuple_GET_ITEM( const_tuple_none_none_none_tuple, 0 ) ); if ( tmp_unused == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); Py_DECREF( exception_keeper_type_3 ); Py_XDECREF( exception_keeper_value_3 ); Py_XDECREF( exception_keeper_tb_3 ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } Py_DECREF( tmp_unused ); } branch_no_3:; } { // 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 try_except_handler_2; } // End of try: try_end_3:; } { nuitka_bool tmp_condition_result_4; PyObject *tmp_compexpr_left_3; PyObject *tmp_compexpr_right_3; assert( tmp_with_1__indicator != NUITKA_BOOL_UNASSIGNED); tmp_compexpr_left_3 = ( tmp_with_1__indicator == NUITKA_BOOL_TRUE ) ? Py_True : Py_False; tmp_compexpr_right_3 = Py_True; tmp_condition_result_4 = ( tmp_compexpr_left_3 == tmp_compexpr_right_3 ) ? 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_5; CHECK_OBJECT( tmp_with_1__exit ); tmp_called_name_5 = tmp_with_1__exit; frame_355c383d51e1f0feaeebac1ed92fa056->m_frame.f_lineno = 57; tmp_unused = CALL_FUNCTION_WITH_ARGS3( tmp_called_name_5, &PyTuple_GET_ITEM( const_tuple_none_none_none_tuple, 0 ) ); if ( tmp_unused == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 57; type_description_1 = "oooo"; goto try_except_handler_2; } Py_DECREF( tmp_unused ); } branch_no_4:; } goto try_end_4; // Return handler code: try_return_handler_2:; { CHECK_OBJECT( (PyObject *)tmp_with_1__source ); Py_DECREF( tmp_with_1__source ); tmp_with_1__source = NULL; } { CHECK_OBJECT( (PyObject *)tmp_with_1__enter ); Py_DECREF( tmp_with_1__enter ); tmp_with_1__enter = NULL; } { CHECK_OBJECT( (PyObject *)tmp_with_1__exit ); Py_DECREF( tmp_with_1__exit ); tmp_with_1__exit = NULL; } { } { goto frame_return_exit_1; } // Exception handler code: try_except_handler_2:; exception_keeper_type_4 = exception_type; exception_keeper_value_4 = exception_value; exception_keeper_tb_4 = exception_tb; exception_keeper_lineno_4 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { Py_XDECREF( tmp_with_1__source ); tmp_with_1__source = NULL; } { Py_XDECREF( tmp_with_1__enter ); tmp_with_1__enter = NULL; } { Py_XDECREF( tmp_with_1__exit ); tmp_with_1__exit = NULL; } { } { // Re-raise. exception_type = exception_keeper_type_4; exception_value = exception_keeper_value_4; exception_tb = exception_keeper_tb_4; exception_lineno = exception_keeper_lineno_4; goto frame_exception_exit_1; } // End of try: try_end_4:; } #if 0 RESTORE_FRAME_EXCEPTION( frame_355c383d51e1f0feaeebac1ed92fa056 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_355c383d51e1f0feaeebac1ed92fa056 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_355c383d51e1f0feaeebac1ed92fa056 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_355c383d51e1f0feaeebac1ed92fa056, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_355c383d51e1f0feaeebac1ed92fa056->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_355c383d51e1f0feaeebac1ed92fa056, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_355c383d51e1f0feaeebac1ed92fa056, type_description_1, par_method, par_url, par_kwargs, var_session ); // Release cached frame. if ( frame_355c383d51e1f0feaeebac1ed92fa056 == cache_frame_355c383d51e1f0feaeebac1ed92fa056 ) { Py_DECREF( frame_355c383d51e1f0feaeebac1ed92fa056 ); } cache_frame_355c383d51e1f0feaeebac1ed92fa056 = NULL; assertFrameObject( frame_355c383d51e1f0feaeebac1ed92fa056 ); // Put the previous frame back on top. popFrameStack(); // Return the error. goto try_except_handler_1; frame_no_exception_1:; { CHECK_OBJECT( (PyObject *)tmp_with_1__source ); Py_DECREF( tmp_with_1__source ); tmp_with_1__source = NULL; } { CHECK_OBJECT( (PyObject *)tmp_with_1__enter ); Py_DECREF( tmp_with_1__enter ); tmp_with_1__enter = NULL; } { CHECK_OBJECT( (PyObject *)tmp_with_1__exit ); Py_DECREF( tmp_with_1__exit ); tmp_with_1__exit = NULL; } { } { tmp_return_value = Py_None; Py_INCREF( tmp_return_value ); goto try_return_handler_1; } // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( requests$api$$$function_1_request ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_method ); par_method = NULL; } { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { Py_XDECREF( var_session ); var_session = NULL; } { goto function_return_exit; } // Exception handler code: try_except_handler_1:; exception_keeper_type_5 = exception_type; exception_keeper_value_5 = exception_value; exception_keeper_tb_5 = exception_tb; exception_keeper_lineno_5 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { Py_XDECREF( par_method ); par_method = NULL; } { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { Py_XDECREF( var_session ); var_session = NULL; } { // Re-raise. exception_type = exception_keeper_type_5; exception_value = exception_keeper_value_5; exception_tb = exception_keeper_tb_5; exception_lineno = exception_keeper_lineno_5; goto function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_1_request ); 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 *impl_requests$api$$$function_2_get( 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_url = python_pars[ 0 ]; PyObject *par_params = python_pars[ 1 ]; PyObject *par_kwargs = python_pars[ 2 ]; struct Nuitka_FrameObject *frame_9b64e8c5a0f5edb3fc65ef8c793c4252; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; NUITKA_MAY_BE_UNUSED PyObject *tmp_unused; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; PyObject *tmp_return_value = NULL; int tmp_res; static struct Nuitka_FrameObject *cache_frame_9b64e8c5a0f5edb3fc65ef8c793c4252 = 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; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_9b64e8c5a0f5edb3fc65ef8c793c4252, codeobj_9b64e8c5a0f5edb3fc65ef8c793c4252, module_requests$api, sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_9b64e8c5a0f5edb3fc65ef8c793c4252 = cache_frame_9b64e8c5a0f5edb3fc65ef8c793c4252; // Push the new frame as the currently active one. pushFrameStack( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ) == 2 ); // Frame stack // Framed code: { PyObject *tmp_called_instance_1; CHECK_OBJECT( par_kwargs ); tmp_called_instance_1 = par_kwargs; frame_9b64e8c5a0f5edb3fc65ef8c793c4252->m_frame.f_lineno = 71; tmp_unused = CALL_METHOD_WITH_ARGS2( tmp_called_instance_1, const_str_plain_setdefault, &PyTuple_GET_ITEM( const_tuple_str_plain_allow_redirects_true_tuple, 0 ) ); if ( tmp_unused == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 71; type_description_1 = "ooo"; goto frame_exception_exit_1; } Py_DECREF( tmp_unused ); } { PyObject *tmp_dircall_arg1_1; PyObject *tmp_mvar_value_1; PyObject *tmp_dircall_arg2_1; PyObject *tmp_tuple_element_1; PyObject *tmp_dircall_arg3_1; PyObject *tmp_dict_key_1; PyObject *tmp_dict_value_1; PyObject *tmp_dircall_arg4_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_request ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "request" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 72; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_dircall_arg1_1 = tmp_mvar_value_1; tmp_tuple_element_1 = const_str_plain_get; tmp_dircall_arg2_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 0, tmp_tuple_element_1 ); if ( par_url == NULL ) { Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "url" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 72; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_tuple_element_1 = par_url; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 1, tmp_tuple_element_1 ); tmp_dict_key_1 = const_str_plain_params; if ( par_params == NULL ) { Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "params" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 72; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_dict_value_1 = par_params; tmp_dircall_arg3_1 = _PyDict_NewPresized( 1 ); tmp_res = PyDict_SetItem( tmp_dircall_arg3_1, tmp_dict_key_1, tmp_dict_value_1 ); assert( !(tmp_res != 0) ); if ( par_kwargs == NULL ) { Py_DECREF( tmp_dircall_arg2_1 ); Py_DECREF( tmp_dircall_arg3_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "kwargs" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 72; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_dircall_arg4_1 = par_kwargs; Py_INCREF( tmp_dircall_arg1_1 ); Py_INCREF( tmp_dircall_arg4_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1, tmp_dircall_arg4_1}; tmp_return_value = impl___internal__$$$function_8_complex_call_helper_pos_keywords_star_dict( dir_call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 72; type_description_1 = "ooo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_9b64e8c5a0f5edb3fc65ef8c793c4252, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_9b64e8c5a0f5edb3fc65ef8c793c4252->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_9b64e8c5a0f5edb3fc65ef8c793c4252, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_9b64e8c5a0f5edb3fc65ef8c793c4252, type_description_1, par_url, par_params, par_kwargs ); // Release cached frame. if ( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 == cache_frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ) { Py_DECREF( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ); } cache_frame_9b64e8c5a0f5edb3fc65ef8c793c4252 = NULL; assertFrameObject( frame_9b64e8c5a0f5edb3fc65ef8c793c4252 ); // 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( requests$api$$$function_2_get ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_params ); par_params = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { goto function_return_exit; } // 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; { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_params ); par_params = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = 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 function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_2_get ); 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 *impl_requests$api$$$function_3_options( 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_url = python_pars[ 0 ]; PyObject *par_kwargs = python_pars[ 1 ]; struct Nuitka_FrameObject *frame_583442f7457f9ed82a86eac2d311e21b; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; NUITKA_MAY_BE_UNUSED PyObject *tmp_unused; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; PyObject *tmp_return_value = NULL; static struct Nuitka_FrameObject *cache_frame_583442f7457f9ed82a86eac2d311e21b = 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; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_583442f7457f9ed82a86eac2d311e21b, codeobj_583442f7457f9ed82a86eac2d311e21b, module_requests$api, sizeof(void *)+sizeof(void *) ); frame_583442f7457f9ed82a86eac2d311e21b = cache_frame_583442f7457f9ed82a86eac2d311e21b; // Push the new frame as the currently active one. pushFrameStack( frame_583442f7457f9ed82a86eac2d311e21b ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_583442f7457f9ed82a86eac2d311e21b ) == 2 ); // Frame stack // Framed code: { PyObject *tmp_called_instance_1; CHECK_OBJECT( par_kwargs ); tmp_called_instance_1 = par_kwargs; frame_583442f7457f9ed82a86eac2d311e21b->m_frame.f_lineno = 84; tmp_unused = CALL_METHOD_WITH_ARGS2( tmp_called_instance_1, const_str_plain_setdefault, &PyTuple_GET_ITEM( const_tuple_str_plain_allow_redirects_true_tuple, 0 ) ); if ( tmp_unused == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 84; type_description_1 = "oo"; goto frame_exception_exit_1; } Py_DECREF( tmp_unused ); } { PyObject *tmp_dircall_arg1_1; PyObject *tmp_mvar_value_1; PyObject *tmp_dircall_arg2_1; PyObject *tmp_tuple_element_1; PyObject *tmp_dircall_arg3_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_request ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "request" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 85; type_description_1 = "oo"; goto frame_exception_exit_1; } tmp_dircall_arg1_1 = tmp_mvar_value_1; tmp_tuple_element_1 = const_str_plain_options; tmp_dircall_arg2_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 0, tmp_tuple_element_1 ); if ( par_url == NULL ) { Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "url" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 85; type_description_1 = "oo"; goto frame_exception_exit_1; } tmp_tuple_element_1 = par_url; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 1, tmp_tuple_element_1 ); if ( par_kwargs == NULL ) { Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "kwargs" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 85; type_description_1 = "oo"; goto frame_exception_exit_1; } tmp_dircall_arg3_1 = par_kwargs; Py_INCREF( tmp_dircall_arg1_1 ); Py_INCREF( tmp_dircall_arg3_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1}; tmp_return_value = impl___internal__$$$function_5_complex_call_helper_pos_star_dict( dir_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 = "oo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_583442f7457f9ed82a86eac2d311e21b ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_583442f7457f9ed82a86eac2d311e21b ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_583442f7457f9ed82a86eac2d311e21b ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_583442f7457f9ed82a86eac2d311e21b, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_583442f7457f9ed82a86eac2d311e21b->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_583442f7457f9ed82a86eac2d311e21b, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_583442f7457f9ed82a86eac2d311e21b, type_description_1, par_url, par_kwargs ); // Release cached frame. if ( frame_583442f7457f9ed82a86eac2d311e21b == cache_frame_583442f7457f9ed82a86eac2d311e21b ) { Py_DECREF( frame_583442f7457f9ed82a86eac2d311e21b ); } cache_frame_583442f7457f9ed82a86eac2d311e21b = NULL; assertFrameObject( frame_583442f7457f9ed82a86eac2d311e21b ); // 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( requests$api$$$function_3_options ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { goto function_return_exit; } // 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; { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = 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 function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_3_options ); 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 *impl_requests$api$$$function_4_head( 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_url = python_pars[ 0 ]; PyObject *par_kwargs = python_pars[ 1 ]; struct Nuitka_FrameObject *frame_7acaf5e7fd7fd070bf5e7c20be2ab751; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; NUITKA_MAY_BE_UNUSED PyObject *tmp_unused; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; PyObject *tmp_return_value = NULL; static struct Nuitka_FrameObject *cache_frame_7acaf5e7fd7fd070bf5e7c20be2ab751 = 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; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_7acaf5e7fd7fd070bf5e7c20be2ab751, codeobj_7acaf5e7fd7fd070bf5e7c20be2ab751, module_requests$api, sizeof(void *)+sizeof(void *) ); frame_7acaf5e7fd7fd070bf5e7c20be2ab751 = cache_frame_7acaf5e7fd7fd070bf5e7c20be2ab751; // Push the new frame as the currently active one. pushFrameStack( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ) == 2 ); // Frame stack // Framed code: { PyObject *tmp_called_instance_1; CHECK_OBJECT( par_kwargs ); tmp_called_instance_1 = par_kwargs; frame_7acaf5e7fd7fd070bf5e7c20be2ab751->m_frame.f_lineno = 97; tmp_unused = CALL_METHOD_WITH_ARGS2( tmp_called_instance_1, const_str_plain_setdefault, &PyTuple_GET_ITEM( const_tuple_str_plain_allow_redirects_false_tuple, 0 ) ); if ( tmp_unused == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 97; type_description_1 = "oo"; goto frame_exception_exit_1; } Py_DECREF( tmp_unused ); } { PyObject *tmp_dircall_arg1_1; PyObject *tmp_mvar_value_1; PyObject *tmp_dircall_arg2_1; PyObject *tmp_tuple_element_1; PyObject *tmp_dircall_arg3_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_request ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "request" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 98; type_description_1 = "oo"; goto frame_exception_exit_1; } tmp_dircall_arg1_1 = tmp_mvar_value_1; tmp_tuple_element_1 = const_str_plain_head; tmp_dircall_arg2_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 0, tmp_tuple_element_1 ); if ( par_url == NULL ) { Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "url" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 98; type_description_1 = "oo"; goto frame_exception_exit_1; } tmp_tuple_element_1 = par_url; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 1, tmp_tuple_element_1 ); if ( par_kwargs == NULL ) { Py_DECREF( tmp_dircall_arg2_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "kwargs" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 98; type_description_1 = "oo"; goto frame_exception_exit_1; } tmp_dircall_arg3_1 = par_kwargs; Py_INCREF( tmp_dircall_arg1_1 ); Py_INCREF( tmp_dircall_arg3_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1}; tmp_return_value = impl___internal__$$$function_5_complex_call_helper_pos_star_dict( dir_call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 98; type_description_1 = "oo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_7acaf5e7fd7fd070bf5e7c20be2ab751, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_7acaf5e7fd7fd070bf5e7c20be2ab751->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_7acaf5e7fd7fd070bf5e7c20be2ab751, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_7acaf5e7fd7fd070bf5e7c20be2ab751, type_description_1, par_url, par_kwargs ); // Release cached frame. if ( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 == cache_frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ) { Py_DECREF( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ); } cache_frame_7acaf5e7fd7fd070bf5e7c20be2ab751 = NULL; assertFrameObject( frame_7acaf5e7fd7fd070bf5e7c20be2ab751 ); // 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( requests$api$$$function_4_head ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { goto function_return_exit; } // 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; { Py_XDECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = 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 function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_4_head ); 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 *impl_requests$api$$$function_5_post( 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_url = python_pars[ 0 ]; PyObject *par_data = python_pars[ 1 ]; PyObject *par_json = python_pars[ 2 ]; PyObject *par_kwargs = python_pars[ 3 ]; struct Nuitka_FrameObject *frame_e0484b4414dc2b7259fd9077d2be6036; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; PyObject *tmp_return_value = NULL; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; int tmp_res; static struct Nuitka_FrameObject *cache_frame_e0484b4414dc2b7259fd9077d2be6036 = 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; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_e0484b4414dc2b7259fd9077d2be6036, codeobj_e0484b4414dc2b7259fd9077d2be6036, module_requests$api, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_e0484b4414dc2b7259fd9077d2be6036 = cache_frame_e0484b4414dc2b7259fd9077d2be6036; // Push the new frame as the currently active one. pushFrameStack( frame_e0484b4414dc2b7259fd9077d2be6036 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_e0484b4414dc2b7259fd9077d2be6036 ) == 2 ); // Frame stack // Framed code: { PyObject *tmp_dircall_arg1_1; PyObject *tmp_mvar_value_1; PyObject *tmp_dircall_arg2_1; PyObject *tmp_tuple_element_1; PyObject *tmp_dircall_arg3_1; PyObject *tmp_dict_key_1; PyObject *tmp_dict_value_1; PyObject *tmp_dict_key_2; PyObject *tmp_dict_value_2; PyObject *tmp_dircall_arg4_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_request ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "request" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 112; type_description_1 = "oooo"; goto frame_exception_exit_1; } tmp_dircall_arg1_1 = tmp_mvar_value_1; tmp_tuple_element_1 = const_str_plain_post; tmp_dircall_arg2_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 0, tmp_tuple_element_1 ); CHECK_OBJECT( par_url ); tmp_tuple_element_1 = par_url; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 1, tmp_tuple_element_1 ); tmp_dict_key_1 = const_str_plain_data; CHECK_OBJECT( par_data ); tmp_dict_value_1 = par_data; tmp_dircall_arg3_1 = _PyDict_NewPresized( 2 ); tmp_res = PyDict_SetItem( tmp_dircall_arg3_1, tmp_dict_key_1, tmp_dict_value_1 ); assert( !(tmp_res != 0) ); tmp_dict_key_2 = const_str_plain_json; CHECK_OBJECT( par_json ); tmp_dict_value_2 = par_json; tmp_res = PyDict_SetItem( tmp_dircall_arg3_1, tmp_dict_key_2, tmp_dict_value_2 ); assert( !(tmp_res != 0) ); CHECK_OBJECT( par_kwargs ); tmp_dircall_arg4_1 = par_kwargs; Py_INCREF( tmp_dircall_arg1_1 ); Py_INCREF( tmp_dircall_arg4_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1, tmp_dircall_arg4_1}; tmp_return_value = impl___internal__$$$function_8_complex_call_helper_pos_keywords_star_dict( dir_call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 112; type_description_1 = "oooo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_e0484b4414dc2b7259fd9077d2be6036 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_e0484b4414dc2b7259fd9077d2be6036 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_e0484b4414dc2b7259fd9077d2be6036 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_e0484b4414dc2b7259fd9077d2be6036, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_e0484b4414dc2b7259fd9077d2be6036->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_e0484b4414dc2b7259fd9077d2be6036, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_e0484b4414dc2b7259fd9077d2be6036, type_description_1, par_url, par_data, par_json, par_kwargs ); // Release cached frame. if ( frame_e0484b4414dc2b7259fd9077d2be6036 == cache_frame_e0484b4414dc2b7259fd9077d2be6036 ) { Py_DECREF( frame_e0484b4414dc2b7259fd9077d2be6036 ); } cache_frame_e0484b4414dc2b7259fd9077d2be6036 = NULL; assertFrameObject( frame_e0484b4414dc2b7259fd9077d2be6036 ); // 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( requests$api$$$function_5_post ); return NULL; // Return handler code: try_return_handler_1:; { CHECK_OBJECT( (PyObject *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_data ); par_data = NULL; } { Py_XDECREF( par_json ); par_json = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { goto function_return_exit; } // 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 *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_data ); par_data = NULL; } { Py_XDECREF( par_json ); par_json = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = 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 function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_5_post ); 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 *impl_requests$api$$$function_6_put( 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_url = python_pars[ 0 ]; PyObject *par_data = python_pars[ 1 ]; PyObject *par_kwargs = python_pars[ 2 ]; struct Nuitka_FrameObject *frame_5cb47bdef109c071a290c3b85d619d42; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; PyObject *tmp_return_value = NULL; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; int tmp_res; static struct Nuitka_FrameObject *cache_frame_5cb47bdef109c071a290c3b85d619d42 = 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; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_5cb47bdef109c071a290c3b85d619d42, codeobj_5cb47bdef109c071a290c3b85d619d42, module_requests$api, sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_5cb47bdef109c071a290c3b85d619d42 = cache_frame_5cb47bdef109c071a290c3b85d619d42; // Push the new frame as the currently active one. pushFrameStack( frame_5cb47bdef109c071a290c3b85d619d42 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_5cb47bdef109c071a290c3b85d619d42 ) == 2 ); // Frame stack // Framed code: { PyObject *tmp_dircall_arg1_1; PyObject *tmp_mvar_value_1; PyObject *tmp_dircall_arg2_1; PyObject *tmp_tuple_element_1; PyObject *tmp_dircall_arg3_1; PyObject *tmp_dict_key_1; PyObject *tmp_dict_value_1; PyObject *tmp_dircall_arg4_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_request ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "request" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 126; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_dircall_arg1_1 = tmp_mvar_value_1; tmp_tuple_element_1 = const_str_plain_put; tmp_dircall_arg2_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 0, tmp_tuple_element_1 ); CHECK_OBJECT( par_url ); tmp_tuple_element_1 = par_url; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 1, tmp_tuple_element_1 ); tmp_dict_key_1 = const_str_plain_data; CHECK_OBJECT( par_data ); tmp_dict_value_1 = par_data; tmp_dircall_arg3_1 = _PyDict_NewPresized( 1 ); tmp_res = PyDict_SetItem( tmp_dircall_arg3_1, tmp_dict_key_1, tmp_dict_value_1 ); assert( !(tmp_res != 0) ); CHECK_OBJECT( par_kwargs ); tmp_dircall_arg4_1 = par_kwargs; Py_INCREF( tmp_dircall_arg1_1 ); Py_INCREF( tmp_dircall_arg4_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1, tmp_dircall_arg4_1}; tmp_return_value = impl___internal__$$$function_8_complex_call_helper_pos_keywords_star_dict( dir_call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 126; type_description_1 = "ooo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_5cb47bdef109c071a290c3b85d619d42 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_5cb47bdef109c071a290c3b85d619d42 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_5cb47bdef109c071a290c3b85d619d42 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_5cb47bdef109c071a290c3b85d619d42, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_5cb47bdef109c071a290c3b85d619d42->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_5cb47bdef109c071a290c3b85d619d42, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_5cb47bdef109c071a290c3b85d619d42, type_description_1, par_url, par_data, par_kwargs ); // Release cached frame. if ( frame_5cb47bdef109c071a290c3b85d619d42 == cache_frame_5cb47bdef109c071a290c3b85d619d42 ) { Py_DECREF( frame_5cb47bdef109c071a290c3b85d619d42 ); } cache_frame_5cb47bdef109c071a290c3b85d619d42 = NULL; assertFrameObject( frame_5cb47bdef109c071a290c3b85d619d42 ); // 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( requests$api$$$function_6_put ); return NULL; // Return handler code: try_return_handler_1:; { CHECK_OBJECT( (PyObject *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_data ); par_data = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { goto function_return_exit; } // 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 *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_data ); par_data = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = 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 function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_6_put ); 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 *impl_requests$api$$$function_7_patch( 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_url = python_pars[ 0 ]; PyObject *par_data = python_pars[ 1 ]; PyObject *par_kwargs = python_pars[ 2 ]; struct Nuitka_FrameObject *frame_63c0003ab7138ccd663739d779e031e6; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; PyObject *tmp_return_value = NULL; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; int tmp_res; static struct Nuitka_FrameObject *cache_frame_63c0003ab7138ccd663739d779e031e6 = 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; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_63c0003ab7138ccd663739d779e031e6, codeobj_63c0003ab7138ccd663739d779e031e6, module_requests$api, sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_63c0003ab7138ccd663739d779e031e6 = cache_frame_63c0003ab7138ccd663739d779e031e6; // Push the new frame as the currently active one. pushFrameStack( frame_63c0003ab7138ccd663739d779e031e6 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_63c0003ab7138ccd663739d779e031e6 ) == 2 ); // Frame stack // Framed code: { PyObject *tmp_dircall_arg1_1; PyObject *tmp_mvar_value_1; PyObject *tmp_dircall_arg2_1; PyObject *tmp_tuple_element_1; PyObject *tmp_dircall_arg3_1; PyObject *tmp_dict_key_1; PyObject *tmp_dict_value_1; PyObject *tmp_dircall_arg4_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_request ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "request" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 140; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_dircall_arg1_1 = tmp_mvar_value_1; tmp_tuple_element_1 = const_str_plain_patch; tmp_dircall_arg2_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 0, tmp_tuple_element_1 ); CHECK_OBJECT( par_url ); tmp_tuple_element_1 = par_url; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 1, tmp_tuple_element_1 ); tmp_dict_key_1 = const_str_plain_data; CHECK_OBJECT( par_data ); tmp_dict_value_1 = par_data; tmp_dircall_arg3_1 = _PyDict_NewPresized( 1 ); tmp_res = PyDict_SetItem( tmp_dircall_arg3_1, tmp_dict_key_1, tmp_dict_value_1 ); assert( !(tmp_res != 0) ); CHECK_OBJECT( par_kwargs ); tmp_dircall_arg4_1 = par_kwargs; Py_INCREF( tmp_dircall_arg1_1 ); Py_INCREF( tmp_dircall_arg4_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1, tmp_dircall_arg4_1}; tmp_return_value = impl___internal__$$$function_8_complex_call_helper_pos_keywords_star_dict( dir_call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 140; type_description_1 = "ooo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_63c0003ab7138ccd663739d779e031e6 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_63c0003ab7138ccd663739d779e031e6 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_63c0003ab7138ccd663739d779e031e6 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_63c0003ab7138ccd663739d779e031e6, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_63c0003ab7138ccd663739d779e031e6->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_63c0003ab7138ccd663739d779e031e6, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_63c0003ab7138ccd663739d779e031e6, type_description_1, par_url, par_data, par_kwargs ); // Release cached frame. if ( frame_63c0003ab7138ccd663739d779e031e6 == cache_frame_63c0003ab7138ccd663739d779e031e6 ) { Py_DECREF( frame_63c0003ab7138ccd663739d779e031e6 ); } cache_frame_63c0003ab7138ccd663739d779e031e6 = NULL; assertFrameObject( frame_63c0003ab7138ccd663739d779e031e6 ); // 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( requests$api$$$function_7_patch ); return NULL; // Return handler code: try_return_handler_1:; { CHECK_OBJECT( (PyObject *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_data ); par_data = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { goto function_return_exit; } // 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 *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_data ); par_data = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = 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 function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_7_patch ); 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 *impl_requests$api$$$function_8_delete( 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_url = python_pars[ 0 ]; PyObject *par_kwargs = python_pars[ 1 ]; struct Nuitka_FrameObject *frame_bb24f3c1e971dd76c527a4809309453b; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; PyObject *tmp_return_value = NULL; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; static struct Nuitka_FrameObject *cache_frame_bb24f3c1e971dd76c527a4809309453b = 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; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_bb24f3c1e971dd76c527a4809309453b, codeobj_bb24f3c1e971dd76c527a4809309453b, module_requests$api, sizeof(void *)+sizeof(void *) ); frame_bb24f3c1e971dd76c527a4809309453b = cache_frame_bb24f3c1e971dd76c527a4809309453b; // Push the new frame as the currently active one. pushFrameStack( frame_bb24f3c1e971dd76c527a4809309453b ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_bb24f3c1e971dd76c527a4809309453b ) == 2 ); // Frame stack // Framed code: { PyObject *tmp_dircall_arg1_1; PyObject *tmp_mvar_value_1; PyObject *tmp_dircall_arg2_1; PyObject *tmp_tuple_element_1; PyObject *tmp_dircall_arg3_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_request ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "request" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 152; type_description_1 = "oo"; goto frame_exception_exit_1; } tmp_dircall_arg1_1 = tmp_mvar_value_1; tmp_tuple_element_1 = const_str_plain_delete; tmp_dircall_arg2_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 0, tmp_tuple_element_1 ); CHECK_OBJECT( par_url ); tmp_tuple_element_1 = par_url; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_dircall_arg2_1, 1, tmp_tuple_element_1 ); CHECK_OBJECT( par_kwargs ); tmp_dircall_arg3_1 = par_kwargs; Py_INCREF( tmp_dircall_arg1_1 ); Py_INCREF( tmp_dircall_arg3_1 ); { PyObject *dir_call_args[] = {tmp_dircall_arg1_1, tmp_dircall_arg2_1, tmp_dircall_arg3_1}; tmp_return_value = impl___internal__$$$function_5_complex_call_helper_pos_star_dict( dir_call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 152; type_description_1 = "oo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_bb24f3c1e971dd76c527a4809309453b ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_bb24f3c1e971dd76c527a4809309453b ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_bb24f3c1e971dd76c527a4809309453b ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_bb24f3c1e971dd76c527a4809309453b, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_bb24f3c1e971dd76c527a4809309453b->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_bb24f3c1e971dd76c527a4809309453b, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_bb24f3c1e971dd76c527a4809309453b, type_description_1, par_url, par_kwargs ); // Release cached frame. if ( frame_bb24f3c1e971dd76c527a4809309453b == cache_frame_bb24f3c1e971dd76c527a4809309453b ) { Py_DECREF( frame_bb24f3c1e971dd76c527a4809309453b ); } cache_frame_bb24f3c1e971dd76c527a4809309453b = NULL; assertFrameObject( frame_bb24f3c1e971dd76c527a4809309453b ); // 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( requests$api$$$function_8_delete ); return NULL; // Return handler code: try_return_handler_1:; { CHECK_OBJECT( (PyObject *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = NULL; } { goto function_return_exit; } // 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 *)par_url ); Py_DECREF( par_url ); par_url = NULL; } { Py_XDECREF( par_kwargs ); par_kwargs = 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 function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( requests$api$$$function_8_delete ); 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_requests$api$$$function_1_request( ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_1_request, const_str_plain_request, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_355c383d51e1f0feaeebac1ed92fa056, NULL, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_c0f852db935b3902febfa7ed5c54ec9c, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_requests$api$$$function_2_get( PyObject *defaults ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_2_get, const_str_plain_get, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_9b64e8c5a0f5edb3fc65ef8c793c4252, defaults, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_e518d1a8b2867b9ca6d0fac04600b904, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_requests$api$$$function_3_options( ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_3_options, const_str_plain_options, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_583442f7457f9ed82a86eac2d311e21b, NULL, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_cae14719162f8d25632f36871021aaaf, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_requests$api$$$function_4_head( ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_4_head, const_str_plain_head, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_7acaf5e7fd7fd070bf5e7c20be2ab751, NULL, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_2a855d7e75d5ae01c88b757d781beef1, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_requests$api$$$function_5_post( PyObject *defaults ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_5_post, const_str_plain_post, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_e0484b4414dc2b7259fd9077d2be6036, defaults, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_37db62543705e2e0f69d15758312b330, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_requests$api$$$function_6_put( PyObject *defaults ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_6_put, const_str_plain_put, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_5cb47bdef109c071a290c3b85d619d42, defaults, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_7c06c80c6b470b7b3622dc5e3a475cb1, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_requests$api$$$function_7_patch( PyObject *defaults ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_7_patch, const_str_plain_patch, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_63c0003ab7138ccd663739d779e031e6, defaults, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_3f73c5fcacae8cd8d823be49896e2477, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_requests$api$$$function_8_delete( ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_requests$api$$$function_8_delete, const_str_plain_delete, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_bb24f3c1e971dd76c527a4809309453b, NULL, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_requests$api, const_str_digest_c1ec17d8ceaaa6ed18f5bd6653da2b27, 0 ); return (PyObject *)result; } #if PYTHON_VERSION >= 300 static struct PyModuleDef mdef_requests$api = { PyModuleDef_HEAD_INIT, "requests.api", /* 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( requests$api ) { #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_requests$api ); } 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("requests.api: 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("requests.api: Calling createModuleConstants()."); #endif createModuleConstants(); /* The code objects used by this module are created now. */ #ifdef _NUITKA_TRACE puts("requests.api: Calling createModuleCodeObjects()."); #endif createModuleCodeObjects(); // puts( "in initrequests$api" ); // 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_requests$api = Py_InitModule4( "requests.api", // 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_requests$api = PyModule_Create( &mdef_requests$api ); #endif moduledict_requests$api = MODULE_DICT( module_requests$api ); // Update "__package__" value to what it ought to be. { #if 0 PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain___name__ ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain___package__, module_name ); #else #if PYTHON_VERSION < 300 PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_requests$api, (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_requests$api, (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_requests$api, (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_requests$api, (Nuitka_StringObject *)const_str_plain___package__, PyUnicode_Substring( module_name, 0, dot_index ) ); } #endif #endif } CHECK_OBJECT( module_requests$api ); // 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_b115530482cfc542e130350f9a85acf7, module_requests$api ); 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_requests$api, (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_requests$api, (Nuitka_StringObject *)const_str_plain___builtins__, value ); } #if PYTHON_VERSION >= 300 UPDATE_STRING_DICT0( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain___loader__, metapath_based_loader ); #endif #if PYTHON_VERSION >= 340 #if 0 UPDATE_STRING_DICT0( moduledict_requests$api, (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_requests$api, (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_requests$api, (Nuitka_StringObject *)const_str_plain___spec__, spec_value ); Py_DECREF( module_spec_class ); } #endif #endif // Temp variables if any struct Nuitka_FrameObject *frame_8f74a06591a8b0117c26a0c750ba7c8c; 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; // Module code. { PyObject *tmp_assign_source_1; tmp_assign_source_1 = const_str_digest_add3f921aeb256f9d071a9968c8d439a; UPDATE_STRING_DICT0( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain___doc__, tmp_assign_source_1 ); } { PyObject *tmp_assign_source_2; tmp_assign_source_2 = const_str_digest_93620bb961fd492df277eda204e34d5c; UPDATE_STRING_DICT0( moduledict_requests$api, (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_requests$api, (Nuitka_StringObject *)const_str_plain___cached__, tmp_assign_source_3 ); } // Frame without reuse. frame_8f74a06591a8b0117c26a0c750ba7c8c = MAKE_MODULE_FRAME( codeobj_8f74a06591a8b0117c26a0c750ba7c8c, module_requests$api ); // Push the new frame as the currently active one, and we should be exclusively // owning it. pushFrameStack( frame_8f74a06591a8b0117c26a0c750ba7c8c ); assert( Py_REFCNT( frame_8f74a06591a8b0117c26a0c750ba7c8c ) == 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_empty; tmp_globals_name_1 = (PyObject *)moduledict_requests$api; tmp_locals_name_1 = Py_None; tmp_fromlist_name_1 = const_tuple_str_plain_sessions_tuple; tmp_level_name_1 = const_int_pos_1; frame_8f74a06591a8b0117c26a0c750ba7c8c->m_frame.f_lineno = 13; 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 = 13; goto frame_exception_exit_1; } if ( PyModule_Check( tmp_import_name_from_1 ) ) { tmp_assign_source_4 = IMPORT_NAME_OR_MODULE( tmp_import_name_from_1, (PyObject *)MODULE_DICT(tmp_import_name_from_1), const_str_plain_sessions, const_int_pos_1 ); } else { tmp_assign_source_4 = IMPORT_NAME( tmp_import_name_from_1, const_str_plain_sessions ); } 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 = 13; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_sessions, tmp_assign_source_4 ); } // Restore frame exception if necessary. #if 0 RESTORE_FRAME_EXCEPTION( frame_8f74a06591a8b0117c26a0c750ba7c8c ); #endif popFrameStack(); assertFrameObject( frame_8f74a06591a8b0117c26a0c750ba7c8c ); goto frame_no_exception_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_8f74a06591a8b0117c26a0c750ba7c8c ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_8f74a06591a8b0117c26a0c750ba7c8c, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_8f74a06591a8b0117c26a0c750ba7c8c->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_8f74a06591a8b0117c26a0c750ba7c8c, exception_lineno ); } // Put the previous frame back on top. popFrameStack(); // Return the error. goto module_exception_exit; frame_no_exception_1:; { PyObject *tmp_assign_source_5; tmp_assign_source_5 = MAKE_FUNCTION_requests$api$$$function_1_request( ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_request, tmp_assign_source_5 ); } { PyObject *tmp_assign_source_6; PyObject *tmp_defaults_1; tmp_defaults_1 = const_tuple_none_tuple; Py_INCREF( tmp_defaults_1 ); tmp_assign_source_6 = MAKE_FUNCTION_requests$api$$$function_2_get( tmp_defaults_1 ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_get, tmp_assign_source_6 ); } { PyObject *tmp_assign_source_7; tmp_assign_source_7 = MAKE_FUNCTION_requests$api$$$function_3_options( ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_options, tmp_assign_source_7 ); } { PyObject *tmp_assign_source_8; tmp_assign_source_8 = MAKE_FUNCTION_requests$api$$$function_4_head( ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_head, tmp_assign_source_8 ); } { PyObject *tmp_assign_source_9; PyObject *tmp_defaults_2; tmp_defaults_2 = const_tuple_none_none_tuple; Py_INCREF( tmp_defaults_2 ); tmp_assign_source_9 = MAKE_FUNCTION_requests$api$$$function_5_post( tmp_defaults_2 ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_post, tmp_assign_source_9 ); } { PyObject *tmp_assign_source_10; PyObject *tmp_defaults_3; tmp_defaults_3 = const_tuple_none_tuple; Py_INCREF( tmp_defaults_3 ); tmp_assign_source_10 = MAKE_FUNCTION_requests$api$$$function_6_put( tmp_defaults_3 ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_put, tmp_assign_source_10 ); } { PyObject *tmp_assign_source_11; PyObject *tmp_defaults_4; tmp_defaults_4 = const_tuple_none_tuple; Py_INCREF( tmp_defaults_4 ); tmp_assign_source_11 = MAKE_FUNCTION_requests$api$$$function_7_patch( tmp_defaults_4 ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_patch, tmp_assign_source_11 ); } { PyObject *tmp_assign_source_12; tmp_assign_source_12 = MAKE_FUNCTION_requests$api$$$function_8_delete( ); UPDATE_STRING_DICT1( moduledict_requests$api, (Nuitka_StringObject *)const_str_plain_delete, tmp_assign_source_12 ); } return MOD_RETURN_VALUE( module_requests$api ); module_exception_exit: RESTORE_ERROR_OCCURRED( exception_type, exception_value, exception_tb ); return MOD_RETURN_VALUE( NULL ); }