/* Generated code for Python source for module 'future.backports.email.base64mime' * created by Nuitka version 0.6.0 * * This code is in part copyright 2018 Kay Hayen. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ #include "nuitka/prelude.h" #include "__helpers.h" /* The _module_future$backports$email$base64mime is a Python object pointer of module type. */ /* Note: For full compatibility with CPython, every module variable access * needs to go through it except for cases where the module cannot possibly * have changed in the mean time. */ PyObject *module_future$backports$email$base64mime; PyDictObject *moduledict_future$backports$email$base64mime; /* The module constants used, if any. */ extern PyObject *const_tuple_str_digest_20861594150da1e43b5ee3f86b9deef6_tuple; extern PyObject *const_str_plain_leftover; static PyObject *const_str_plain_MISC_LEN; static PyObject *const_tuple_str_plain_header_bytes_str_plain_charset_str_plain_encoded_tuple; extern PyObject *const_str_plain_string; extern PyObject *const_str_plain_i; extern PyObject *const_str_plain___file__; static PyObject *const_str_digest_54076a9648667c29f0457044be51e1ff; extern PyObject *const_str_plain_bytes; extern PyObject *const_str_plain_encode; extern PyObject *const_str_plain_division; extern PyObject *const_int_neg_1; static PyObject *const_str_plain_b2a_base64; extern PyObject *const_str_plain_None; extern PyObject *const_str_plain_charset; extern PyObject *const_str_plain_enc; extern PyObject *const_str_plain_join; extern PyObject *const_str_plain_absolute_import; extern PyObject *const_str_plain___doc__; static PyObject *const_list_6cd8afee78a44b918d271fa5b645501f_list; static PyObject *const_str_plain_max_unencoded; extern PyObject *const_str_digest_20861594150da1e43b5ee3f86b9deef6; extern PyObject *const_int_pos_76; static PyObject *const_str_plain_a2b_base64; extern PyObject *const_tuple_str_plain_ascii_tuple; extern PyObject *const_str_plain_s; extern PyObject *const_str_plain_str; static PyObject *const_str_digest_2f077fb247b5c663b5b646d27ee2b7c0; extern PyObject *const_str_plain_n; extern PyObject *const_str_plain_bytearray; extern PyObject *const_str_plain_eol; static PyObject *const_tuple_str_plain_range_tuple; extern PyObject *const_str_plain_base64; static PyObject *const_str_digest_ae4fabf7769b5ed82d2b01aad626e47e; extern PyObject *const_str_plain_header_encode; static PyObject *const_tuple_str_plain_b2a_base64_str_plain_a2b_base64_tuple; extern PyObject *const_tuple_empty; extern PyObject *const_str_plain_header_bytes; static PyObject *const_str_digest_ed177ae0b7f6918622a6592157d34d2a; static PyObject *const_str_digest_b7e2b4a95526d60d232ef26fa928c066; extern PyObject *const_str_plain_append; static PyObject *const_str_digest_f18239f69280a9d6421b3db22b676207; extern PyObject *const_str_digest_c3c96c8ed3ec2ec3a4d3f0dfaaa3ddf2; extern PyObject *const_str_plain_maxlinelen; extern PyObject *const_str_plain_endswith; static PyObject *const_str_digest_f68a3db01b78fe08d1ae41575d5f3121; extern PyObject *const_tuple_str_plain_b64encode_tuple; static PyObject *const_str_plain_encvec; extern PyObject *const_str_plain_decode; extern PyObject *const_str_digest_0fb3f57013d21cde8ac4f9e3be987cc2; extern PyObject *const_tuple_str_digest_0fb3f57013d21cde8ac4f9e3be987cc2_tuple; extern PyObject *const_str_plain___all__; static PyObject *const_str_digest_6ef73059ff7a75ac16db97ed10100cd2; extern PyObject *const_int_0; extern PyObject *const_tuple_str_plain_string_tuple; extern PyObject *const_str_plain_groups_of_3; extern PyObject *const_int_pos_4; extern PyObject *const_str_plain_EMPTYSTRING; static PyObject *const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple; extern PyObject *const_str_plain_header_length; extern PyObject *const_str_plain___cached__; static PyObject *const_str_digest_7fa219dc697cb3e0cfbe6c1493081d5f; extern PyObject *const_str_plain_encoded; static PyObject *const_tuple_450d897e786a3f8a16f0909b3aeb3bc1_tuple; extern PyObject *const_str_plain_CRLF; extern PyObject *const_str_plain_unicode_literals; extern PyObject *const_str_plain_binascii; extern PyObject *const_str_plain_range; extern PyObject *const_tuple_str_plain_bytes_tuple; extern PyObject *const_slice_none_int_neg_1_none; extern PyObject *const_str_digest_7ca129d2d421fe965ad48cbb290b579b; extern PyObject *const_str_newline; extern PyObject *const_int_pos_3; extern PyObject *const_str_plain_decodestring; extern PyObject *const_str_plain_b64encode; extern PyObject *const_int_pos_7; extern PyObject *const_str_plain_NL; extern PyObject *const_str_plain_body_encode; extern PyObject *const_str_plain_ascii; extern PyObject *const_str_empty; extern PyObject *const_str_plain_body_decode; static PyObject *module_filename_obj; static bool constants_created = false; static void createModuleConstants( void ) { const_str_plain_MISC_LEN = UNSTREAM_STRING( &constant_bin[ 569274 ], 8, 1 ); const_tuple_str_plain_header_bytes_str_plain_charset_str_plain_encoded_tuple = PyTuple_New( 3 ); PyTuple_SET_ITEM( const_tuple_str_plain_header_bytes_str_plain_charset_str_plain_encoded_tuple, 0, const_str_plain_header_bytes ); Py_INCREF( const_str_plain_header_bytes ); PyTuple_SET_ITEM( const_tuple_str_plain_header_bytes_str_plain_charset_str_plain_encoded_tuple, 1, const_str_plain_charset ); Py_INCREF( const_str_plain_charset ); PyTuple_SET_ITEM( const_tuple_str_plain_header_bytes_str_plain_charset_str_plain_encoded_tuple, 2, const_str_plain_encoded ); Py_INCREF( const_str_plain_encoded ); const_str_digest_54076a9648667c29f0457044be51e1ff = UNSTREAM_STRING( &constant_bin[ 569282 ], 254, 0 ); const_str_plain_b2a_base64 = UNSTREAM_STRING( &constant_bin[ 569536 ], 10, 1 ); const_list_6cd8afee78a44b918d271fa5b645501f_list = PyList_New( 6 ); PyList_SET_ITEM( const_list_6cd8afee78a44b918d271fa5b645501f_list, 0, const_str_plain_body_decode ); Py_INCREF( const_str_plain_body_decode ); PyList_SET_ITEM( const_list_6cd8afee78a44b918d271fa5b645501f_list, 1, const_str_plain_body_encode ); Py_INCREF( const_str_plain_body_encode ); PyList_SET_ITEM( const_list_6cd8afee78a44b918d271fa5b645501f_list, 2, const_str_plain_decode ); Py_INCREF( const_str_plain_decode ); PyList_SET_ITEM( const_list_6cd8afee78a44b918d271fa5b645501f_list, 3, const_str_plain_decodestring ); Py_INCREF( const_str_plain_decodestring ); PyList_SET_ITEM( const_list_6cd8afee78a44b918d271fa5b645501f_list, 4, const_str_plain_header_encode ); Py_INCREF( const_str_plain_header_encode ); PyList_SET_ITEM( const_list_6cd8afee78a44b918d271fa5b645501f_list, 5, const_str_plain_header_length ); Py_INCREF( const_str_plain_header_length ); const_str_plain_max_unencoded = UNSTREAM_STRING( &constant_bin[ 569546 ], 13, 1 ); const_str_plain_a2b_base64 = UNSTREAM_STRING( &constant_bin[ 569559 ], 10, 1 ); const_str_digest_2f077fb247b5c663b5b646d27ee2b7c0 = UNSTREAM_STRING( &constant_bin[ 569569 ], 54, 0 ); const_tuple_str_plain_range_tuple = PyTuple_New( 1 ); PyTuple_SET_ITEM( const_tuple_str_plain_range_tuple, 0, const_str_plain_range ); Py_INCREF( const_str_plain_range ); const_str_digest_ae4fabf7769b5ed82d2b01aad626e47e = UNSTREAM_STRING( &constant_bin[ 569623 ], 42, 0 ); const_tuple_str_plain_b2a_base64_str_plain_a2b_base64_tuple = PyTuple_New( 2 ); PyTuple_SET_ITEM( const_tuple_str_plain_b2a_base64_str_plain_a2b_base64_tuple, 0, const_str_plain_b2a_base64 ); Py_INCREF( const_str_plain_b2a_base64 ); PyTuple_SET_ITEM( const_tuple_str_plain_b2a_base64_str_plain_a2b_base64_tuple, 1, const_str_plain_a2b_base64 ); Py_INCREF( const_str_plain_a2b_base64 ); const_str_digest_ed177ae0b7f6918622a6592157d34d2a = UNSTREAM_STRING( &constant_bin[ 569665 ], 305, 0 ); const_str_digest_b7e2b4a95526d60d232ef26fa928c066 = UNSTREAM_STRING( &constant_bin[ 569970 ], 923, 0 ); const_str_digest_f18239f69280a9d6421b3db22b676207 = UNSTREAM_STRING( &constant_bin[ 570893 ], 69, 0 ); const_str_digest_f68a3db01b78fe08d1ae41575d5f3121 = UNSTREAM_STRING( &constant_bin[ 570962 ], 11, 0 ); const_str_plain_encvec = UNSTREAM_STRING( &constant_bin[ 570973 ], 6, 1 ); const_str_digest_6ef73059ff7a75ac16db97ed10100cd2 = UNSTREAM_STRING( &constant_bin[ 570979 ], 212, 0 ); const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple = PyTuple_New( 7 ); PyTuple_SET_ITEM( const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 0, const_str_plain_s ); Py_INCREF( const_str_plain_s ); PyTuple_SET_ITEM( const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 1, const_str_plain_maxlinelen ); Py_INCREF( const_str_plain_maxlinelen ); PyTuple_SET_ITEM( const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 2, const_str_plain_eol ); Py_INCREF( const_str_plain_eol ); PyTuple_SET_ITEM( const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 3, const_str_plain_encvec ); Py_INCREF( const_str_plain_encvec ); PyTuple_SET_ITEM( const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 4, const_str_plain_max_unencoded ); Py_INCREF( const_str_plain_max_unencoded ); PyTuple_SET_ITEM( const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 5, const_str_plain_i ); Py_INCREF( const_str_plain_i ); PyTuple_SET_ITEM( const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 6, const_str_plain_enc ); Py_INCREF( const_str_plain_enc ); const_str_digest_7fa219dc697cb3e0cfbe6c1493081d5f = UNSTREAM_STRING( &constant_bin[ 569631 ], 33, 0 ); const_tuple_450d897e786a3f8a16f0909b3aeb3bc1_tuple = PyTuple_New( 4 ); PyTuple_SET_ITEM( const_tuple_450d897e786a3f8a16f0909b3aeb3bc1_tuple, 0, const_str_plain_bytearray ); Py_INCREF( const_str_plain_bytearray ); PyTuple_SET_ITEM( const_tuple_450d897e786a3f8a16f0909b3aeb3bc1_tuple, 1, const_str_plain_groups_of_3 ); Py_INCREF( const_str_plain_groups_of_3 ); PyTuple_SET_ITEM( const_tuple_450d897e786a3f8a16f0909b3aeb3bc1_tuple, 2, const_str_plain_leftover ); Py_INCREF( const_str_plain_leftover ); PyTuple_SET_ITEM( const_tuple_450d897e786a3f8a16f0909b3aeb3bc1_tuple, 3, const_str_plain_n ); Py_INCREF( const_str_plain_n ); constants_created = true; } #ifndef __NUITKA_NO_ASSERT__ void checkModuleConstants_future$backports$email$base64mime( void ) { // The module may not have been used at all. if (constants_created == false) return; } #endif // The module code objects. static PyCodeObject *codeobj_850fc8fa0e76a4930fd50d3529e6bdc9; static PyCodeObject *codeobj_eacd68a539355da8438740094e62f9a2; static PyCodeObject *codeobj_1dabe3898e11b5eea654fbb229f5cf8e; static PyCodeObject *codeobj_b9ed9e411004710d10b0b12687c38e35; static PyCodeObject *codeobj_8987cc1fd791194accc8f92051664c14; static void createModuleCodeObjects(void) { module_filename_obj = const_str_digest_f18239f69280a9d6421b3db22b676207; codeobj_850fc8fa0e76a4930fd50d3529e6bdc9 = MAKE_CODEOBJ( module_filename_obj, const_str_digest_ae4fabf7769b5ed82d2b01aad626e47e, 1, const_tuple_empty, 0, 0, CO_NOFREE | CO_FUTURE_UNICODE_LITERALS ); codeobj_eacd68a539355da8438740094e62f9a2 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_body_encode, 78, const_tuple_e09e8f7fb11223a63b2a94841b665784_tuple, 3, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_UNICODE_LITERALS ); codeobj_1dabe3898e11b5eea654fbb229f5cf8e = MAKE_CODEOBJ( module_filename_obj, const_str_plain_decode, 103, const_tuple_str_plain_string_tuple, 1, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_UNICODE_LITERALS ); codeobj_b9ed9e411004710d10b0b12687c38e35 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_header_encode, 64, const_tuple_str_plain_header_bytes_str_plain_charset_str_plain_encoded_tuple, 2, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_UNICODE_LITERALS ); codeobj_8987cc1fd791194accc8f92051664c14 = MAKE_CODEOBJ( module_filename_obj, const_str_plain_header_length, 54, const_tuple_450d897e786a3f8a16f0909b3aeb3bc1_tuple, 1, 0, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE | CO_FUTURE_UNICODE_LITERALS ); } // The module function declarations. static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_1_header_length( ); static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_2_header_encode( PyObject *defaults ); static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_3_body_encode( PyObject *defaults ); static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_4_decode( ); // The module function definitions. static PyObject *impl_future$backports$email$base64mime$$$function_1_header_length( 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_bytearray = python_pars[ 0 ]; PyObject *var_groups_of_3 = NULL; PyObject *var_leftover = NULL; PyObject *var_n = NULL; PyObject *tmp_tuple_unpack_1__element_1 = NULL; PyObject *tmp_tuple_unpack_1__element_2 = NULL; PyObject *tmp_tuple_unpack_1__source_iter = NULL; struct Nuitka_FrameObject *frame_8987cc1fd791194accc8f92051664c14; 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_iterator_attempt; PyObject *exception_keeper_type_1; PyObject *exception_keeper_value_1; PyTracebackObject *exception_keeper_tb_1; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; PyObject *exception_keeper_type_2; PyObject *exception_keeper_value_2; PyTracebackObject *exception_keeper_tb_2; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_2; bool tmp_result; static struct Nuitka_FrameObject *cache_frame_8987cc1fd791194accc8f92051664c14 = NULL; PyObject *tmp_return_value = NULL; PyObject *exception_keeper_type_3; PyObject *exception_keeper_value_3; PyTracebackObject *exception_keeper_tb_3; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_3; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_8987cc1fd791194accc8f92051664c14, codeobj_8987cc1fd791194accc8f92051664c14, module_future$backports$email$base64mime, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_8987cc1fd791194accc8f92051664c14 = cache_frame_8987cc1fd791194accc8f92051664c14; // Push the new frame as the currently active one. pushFrameStack( frame_8987cc1fd791194accc8f92051664c14 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_8987cc1fd791194accc8f92051664c14 ) == 2 ); // Frame stack // Framed code: { // Tried code: { PyObject *tmp_assign_source_1; PyObject *tmp_iter_arg_1; PyObject *tmp_left_name_1; PyObject *tmp_len_arg_1; PyObject *tmp_right_name_1; CHECK_OBJECT( par_bytearray ); tmp_len_arg_1 = par_bytearray; tmp_left_name_1 = BUILTIN_LEN( tmp_len_arg_1 ); if ( tmp_left_name_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 56; type_description_1 = "oooo"; goto try_except_handler_2; } tmp_right_name_1 = const_int_pos_3; tmp_iter_arg_1 = BUILTIN_DIVMOD( tmp_left_name_1, tmp_right_name_1 ); Py_DECREF( tmp_left_name_1 ); if ( tmp_iter_arg_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 56; type_description_1 = "oooo"; goto try_except_handler_2; } tmp_assign_source_1 = MAKE_UNPACK_ITERATOR( tmp_iter_arg_1 ); Py_DECREF( tmp_iter_arg_1 ); if ( tmp_assign_source_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 56; type_description_1 = "oooo"; goto try_except_handler_2; } assert( tmp_tuple_unpack_1__source_iter == NULL ); tmp_tuple_unpack_1__source_iter = tmp_assign_source_1; } { // Tried code: { PyObject *tmp_assign_source_2; PyObject *tmp_unpack_1; CHECK_OBJECT( tmp_tuple_unpack_1__source_iter ); tmp_unpack_1 = tmp_tuple_unpack_1__source_iter; tmp_assign_source_2 = UNPACK_NEXT( tmp_unpack_1, 0, 2 ); if ( tmp_assign_source_2 == NULL ) { if ( !ERROR_OCCURRED() ) { exception_type = PyExc_StopIteration; Py_INCREF( exception_type ); exception_value = NULL; exception_tb = NULL; } else { FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); } type_description_1 = "oooo"; exception_lineno = 56; goto try_except_handler_3; } assert( tmp_tuple_unpack_1__element_1 == NULL ); tmp_tuple_unpack_1__element_1 = tmp_assign_source_2; } { PyObject *tmp_assign_source_3; PyObject *tmp_unpack_2; CHECK_OBJECT( tmp_tuple_unpack_1__source_iter ); tmp_unpack_2 = tmp_tuple_unpack_1__source_iter; tmp_assign_source_3 = UNPACK_NEXT( tmp_unpack_2, 1, 2 ); if ( tmp_assign_source_3 == NULL ) { if ( !ERROR_OCCURRED() ) { exception_type = PyExc_StopIteration; Py_INCREF( exception_type ); exception_value = NULL; exception_tb = NULL; } else { FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); } type_description_1 = "oooo"; exception_lineno = 56; goto try_except_handler_3; } assert( tmp_tuple_unpack_1__element_2 == NULL ); tmp_tuple_unpack_1__element_2 = tmp_assign_source_3; } { PyObject *tmp_iterator_name_1; CHECK_OBJECT( tmp_tuple_unpack_1__source_iter ); tmp_iterator_name_1 = tmp_tuple_unpack_1__source_iter; // Check if iterator has left-over elements. CHECK_OBJECT( tmp_iterator_name_1 ); assert( HAS_ITERNEXT( tmp_iterator_name_1 ) ); tmp_iterator_attempt = (*Py_TYPE( tmp_iterator_name_1 )->tp_iternext)( tmp_iterator_name_1 ); if (likely( tmp_iterator_attempt == NULL )) { PyObject *error = GET_ERROR_OCCURRED(); if ( error != NULL ) { if ( EXCEPTION_MATCH_BOOL_SINGLE( error, PyExc_StopIteration )) { CLEAR_ERROR_OCCURRED(); } else { FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); type_description_1 = "oooo"; exception_lineno = 56; goto try_except_handler_3; } } } else { Py_DECREF( tmp_iterator_attempt ); // TODO: Could avoid PyErr_Format. #if PYTHON_VERSION < 300 PyErr_Format( PyExc_ValueError, "too many values to unpack" ); #else PyErr_Format( PyExc_ValueError, "too many values to unpack (expected 2)" ); #endif FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); type_description_1 = "oooo"; exception_lineno = 56; goto try_except_handler_3; } } goto try_end_1; // Exception handler code: try_except_handler_3:; exception_keeper_type_1 = exception_type; exception_keeper_value_1 = exception_value; exception_keeper_tb_1 = exception_tb; exception_keeper_lineno_1 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { CHECK_OBJECT( (PyObject *)tmp_tuple_unpack_1__source_iter ); Py_DECREF( tmp_tuple_unpack_1__source_iter ); tmp_tuple_unpack_1__source_iter = 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 try_except_handler_2; } // End of try: try_end_1:; } goto try_end_2; // Exception handler code: try_except_handler_2:; exception_keeper_type_2 = exception_type; exception_keeper_value_2 = exception_value; exception_keeper_tb_2 = exception_tb; exception_keeper_lineno_2 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { Py_XDECREF( tmp_tuple_unpack_1__element_1 ); tmp_tuple_unpack_1__element_1 = NULL; } { Py_XDECREF( tmp_tuple_unpack_1__element_2 ); tmp_tuple_unpack_1__element_2 = NULL; } { // Re-raise. exception_type = exception_keeper_type_2; exception_value = exception_keeper_value_2; exception_tb = exception_keeper_tb_2; exception_lineno = exception_keeper_lineno_2; goto frame_exception_exit_1; } // End of try: try_end_2:; } { CHECK_OBJECT( (PyObject *)tmp_tuple_unpack_1__source_iter ); Py_DECREF( tmp_tuple_unpack_1__source_iter ); tmp_tuple_unpack_1__source_iter = NULL; } { PyObject *tmp_assign_source_4; CHECK_OBJECT( tmp_tuple_unpack_1__element_1 ); tmp_assign_source_4 = tmp_tuple_unpack_1__element_1; assert( var_groups_of_3 == NULL ); Py_INCREF( tmp_assign_source_4 ); var_groups_of_3 = tmp_assign_source_4; } { Py_XDECREF( tmp_tuple_unpack_1__element_1 ); tmp_tuple_unpack_1__element_1 = NULL; } { PyObject *tmp_assign_source_5; CHECK_OBJECT( tmp_tuple_unpack_1__element_2 ); tmp_assign_source_5 = tmp_tuple_unpack_1__element_2; assert( var_leftover == NULL ); Py_INCREF( tmp_assign_source_5 ); var_leftover = tmp_assign_source_5; } { Py_XDECREF( tmp_tuple_unpack_1__element_2 ); tmp_tuple_unpack_1__element_2 = NULL; } { PyObject *tmp_assign_source_6; PyObject *tmp_left_name_2; PyObject *tmp_right_name_2; if ( var_groups_of_3 == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "groups_of_3" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 58; type_description_1 = "oooo"; goto frame_exception_exit_1; } tmp_left_name_2 = var_groups_of_3; tmp_right_name_2 = const_int_pos_4; tmp_assign_source_6 = BINARY_OPERATION_MUL( tmp_left_name_2, tmp_right_name_2 ); if ( tmp_assign_source_6 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 58; type_description_1 = "oooo"; goto frame_exception_exit_1; } assert( var_n == NULL ); var_n = tmp_assign_source_6; } { nuitka_bool tmp_condition_result_1; int tmp_truth_name_1; if ( var_leftover == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "leftover" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 59; type_description_1 = "oooo"; goto frame_exception_exit_1; } tmp_truth_name_1 = CHECK_IF_TRUE( var_leftover ); if ( tmp_truth_name_1 == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 59; type_description_1 = "oooo"; goto frame_exception_exit_1; } tmp_condition_result_1 = tmp_truth_name_1 == 1 ? 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:; { PyObject *tmp_assign_source_7; PyObject *tmp_left_name_3; PyObject *tmp_right_name_3; CHECK_OBJECT( var_n ); tmp_left_name_3 = var_n; tmp_right_name_3 = const_int_pos_4; tmp_result = BINARY_OPERATION_ADD_OBJECT_OBJECT_INPLACE( &tmp_left_name_3, tmp_right_name_3 ); tmp_assign_source_7 = tmp_left_name_3; if ( tmp_result == false ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 60; type_description_1 = "oooo"; goto frame_exception_exit_1; } var_n = tmp_assign_source_7; } branch_no_1:; } #if 0 RESTORE_FRAME_EXCEPTION( frame_8987cc1fd791194accc8f92051664c14 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_8987cc1fd791194accc8f92051664c14 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_8987cc1fd791194accc8f92051664c14, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_8987cc1fd791194accc8f92051664c14->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_8987cc1fd791194accc8f92051664c14, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_8987cc1fd791194accc8f92051664c14, type_description_1, par_bytearray, var_groups_of_3, var_leftover, var_n ); // Release cached frame. if ( frame_8987cc1fd791194accc8f92051664c14 == cache_frame_8987cc1fd791194accc8f92051664c14 ) { Py_DECREF( frame_8987cc1fd791194accc8f92051664c14 ); } cache_frame_8987cc1fd791194accc8f92051664c14 = NULL; assertFrameObject( frame_8987cc1fd791194accc8f92051664c14 ); // Put the previous frame back on top. popFrameStack(); // Return the error. goto try_except_handler_1; frame_no_exception_1:; { CHECK_OBJECT( var_n ); tmp_return_value = var_n; Py_INCREF( tmp_return_value ); goto try_return_handler_1; } // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( future$backports$email$base64mime$$$function_1_header_length ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_bytearray ); par_bytearray = NULL; } { Py_XDECREF( var_groups_of_3 ); var_groups_of_3 = NULL; } { Py_XDECREF( var_leftover ); var_leftover = NULL; } { Py_XDECREF( var_n ); var_n = NULL; } { goto function_return_exit; } // Exception handler code: try_except_handler_1:; exception_keeper_type_3 = exception_type; exception_keeper_value_3 = exception_value; exception_keeper_tb_3 = exception_tb; exception_keeper_lineno_3 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { Py_XDECREF( par_bytearray ); par_bytearray = NULL; } { Py_XDECREF( var_groups_of_3 ); var_groups_of_3 = NULL; } { Py_XDECREF( var_leftover ); var_leftover = NULL; } { Py_XDECREF( var_n ); var_n = NULL; } { // Re-raise. exception_type = exception_keeper_type_3; exception_value = exception_keeper_value_3; exception_tb = exception_keeper_tb_3; exception_lineno = exception_keeper_lineno_3; goto function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( future$backports$email$base64mime$$$function_1_header_length ); 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_future$backports$email$base64mime$$$function_2_header_encode( 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_header_bytes = python_pars[ 0 ]; PyObject *par_charset = python_pars[ 1 ]; PyObject *var_encoded = NULL; struct Nuitka_FrameObject *frame_b9ed9e411004710d10b0b12687c38e35; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; int tmp_res; 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_b9ed9e411004710d10b0b12687c38e35 = 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_b9ed9e411004710d10b0b12687c38e35, codeobj_b9ed9e411004710d10b0b12687c38e35, module_future$backports$email$base64mime, sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_b9ed9e411004710d10b0b12687c38e35 = cache_frame_b9ed9e411004710d10b0b12687c38e35; // Push the new frame as the currently active one. pushFrameStack( frame_b9ed9e411004710d10b0b12687c38e35 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_b9ed9e411004710d10b0b12687c38e35 ) == 2 ); // Frame stack // Framed code: { nuitka_bool tmp_condition_result_1; PyObject *tmp_operand_name_1; CHECK_OBJECT( par_header_bytes ); tmp_operand_name_1 = par_header_bytes; tmp_res = CHECK_IF_TRUE( tmp_operand_name_1 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 70; type_description_1 = "ooo"; goto frame_exception_exit_1; } 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:; { tmp_return_value = const_str_empty; Py_INCREF( tmp_return_value ); goto frame_return_exit_1; } branch_no_1:; } { nuitka_bool tmp_condition_result_2; PyObject *tmp_isinstance_inst_1; PyObject *tmp_isinstance_cls_1; if ( par_header_bytes == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "header_bytes" ); 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_isinstance_inst_1 = par_header_bytes; tmp_isinstance_cls_1 = (PyObject *)&PyUnicode_Type; tmp_res = Nuitka_IsInstance( tmp_isinstance_inst_1, tmp_isinstance_cls_1 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 72; type_description_1 = "ooo"; goto frame_exception_exit_1; } 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:; { PyObject *tmp_assign_source_1; PyObject *tmp_called_name_1; PyObject *tmp_source_name_1; PyObject *tmp_args_element_name_1; if ( par_header_bytes == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "header_bytes" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 73; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_source_name_1 = par_header_bytes; tmp_called_name_1 = LOOKUP_ATTRIBUTE( tmp_source_name_1, const_str_plain_encode ); if ( tmp_called_name_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 73; type_description_1 = "ooo"; goto frame_exception_exit_1; } if ( par_charset == NULL ) { Py_DECREF( tmp_called_name_1 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "charset" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 73; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_1 = par_charset; frame_b9ed9e411004710d10b0b12687c38e35->m_frame.f_lineno = 73; { PyObject *call_args[] = { tmp_args_element_name_1 }; tmp_assign_source_1 = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_1, call_args ); } Py_DECREF( tmp_called_name_1 ); if ( tmp_assign_source_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 73; type_description_1 = "ooo"; goto frame_exception_exit_1; } { PyObject *old = par_header_bytes; par_header_bytes = tmp_assign_source_1; Py_XDECREF( old ); } } branch_no_2:; } { PyObject *tmp_assign_source_2; PyObject *tmp_called_instance_1; PyObject *tmp_called_name_2; PyObject *tmp_mvar_value_1; PyObject *tmp_args_element_name_2; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_b64encode ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_b64encode ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "b64encode" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_called_name_2 = tmp_mvar_value_1; if ( par_header_bytes == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "header_bytes" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_args_element_name_2 = par_header_bytes; frame_b9ed9e411004710d10b0b12687c38e35->m_frame.f_lineno = 74; { PyObject *call_args[] = { tmp_args_element_name_2 }; tmp_called_instance_1 = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_2, call_args ); } if ( tmp_called_instance_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } frame_b9ed9e411004710d10b0b12687c38e35->m_frame.f_lineno = 74; tmp_assign_source_2 = CALL_METHOD_WITH_ARGS1( tmp_called_instance_1, const_str_plain_decode, &PyTuple_GET_ITEM( const_tuple_str_plain_ascii_tuple, 0 ) ); Py_DECREF( tmp_called_instance_1 ); if ( tmp_assign_source_2 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 74; type_description_1 = "ooo"; goto frame_exception_exit_1; } assert( var_encoded == NULL ); var_encoded = tmp_assign_source_2; } { PyObject *tmp_left_name_1; PyObject *tmp_right_name_1; PyObject *tmp_tuple_element_1; tmp_left_name_1 = const_str_digest_f68a3db01b78fe08d1ae41575d5f3121; if ( par_charset == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "charset" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 75; type_description_1 = "ooo"; goto frame_exception_exit_1; } tmp_tuple_element_1 = par_charset; tmp_right_name_1 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_right_name_1, 0, tmp_tuple_element_1 ); CHECK_OBJECT( var_encoded ); tmp_tuple_element_1 = var_encoded; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_right_name_1, 1, tmp_tuple_element_1 ); tmp_return_value = BINARY_OPERATION_REMAINDER( tmp_left_name_1, tmp_right_name_1 ); Py_DECREF( tmp_right_name_1 ); if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 75; type_description_1 = "ooo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_b9ed9e411004710d10b0b12687c38e35 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_b9ed9e411004710d10b0b12687c38e35 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_b9ed9e411004710d10b0b12687c38e35 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_b9ed9e411004710d10b0b12687c38e35, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_b9ed9e411004710d10b0b12687c38e35->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_b9ed9e411004710d10b0b12687c38e35, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_b9ed9e411004710d10b0b12687c38e35, type_description_1, par_header_bytes, par_charset, var_encoded ); // Release cached frame. if ( frame_b9ed9e411004710d10b0b12687c38e35 == cache_frame_b9ed9e411004710d10b0b12687c38e35 ) { Py_DECREF( frame_b9ed9e411004710d10b0b12687c38e35 ); } cache_frame_b9ed9e411004710d10b0b12687c38e35 = NULL; assertFrameObject( frame_b9ed9e411004710d10b0b12687c38e35 ); // Put the previous frame back on top. popFrameStack(); // Return the error. goto try_except_handler_1; frame_no_exception_1:; // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( future$backports$email$base64mime$$$function_2_header_encode ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_header_bytes ); par_header_bytes = NULL; } { Py_XDECREF( par_charset ); par_charset = NULL; } { Py_XDECREF( var_encoded ); var_encoded = 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_header_bytes ); par_header_bytes = NULL; } { Py_XDECREF( par_charset ); par_charset = NULL; } { Py_XDECREF( var_encoded ); var_encoded = 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( future$backports$email$base64mime$$$function_2_header_encode ); 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_future$backports$email$base64mime$$$function_3_body_encode( 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_s = python_pars[ 0 ]; PyObject *par_maxlinelen = python_pars[ 1 ]; PyObject *par_eol = python_pars[ 2 ]; PyObject *var_encvec = NULL; PyObject *var_max_unencoded = NULL; PyObject *var_i = NULL; PyObject *var_enc = NULL; PyObject *tmp_for_loop_1__for_iterator = NULL; PyObject *tmp_for_loop_1__iter_value = NULL; struct Nuitka_FrameObject *frame_eacd68a539355da8438740094e62f9a2; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; int tmp_res; 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; NUITKA_MAY_BE_UNUSED PyObject *tmp_unused; PyObject *exception_keeper_type_1; PyObject *exception_keeper_value_1; PyTracebackObject *exception_keeper_tb_1; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; static struct Nuitka_FrameObject *cache_frame_eacd68a539355da8438740094e62f9a2 = NULL; PyObject *exception_keeper_type_2; PyObject *exception_keeper_value_2; PyTracebackObject *exception_keeper_tb_2; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_2; // Actual function code. { // Tried code: MAKE_OR_REUSE_FRAME( cache_frame_eacd68a539355da8438740094e62f9a2, codeobj_eacd68a539355da8438740094e62f9a2, module_future$backports$email$base64mime, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *) ); frame_eacd68a539355da8438740094e62f9a2 = cache_frame_eacd68a539355da8438740094e62f9a2; // Push the new frame as the currently active one. pushFrameStack( frame_eacd68a539355da8438740094e62f9a2 ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_eacd68a539355da8438740094e62f9a2 ) == 2 ); // Frame stack // Framed code: { nuitka_bool tmp_condition_result_1; PyObject *tmp_operand_name_1; CHECK_OBJECT( par_s ); tmp_operand_name_1 = par_s; tmp_res = CHECK_IF_TRUE( tmp_operand_name_1 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 88; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } 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:; { if ( par_s == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "s" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 89; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_return_value = par_s; Py_INCREF( tmp_return_value ); goto frame_return_exit_1; } branch_no_1:; } { PyObject *tmp_assign_source_1; tmp_assign_source_1 = PyList_New( 0 ); assert( var_encvec == NULL ); var_encvec = tmp_assign_source_1; } { PyObject *tmp_assign_source_2; PyObject *tmp_left_name_1; PyObject *tmp_left_name_2; PyObject *tmp_right_name_1; PyObject *tmp_right_name_2; if ( par_maxlinelen == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "maxlinelen" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 92; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_left_name_2 = par_maxlinelen; tmp_right_name_1 = const_int_pos_3; tmp_left_name_1 = BINARY_OPERATION_MUL( tmp_left_name_2, tmp_right_name_1 ); if ( tmp_left_name_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 92; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_right_name_2 = const_int_pos_4; tmp_assign_source_2 = BINARY_OPERATION_FLOORDIV( tmp_left_name_1, tmp_right_name_2 ); Py_DECREF( tmp_left_name_1 ); if ( tmp_assign_source_2 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 92; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } assert( var_max_unencoded == NULL ); var_max_unencoded = tmp_assign_source_2; } { PyObject *tmp_assign_source_3; PyObject *tmp_iter_arg_1; PyObject *tmp_called_name_1; PyObject *tmp_mvar_value_1; PyObject *tmp_args_element_name_1; PyObject *tmp_args_element_name_2; PyObject *tmp_len_arg_1; PyObject *tmp_args_element_name_3; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_range ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_range ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "range" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 93; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_called_name_1 = tmp_mvar_value_1; tmp_args_element_name_1 = const_int_0; if ( par_s == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "s" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 93; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_len_arg_1 = par_s; tmp_args_element_name_2 = BUILTIN_LEN( tmp_len_arg_1 ); if ( tmp_args_element_name_2 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 93; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } if ( var_max_unencoded == NULL ) { Py_DECREF( tmp_args_element_name_2 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "max_unencoded" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 93; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_args_element_name_3 = var_max_unencoded; frame_eacd68a539355da8438740094e62f9a2->m_frame.f_lineno = 93; { PyObject *call_args[] = { tmp_args_element_name_1, tmp_args_element_name_2, tmp_args_element_name_3 }; tmp_iter_arg_1 = CALL_FUNCTION_WITH_ARGS3( tmp_called_name_1, call_args ); } Py_DECREF( tmp_args_element_name_2 ); if ( tmp_iter_arg_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 93; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_assign_source_3 = MAKE_ITERATOR( tmp_iter_arg_1 ); Py_DECREF( tmp_iter_arg_1 ); if ( tmp_assign_source_3 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 93; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } assert( tmp_for_loop_1__for_iterator == NULL ); tmp_for_loop_1__for_iterator = tmp_assign_source_3; } { // Tried code: { loop_start_1:; { PyObject *tmp_next_source_1; PyObject *tmp_assign_source_4; CHECK_OBJECT( tmp_for_loop_1__for_iterator ); tmp_next_source_1 = tmp_for_loop_1__for_iterator; tmp_assign_source_4 = ITERATOR_NEXT( tmp_next_source_1 ); if ( tmp_assign_source_4 == NULL ) { if ( CHECK_AND_CLEAR_STOP_ITERATION_OCCURRED() ) { goto loop_end_1; } else { FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); type_description_1 = "ooooooo"; exception_lineno = 93; goto try_except_handler_2; } } { PyObject *old = tmp_for_loop_1__iter_value; tmp_for_loop_1__iter_value = tmp_assign_source_4; Py_XDECREF( old ); } } { PyObject *tmp_assign_source_5; CHECK_OBJECT( tmp_for_loop_1__iter_value ); tmp_assign_source_5 = tmp_for_loop_1__iter_value; { PyObject *old = var_i; var_i = tmp_assign_source_5; Py_INCREF( var_i ); Py_XDECREF( old ); } } { PyObject *tmp_assign_source_6; PyObject *tmp_called_instance_1; PyObject *tmp_called_name_2; PyObject *tmp_mvar_value_2; PyObject *tmp_args_element_name_4; PyObject *tmp_subscribed_name_1; PyObject *tmp_subscript_name_1; PyObject *tmp_start_name_1; PyObject *tmp_stop_name_1; PyObject *tmp_left_name_3; PyObject *tmp_right_name_3; PyObject *tmp_step_name_1; tmp_mvar_value_2 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_b2a_base64 ); if (unlikely( tmp_mvar_value_2 == NULL )) { tmp_mvar_value_2 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_b2a_base64 ); } if ( tmp_mvar_value_2 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "b2a_base64" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 96; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_called_name_2 = tmp_mvar_value_2; if ( par_s == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "s" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 96; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_subscribed_name_1 = par_s; CHECK_OBJECT( var_i ); tmp_start_name_1 = var_i; CHECK_OBJECT( var_i ); tmp_left_name_3 = var_i; if ( var_max_unencoded == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "max_unencoded" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 96; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_right_name_3 = var_max_unencoded; tmp_stop_name_1 = BINARY_OPERATION_ADD( tmp_left_name_3, tmp_right_name_3 ); if ( tmp_stop_name_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 96; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_step_name_1 = Py_None; tmp_subscript_name_1 = MAKE_SLICEOBJ3( tmp_start_name_1, tmp_stop_name_1, tmp_step_name_1 ); Py_DECREF( tmp_stop_name_1 ); assert( !(tmp_subscript_name_1 == NULL) ); tmp_args_element_name_4 = LOOKUP_SUBSCRIPT( tmp_subscribed_name_1, tmp_subscript_name_1 ); Py_DECREF( tmp_subscript_name_1 ); if ( tmp_args_element_name_4 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 96; type_description_1 = "ooooooo"; goto try_except_handler_2; } frame_eacd68a539355da8438740094e62f9a2->m_frame.f_lineno = 96; { PyObject *call_args[] = { tmp_args_element_name_4 }; tmp_called_instance_1 = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_2, call_args ); } Py_DECREF( tmp_args_element_name_4 ); if ( tmp_called_instance_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 96; type_description_1 = "ooooooo"; goto try_except_handler_2; } frame_eacd68a539355da8438740094e62f9a2->m_frame.f_lineno = 96; tmp_assign_source_6 = CALL_METHOD_WITH_ARGS1( tmp_called_instance_1, const_str_plain_decode, &PyTuple_GET_ITEM( const_tuple_str_plain_ascii_tuple, 0 ) ); Py_DECREF( tmp_called_instance_1 ); if ( tmp_assign_source_6 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 96; type_description_1 = "ooooooo"; goto try_except_handler_2; } { PyObject *old = var_enc; var_enc = tmp_assign_source_6; Py_XDECREF( old ); } } { nuitka_bool tmp_condition_result_2; int tmp_and_left_truth_1; nuitka_bool tmp_and_left_value_1; nuitka_bool tmp_and_right_value_1; PyObject *tmp_called_name_3; PyObject *tmp_source_name_1; PyObject *tmp_call_result_1; PyObject *tmp_args_element_name_5; PyObject *tmp_mvar_value_3; int tmp_truth_name_1; PyObject *tmp_compexpr_left_1; PyObject *tmp_compexpr_right_1; PyObject *tmp_mvar_value_4; CHECK_OBJECT( var_enc ); tmp_source_name_1 = var_enc; tmp_called_name_3 = LOOKUP_ATTRIBUTE( tmp_source_name_1, const_str_plain_endswith ); if ( tmp_called_name_3 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 97; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_mvar_value_3 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_NL ); if (unlikely( tmp_mvar_value_3 == NULL )) { tmp_mvar_value_3 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_NL ); } if ( tmp_mvar_value_3 == NULL ) { Py_DECREF( tmp_called_name_3 ); exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "NL" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 97; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_args_element_name_5 = tmp_mvar_value_3; frame_eacd68a539355da8438740094e62f9a2->m_frame.f_lineno = 97; { PyObject *call_args[] = { tmp_args_element_name_5 }; tmp_call_result_1 = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_3, call_args ); } Py_DECREF( tmp_called_name_3 ); if ( tmp_call_result_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 97; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_truth_name_1 = CHECK_IF_TRUE( tmp_call_result_1 ); if ( tmp_truth_name_1 == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); Py_DECREF( tmp_call_result_1 ); exception_lineno = 97; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_and_left_value_1 = tmp_truth_name_1 == 1 ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; Py_DECREF( tmp_call_result_1 ); tmp_and_left_truth_1 = tmp_and_left_value_1 == NUITKA_BOOL_TRUE ? 1 : 0; if ( tmp_and_left_truth_1 == 1 ) { goto and_right_1; } else { goto and_left_1; } and_right_1:; if ( par_eol == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "eol" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 97; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_compexpr_left_1 = par_eol; tmp_mvar_value_4 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_NL ); if (unlikely( tmp_mvar_value_4 == NULL )) { tmp_mvar_value_4 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_NL ); } if ( tmp_mvar_value_4 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "NL" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 97; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_compexpr_right_1 = tmp_mvar_value_4; tmp_res = RICH_COMPARE_BOOL_NE( 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 = 97; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_and_right_value_1 = ( tmp_res != 0 ) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE; tmp_condition_result_2 = tmp_and_right_value_1; goto and_end_1; and_left_1:; tmp_condition_result_2 = tmp_and_left_value_1; and_end_1:; if ( tmp_condition_result_2 == NUITKA_BOOL_TRUE ) { goto branch_yes_2; } else { goto branch_no_2; } branch_yes_2:; { PyObject *tmp_assign_source_7; PyObject *tmp_left_name_4; PyObject *tmp_subscribed_name_2; PyObject *tmp_subscript_name_2; PyObject *tmp_right_name_4; if ( var_enc == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "enc" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 98; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_subscribed_name_2 = var_enc; tmp_subscript_name_2 = const_slice_none_int_neg_1_none; tmp_left_name_4 = LOOKUP_SUBSCRIPT( tmp_subscribed_name_2, tmp_subscript_name_2 ); if ( tmp_left_name_4 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 98; type_description_1 = "ooooooo"; goto try_except_handler_2; } if ( par_eol == NULL ) { Py_DECREF( tmp_left_name_4 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "eol" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 98; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_right_name_4 = par_eol; tmp_assign_source_7 = BINARY_OPERATION_ADD( tmp_left_name_4, tmp_right_name_4 ); Py_DECREF( tmp_left_name_4 ); if ( tmp_assign_source_7 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 98; type_description_1 = "ooooooo"; goto try_except_handler_2; } { PyObject *old = var_enc; var_enc = tmp_assign_source_7; Py_XDECREF( old ); } } branch_no_2:; } { PyObject *tmp_called_name_4; PyObject *tmp_source_name_2; PyObject *tmp_args_element_name_6; if ( var_encvec == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "encvec" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 99; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_source_name_2 = var_encvec; tmp_called_name_4 = LOOKUP_ATTRIBUTE( tmp_source_name_2, const_str_plain_append ); if ( tmp_called_name_4 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 99; type_description_1 = "ooooooo"; goto try_except_handler_2; } if ( var_enc == NULL ) { Py_DECREF( tmp_called_name_4 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "enc" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 99; type_description_1 = "ooooooo"; goto try_except_handler_2; } tmp_args_element_name_6 = var_enc; frame_eacd68a539355da8438740094e62f9a2->m_frame.f_lineno = 99; { PyObject *call_args[] = { tmp_args_element_name_6 }; tmp_unused = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_4, call_args ); } Py_DECREF( tmp_called_name_4 ); if ( tmp_unused == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 99; type_description_1 = "ooooooo"; goto try_except_handler_2; } Py_DECREF( tmp_unused ); } if ( CONSIDER_THREADING() == false ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 93; type_description_1 = "ooooooo"; goto try_except_handler_2; } goto loop_start_1; loop_end_1:; } goto try_end_1; // Exception handler code: try_except_handler_2:; exception_keeper_type_1 = exception_type; exception_keeper_value_1 = exception_value; exception_keeper_tb_1 = exception_tb; exception_keeper_lineno_1 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { Py_XDECREF( tmp_for_loop_1__iter_value ); tmp_for_loop_1__iter_value = NULL; } { CHECK_OBJECT( (PyObject *)tmp_for_loop_1__for_iterator ); Py_DECREF( tmp_for_loop_1__for_iterator ); tmp_for_loop_1__for_iterator = NULL; } { // Re-raise. exception_type = exception_keeper_type_1; exception_value = exception_keeper_value_1; exception_tb = exception_keeper_tb_1; exception_lineno = exception_keeper_lineno_1; goto frame_exception_exit_1; } // End of try: try_end_1:; } { Py_XDECREF( tmp_for_loop_1__iter_value ); tmp_for_loop_1__iter_value = NULL; } { CHECK_OBJECT( (PyObject *)tmp_for_loop_1__for_iterator ); Py_DECREF( tmp_for_loop_1__for_iterator ); tmp_for_loop_1__for_iterator = NULL; } { PyObject *tmp_called_name_5; PyObject *tmp_source_name_3; PyObject *tmp_mvar_value_5; PyObject *tmp_args_element_name_7; tmp_mvar_value_5 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_EMPTYSTRING ); if (unlikely( tmp_mvar_value_5 == NULL )) { tmp_mvar_value_5 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_EMPTYSTRING ); } if ( tmp_mvar_value_5 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "EMPTYSTRING" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 100; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_source_name_3 = tmp_mvar_value_5; tmp_called_name_5 = LOOKUP_ATTRIBUTE( tmp_source_name_3, const_str_plain_join ); if ( tmp_called_name_5 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 100; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } if ( var_encvec == NULL ) { Py_DECREF( tmp_called_name_5 ); exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "encvec" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 100; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } tmp_args_element_name_7 = var_encvec; frame_eacd68a539355da8438740094e62f9a2->m_frame.f_lineno = 100; { PyObject *call_args[] = { tmp_args_element_name_7 }; tmp_return_value = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_5, call_args ); } Py_DECREF( tmp_called_name_5 ); if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 100; type_description_1 = "ooooooo"; goto frame_exception_exit_1; } goto frame_return_exit_1; } #if 0 RESTORE_FRAME_EXCEPTION( frame_eacd68a539355da8438740094e62f9a2 ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_eacd68a539355da8438740094e62f9a2 ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_eacd68a539355da8438740094e62f9a2 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_eacd68a539355da8438740094e62f9a2, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_eacd68a539355da8438740094e62f9a2->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_eacd68a539355da8438740094e62f9a2, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_eacd68a539355da8438740094e62f9a2, type_description_1, par_s, par_maxlinelen, par_eol, var_encvec, var_max_unencoded, var_i, var_enc ); // Release cached frame. if ( frame_eacd68a539355da8438740094e62f9a2 == cache_frame_eacd68a539355da8438740094e62f9a2 ) { Py_DECREF( frame_eacd68a539355da8438740094e62f9a2 ); } cache_frame_eacd68a539355da8438740094e62f9a2 = NULL; assertFrameObject( frame_eacd68a539355da8438740094e62f9a2 ); // Put the previous frame back on top. popFrameStack(); // Return the error. goto try_except_handler_1; frame_no_exception_1:; // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( future$backports$email$base64mime$$$function_3_body_encode ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_s ); par_s = NULL; } { Py_XDECREF( par_maxlinelen ); par_maxlinelen = NULL; } { Py_XDECREF( par_eol ); par_eol = NULL; } { Py_XDECREF( var_encvec ); var_encvec = NULL; } { Py_XDECREF( var_max_unencoded ); var_max_unencoded = NULL; } { Py_XDECREF( var_i ); var_i = NULL; } { Py_XDECREF( var_enc ); var_enc = NULL; } { goto function_return_exit; } // Exception handler code: try_except_handler_1:; 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; { Py_XDECREF( par_s ); par_s = NULL; } { Py_XDECREF( par_maxlinelen ); par_maxlinelen = NULL; } { Py_XDECREF( par_eol ); par_eol = NULL; } { Py_XDECREF( var_encvec ); var_encvec = NULL; } { Py_XDECREF( var_max_unencoded ); var_max_unencoded = NULL; } { Py_XDECREF( var_i ); var_i = NULL; } { Py_XDECREF( var_enc ); var_enc = NULL; } { // Re-raise. exception_type = exception_keeper_type_2; exception_value = exception_keeper_value_2; exception_tb = exception_keeper_tb_2; exception_lineno = exception_keeper_lineno_2; goto function_exception_exit; } // End of try: } // Return statement must have exited already. NUITKA_CANNOT_GET_HERE( future$backports$email$base64mime$$$function_3_body_encode ); 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_future$backports$email$base64mime$$$function_4_decode( 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_string = python_pars[ 0 ]; struct Nuitka_FrameObject *frame_1dabe3898e11b5eea654fbb229f5cf8e; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; int tmp_res; 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_1dabe3898e11b5eea654fbb229f5cf8e = 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_1dabe3898e11b5eea654fbb229f5cf8e, codeobj_1dabe3898e11b5eea654fbb229f5cf8e, module_future$backports$email$base64mime, sizeof(void *) ); frame_1dabe3898e11b5eea654fbb229f5cf8e = cache_frame_1dabe3898e11b5eea654fbb229f5cf8e; // Push the new frame as the currently active one. pushFrameStack( frame_1dabe3898e11b5eea654fbb229f5cf8e ); // Mark the frame object as in use, ref count 1 will be up for reuse. assert( Py_REFCNT( frame_1dabe3898e11b5eea654fbb229f5cf8e ) == 2 ); // Frame stack // Framed code: { nuitka_bool tmp_condition_result_1; PyObject *tmp_operand_name_1; CHECK_OBJECT( par_string ); tmp_operand_name_1 = par_string; tmp_res = CHECK_IF_TRUE( tmp_operand_name_1 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 110; type_description_1 = "o"; goto frame_exception_exit_1; } 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:; { PyObject *tmp_called_name_1; PyObject *tmp_mvar_value_1; tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_bytes ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_bytes ); } if ( tmp_mvar_value_1 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "bytes" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 111; type_description_1 = "o"; goto frame_exception_exit_1; } tmp_called_name_1 = tmp_mvar_value_1; frame_1dabe3898e11b5eea654fbb229f5cf8e->m_frame.f_lineno = 111; tmp_return_value = CALL_FUNCTION_NO_ARGS( tmp_called_name_1 ); if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 111; type_description_1 = "o"; goto frame_exception_exit_1; } goto frame_return_exit_1; } goto branch_end_1; branch_no_1:; { nuitka_bool tmp_condition_result_2; PyObject *tmp_isinstance_inst_1; PyObject *tmp_isinstance_cls_1; if ( par_string == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "string" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 112; type_description_1 = "o"; goto frame_exception_exit_1; } tmp_isinstance_inst_1 = par_string; tmp_isinstance_cls_1 = (PyObject *)&PyUnicode_Type; tmp_res = Nuitka_IsInstance( tmp_isinstance_inst_1, tmp_isinstance_cls_1 ); if ( tmp_res == -1 ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 112; type_description_1 = "o"; goto frame_exception_exit_1; } 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:; { PyObject *tmp_called_name_2; PyObject *tmp_mvar_value_2; PyObject *tmp_args_element_name_1; PyObject *tmp_called_instance_1; tmp_mvar_value_2 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_a2b_base64 ); if (unlikely( tmp_mvar_value_2 == NULL )) { tmp_mvar_value_2 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_a2b_base64 ); } if ( tmp_mvar_value_2 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "a2b_base64" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 113; type_description_1 = "o"; goto frame_exception_exit_1; } tmp_called_name_2 = tmp_mvar_value_2; if ( par_string == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "string" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 113; type_description_1 = "o"; goto frame_exception_exit_1; } tmp_called_instance_1 = par_string; frame_1dabe3898e11b5eea654fbb229f5cf8e->m_frame.f_lineno = 113; tmp_args_element_name_1 = CALL_METHOD_WITH_ARGS1( tmp_called_instance_1, const_str_plain_encode, &PyTuple_GET_ITEM( const_tuple_str_digest_0fb3f57013d21cde8ac4f9e3be987cc2_tuple, 0 ) ); if ( tmp_args_element_name_1 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 113; type_description_1 = "o"; goto frame_exception_exit_1; } frame_1dabe3898e11b5eea654fbb229f5cf8e->m_frame.f_lineno = 113; { PyObject *call_args[] = { tmp_args_element_name_1 }; tmp_return_value = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_2, call_args ); } Py_DECREF( tmp_args_element_name_1 ); if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 113; type_description_1 = "o"; goto frame_exception_exit_1; } goto frame_return_exit_1; } goto branch_end_2; branch_no_2:; { PyObject *tmp_called_name_3; PyObject *tmp_mvar_value_3; PyObject *tmp_args_element_name_2; tmp_mvar_value_3 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_a2b_base64 ); if (unlikely( tmp_mvar_value_3 == NULL )) { tmp_mvar_value_3 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_a2b_base64 ); } if ( tmp_mvar_value_3 == NULL ) { exception_type = PyExc_NameError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "name '%s' is not defined", "a2b_base64" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 115; type_description_1 = "o"; goto frame_exception_exit_1; } tmp_called_name_3 = tmp_mvar_value_3; if ( par_string == NULL ) { exception_type = PyExc_UnboundLocalError; Py_INCREF( exception_type ); exception_value = PyUnicode_FromFormat( "local variable '%s' referenced before assignment", "string" ); exception_tb = NULL; NORMALIZE_EXCEPTION( &exception_type, &exception_value, &exception_tb ); CHAIN_EXCEPTION( exception_value ); exception_lineno = 115; type_description_1 = "o"; goto frame_exception_exit_1; } tmp_args_element_name_2 = par_string; frame_1dabe3898e11b5eea654fbb229f5cf8e->m_frame.f_lineno = 115; { PyObject *call_args[] = { tmp_args_element_name_2 }; tmp_return_value = CALL_FUNCTION_WITH_ARGS1( tmp_called_name_3, call_args ); } if ( tmp_return_value == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 115; type_description_1 = "o"; goto frame_exception_exit_1; } goto frame_return_exit_1; } branch_end_2:; } branch_end_1:; } #if 0 RESTORE_FRAME_EXCEPTION( frame_1dabe3898e11b5eea654fbb229f5cf8e ); #endif // Put the previous frame back on top. popFrameStack(); goto frame_no_exception_1; frame_return_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_1dabe3898e11b5eea654fbb229f5cf8e ); #endif // Put the previous frame back on top. popFrameStack(); goto try_return_handler_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_1dabe3898e11b5eea654fbb229f5cf8e ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_1dabe3898e11b5eea654fbb229f5cf8e, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_1dabe3898e11b5eea654fbb229f5cf8e->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_1dabe3898e11b5eea654fbb229f5cf8e, exception_lineno ); } // Attachs locals to frame if any. Nuitka_Frame_AttachLocals( (struct Nuitka_FrameObject *)frame_1dabe3898e11b5eea654fbb229f5cf8e, type_description_1, par_string ); // Release cached frame. if ( frame_1dabe3898e11b5eea654fbb229f5cf8e == cache_frame_1dabe3898e11b5eea654fbb229f5cf8e ) { Py_DECREF( frame_1dabe3898e11b5eea654fbb229f5cf8e ); } cache_frame_1dabe3898e11b5eea654fbb229f5cf8e = NULL; assertFrameObject( frame_1dabe3898e11b5eea654fbb229f5cf8e ); // Put the previous frame back on top. popFrameStack(); // Return the error. goto try_except_handler_1; frame_no_exception_1:; // tried codes exits in all cases NUITKA_CANNOT_GET_HERE( future$backports$email$base64mime$$$function_4_decode ); return NULL; // Return handler code: try_return_handler_1:; { Py_XDECREF( par_string ); par_string = 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_string ); par_string = 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( future$backports$email$base64mime$$$function_4_decode ); return NULL; function_exception_exit: assert( exception_type ); RESTORE_ERROR_OCCURRED( exception_type, exception_value, exception_tb ); return NULL; function_return_exit: CHECK_OBJECT( tmp_return_value ); assert( had_error || !ERROR_OCCURRED() ); return tmp_return_value; } static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_1_header_length( ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_future$backports$email$base64mime$$$function_1_header_length, const_str_plain_header_length, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_8987cc1fd791194accc8f92051664c14, NULL, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_future$backports$email$base64mime, const_str_digest_2f077fb247b5c663b5b646d27ee2b7c0, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_2_header_encode( PyObject *defaults ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_future$backports$email$base64mime$$$function_2_header_encode, const_str_plain_header_encode, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_b9ed9e411004710d10b0b12687c38e35, defaults, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_future$backports$email$base64mime, const_str_digest_6ef73059ff7a75ac16db97ed10100cd2, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_3_body_encode( PyObject *defaults ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_future$backports$email$base64mime$$$function_3_body_encode, const_str_plain_body_encode, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_eacd68a539355da8438740094e62f9a2, defaults, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_future$backports$email$base64mime, const_str_digest_ed177ae0b7f6918622a6592157d34d2a, 0 ); return (PyObject *)result; } static PyObject *MAKE_FUNCTION_future$backports$email$base64mime$$$function_4_decode( ) { struct Nuitka_FunctionObject *result = Nuitka_Function_New( impl_future$backports$email$base64mime$$$function_4_decode, const_str_plain_decode, #if PYTHON_VERSION >= 300 NULL, #endif codeobj_1dabe3898e11b5eea654fbb229f5cf8e, NULL, #if PYTHON_VERSION >= 300 NULL, NULL, #endif module_future$backports$email$base64mime, const_str_digest_54076a9648667c29f0457044be51e1ff, 0 ); return (PyObject *)result; } #if PYTHON_VERSION >= 300 static struct PyModuleDef mdef_future$backports$email$base64mime = { PyModuleDef_HEAD_INIT, "future.backports.email.base64mime", /* m_name */ NULL, /* m_doc */ -1, /* m_size */ NULL, /* m_methods */ NULL, /* m_reload */ NULL, /* m_traverse */ NULL, /* m_clear */ NULL, /* m_free */ }; #endif extern PyObject *const_str_plain___package__; #if PYTHON_VERSION >= 300 extern PyObject *const_str_dot; extern PyObject *const_str_plain___loader__; extern PyObject *metapath_based_loader; #endif #if PYTHON_VERSION >= 340 extern PyObject *const_str_plain___spec__; extern PyObject *const_str_plain__initializing; #endif extern void _initCompiledCellType(); extern void _initCompiledGeneratorType(); extern void _initCompiledFunctionType(); extern void _initCompiledMethodType(); extern void _initCompiledFrameType(); #if PYTHON_VERSION >= 350 extern void _initCompiledCoroutineTypes(); #endif #if PYTHON_VERSION >= 360 extern void _initCompiledAsyncgenTypes(); #endif // The exported interface to CPython. On import of the module, this function // gets called. It has to have an exact function name, in cases it's a shared // library export. This is hidden behind the MOD_INIT_DECL. MOD_INIT_DECL( future$backports$email$base64mime ) { #if defined(_NUITKA_EXE) || PYTHON_VERSION >= 300 static bool _init_done = false; // Modules might be imported repeatedly, which is to be ignored. if ( _init_done ) { return MOD_RETURN_VALUE( module_future$backports$email$base64mime ); } else { _init_done = true; } #endif #ifdef _NUITKA_MODULE // In case of a stand alone extension module, need to call initialization // the init here because that's the first and only time we are going to get // called here. // Initialize the constant values used. _initBuiltinModule(); createGlobalConstants(); /* Initialize the compiled types of Nuitka. */ _initCompiledCellType(); _initCompiledGeneratorType(); _initCompiledFunctionType(); _initCompiledMethodType(); _initCompiledFrameType(); #if PYTHON_VERSION >= 350 _initCompiledCoroutineTypes(); #endif #if PYTHON_VERSION >= 360 _initCompiledAsyncgenTypes(); #endif #if PYTHON_VERSION < 300 _initSlotCompare(); #endif #if PYTHON_VERSION >= 270 _initSlotIternext(); #endif patchBuiltinModule(); patchTypeComparison(); // Enable meta path based loader if not already done. #ifdef _NUITKA_TRACE puts("future.backports.email.base64mime: Calling setupMetaPathBasedLoader()."); #endif setupMetaPathBasedLoader(); #if PYTHON_VERSION >= 300 patchInspectModule(); #endif #endif /* The constants only used by this module are created now. */ #ifdef _NUITKA_TRACE puts("future.backports.email.base64mime: Calling createModuleConstants()."); #endif createModuleConstants(); /* The code objects used by this module are created now. */ #ifdef _NUITKA_TRACE puts("future.backports.email.base64mime: Calling createModuleCodeObjects()."); #endif createModuleCodeObjects(); // puts( "in initfuture$backports$email$base64mime" ); // Create the module object first. There are no methods initially, all are // added dynamically in actual code only. Also no "__doc__" is initially // set at this time, as it could not contain NUL characters this way, they // are instead set in early module code. No "self" for modules, we have no // use for it. #if PYTHON_VERSION < 300 module_future$backports$email$base64mime = Py_InitModule4( "future.backports.email.base64mime", // Module Name NULL, // No methods initially, all are added // dynamically in actual module code only. NULL, // No "__doc__" is initially set, as it could // not contain NUL this way, added early in // actual code. NULL, // No self for modules, we don't use it. PYTHON_API_VERSION ); #else module_future$backports$email$base64mime = PyModule_Create( &mdef_future$backports$email$base64mime ); #endif moduledict_future$backports$email$base64mime = MODULE_DICT( module_future$backports$email$base64mime ); // Update "__package__" value to what it ought to be. { #if 0 PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___name__ ); UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___package__, module_name ); #else #if PYTHON_VERSION < 300 PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___name__ ); char const *module_name_cstr = PyString_AS_STRING( module_name ); char const *last_dot = strrchr( module_name_cstr, '.' ); if ( last_dot != NULL ) { UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___package__, PyString_FromStringAndSize( module_name_cstr, last_dot - module_name_cstr ) ); } #else PyObject *module_name = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___name__ ); Py_ssize_t dot_index = PyUnicode_Find( module_name, const_str_dot, 0, PyUnicode_GetLength( module_name ), -1 ); if ( dot_index != -1 ) { UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___package__, PyUnicode_Substring( module_name, 0, dot_index ) ); } #endif #endif } CHECK_OBJECT( module_future$backports$email$base64mime ); // 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_7fa219dc697cb3e0cfbe6c1493081d5f, module_future$backports$email$base64mime ); assert( r != -1 ); } #endif // For deep importing of a module we need to have "__builtins__", so we set // it ourselves in the same way than CPython does. Note: This must be done // before the frame object is allocated, or else it may fail. if ( GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___builtins__ ) == NULL ) { PyObject *value = (PyObject *)builtin_module; // Check if main module, not a dict then but the module itself. #if !defined(_NUITKA_EXE) || !0 value = PyModule_GetDict( value ); #endif UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___builtins__, value ); } #if PYTHON_VERSION >= 300 UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___loader__, metapath_based_loader ); #endif #if PYTHON_VERSION >= 340 #if 0 UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___spec__, Py_None ); #else { PyObject *bootstrap_module = PyImport_ImportModule("importlib._bootstrap"); CHECK_OBJECT( bootstrap_module ); PyObject *module_spec_class = PyObject_GetAttrString( bootstrap_module, "ModuleSpec" ); Py_DECREF( bootstrap_module ); PyObject *args[] = { GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___name__ ), metapath_based_loader }; PyObject *spec_value = CALL_FUNCTION_WITH_ARGS2( module_spec_class, args ); SET_ATTRIBUTE( spec_value, const_str_plain__initializing, Py_True ); UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___spec__, spec_value ); Py_DECREF( module_spec_class ); } #endif #endif // Temp variables if any PyObject *tmp_import_from_1__module = NULL; struct Nuitka_FrameObject *frame_850fc8fa0e76a4930fd50d3529e6bdc9; NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL; PyObject *exception_type = NULL; PyObject *exception_value = NULL; PyTracebackObject *exception_tb = NULL; NUITKA_MAY_BE_UNUSED int exception_lineno = 0; PyObject *exception_keeper_type_1; PyObject *exception_keeper_value_1; PyTracebackObject *exception_keeper_tb_1; NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1; // Module code. { PyObject *tmp_assign_source_1; tmp_assign_source_1 = const_str_digest_b7e2b4a95526d60d232ef26fa928c066; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___doc__, tmp_assign_source_1 ); } { PyObject *tmp_assign_source_2; tmp_assign_source_2 = const_str_digest_f18239f69280a9d6421b3db22b676207; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___file__, tmp_assign_source_2 ); } { PyObject *tmp_assign_source_3; tmp_assign_source_3 = Py_None; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___cached__, tmp_assign_source_3 ); } // Frame without reuse. frame_850fc8fa0e76a4930fd50d3529e6bdc9 = MAKE_MODULE_FRAME( codeobj_850fc8fa0e76a4930fd50d3529e6bdc9, module_future$backports$email$base64mime ); // Push the new frame as the currently active one, and we should be exclusively // owning it. pushFrameStack( frame_850fc8fa0e76a4930fd50d3529e6bdc9 ); assert( Py_REFCNT( frame_850fc8fa0e76a4930fd50d3529e6bdc9 ) == 2 ); // Framed code: { PyObject *tmp_assign_source_4; PyObject *tmp_import_name_from_1; frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame.f_lineno = 26; tmp_import_name_from_1 = PyImport_ImportModule("__future__"); assert( !(tmp_import_name_from_1 == NULL) ); tmp_assign_source_4 = IMPORT_NAME( tmp_import_name_from_1, const_str_plain_unicode_literals ); if ( tmp_assign_source_4 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 26; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_unicode_literals, tmp_assign_source_4 ); } { PyObject *tmp_assign_source_5; PyObject *tmp_import_name_from_2; frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame.f_lineno = 27; tmp_import_name_from_2 = PyImport_ImportModule("__future__"); assert( !(tmp_import_name_from_2 == NULL) ); tmp_assign_source_5 = IMPORT_NAME( tmp_import_name_from_2, const_str_plain_division ); if ( tmp_assign_source_5 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 27; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_division, tmp_assign_source_5 ); } { PyObject *tmp_assign_source_6; PyObject *tmp_import_name_from_3; frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame.f_lineno = 28; tmp_import_name_from_3 = PyImport_ImportModule("__future__"); assert( !(tmp_import_name_from_3 == NULL) ); tmp_assign_source_6 = IMPORT_NAME( tmp_import_name_from_3, const_str_plain_absolute_import ); if ( tmp_assign_source_6 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 28; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_absolute_import, tmp_assign_source_6 ); } { PyObject *tmp_assign_source_7; PyObject *tmp_import_name_from_4; 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_digest_c3c96c8ed3ec2ec3a4d3f0dfaaa3ddf2; tmp_globals_name_1 = (PyObject *)moduledict_future$backports$email$base64mime; tmp_locals_name_1 = Py_None; tmp_fromlist_name_1 = const_tuple_str_plain_range_tuple; tmp_level_name_1 = const_int_0; frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame.f_lineno = 29; tmp_import_name_from_4 = 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_4 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 29; goto frame_exception_exit_1; } tmp_assign_source_7 = IMPORT_NAME( tmp_import_name_from_4, const_str_plain_range ); Py_DECREF( tmp_import_name_from_4 ); if ( tmp_assign_source_7 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 29; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_range, tmp_assign_source_7 ); } { PyObject *tmp_assign_source_8; PyObject *tmp_import_name_from_5; PyObject *tmp_name_name_2; PyObject *tmp_globals_name_2; PyObject *tmp_locals_name_2; PyObject *tmp_fromlist_name_2; PyObject *tmp_level_name_2; tmp_name_name_2 = const_str_digest_c3c96c8ed3ec2ec3a4d3f0dfaaa3ddf2; tmp_globals_name_2 = (PyObject *)moduledict_future$backports$email$base64mime; tmp_locals_name_2 = Py_None; tmp_fromlist_name_2 = const_tuple_str_plain_bytes_tuple; tmp_level_name_2 = const_int_0; frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame.f_lineno = 30; tmp_import_name_from_5 = IMPORT_MODULE5( tmp_name_name_2, tmp_globals_name_2, tmp_locals_name_2, tmp_fromlist_name_2, tmp_level_name_2 ); if ( tmp_import_name_from_5 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 30; goto frame_exception_exit_1; } tmp_assign_source_8 = IMPORT_NAME( tmp_import_name_from_5, const_str_plain_bytes ); Py_DECREF( tmp_import_name_from_5 ); if ( tmp_assign_source_8 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 30; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_bytes, tmp_assign_source_8 ); } { PyObject *tmp_assign_source_9; tmp_assign_source_9 = LIST_COPY( const_list_6cd8afee78a44b918d271fa5b645501f_list ); UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain___all__, tmp_assign_source_9 ); } { PyObject *tmp_assign_source_10; PyObject *tmp_import_name_from_6; PyObject *tmp_name_name_3; PyObject *tmp_globals_name_3; PyObject *tmp_locals_name_3; PyObject *tmp_fromlist_name_3; PyObject *tmp_level_name_3; tmp_name_name_3 = const_str_plain_base64; tmp_globals_name_3 = (PyObject *)moduledict_future$backports$email$base64mime; tmp_locals_name_3 = Py_None; tmp_fromlist_name_3 = const_tuple_str_plain_b64encode_tuple; tmp_level_name_3 = const_int_0; frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame.f_lineno = 42; tmp_import_name_from_6 = IMPORT_MODULE5( tmp_name_name_3, tmp_globals_name_3, tmp_locals_name_3, tmp_fromlist_name_3, tmp_level_name_3 ); if ( tmp_import_name_from_6 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 42; goto frame_exception_exit_1; } tmp_assign_source_10 = IMPORT_NAME( tmp_import_name_from_6, const_str_plain_b64encode ); Py_DECREF( tmp_import_name_from_6 ); if ( tmp_assign_source_10 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 42; goto frame_exception_exit_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_b64encode, tmp_assign_source_10 ); } { PyObject *tmp_assign_source_11; PyObject *tmp_name_name_4; PyObject *tmp_globals_name_4; PyObject *tmp_locals_name_4; PyObject *tmp_fromlist_name_4; PyObject *tmp_level_name_4; tmp_name_name_4 = const_str_plain_binascii; tmp_globals_name_4 = (PyObject *)moduledict_future$backports$email$base64mime; tmp_locals_name_4 = Py_None; tmp_fromlist_name_4 = const_tuple_str_plain_b2a_base64_str_plain_a2b_base64_tuple; tmp_level_name_4 = const_int_0; frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame.f_lineno = 43; tmp_assign_source_11 = IMPORT_MODULE5( tmp_name_name_4, tmp_globals_name_4, tmp_locals_name_4, tmp_fromlist_name_4, tmp_level_name_4 ); if ( tmp_assign_source_11 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 43; goto frame_exception_exit_1; } assert( tmp_import_from_1__module == NULL ); tmp_import_from_1__module = tmp_assign_source_11; } { // Tried code: { PyObject *tmp_assign_source_12; PyObject *tmp_import_name_from_7; CHECK_OBJECT( tmp_import_from_1__module ); tmp_import_name_from_7 = tmp_import_from_1__module; tmp_assign_source_12 = IMPORT_NAME( tmp_import_name_from_7, const_str_plain_b2a_base64 ); if ( tmp_assign_source_12 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 43; goto try_except_handler_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_b2a_base64, tmp_assign_source_12 ); } { PyObject *tmp_assign_source_13; PyObject *tmp_import_name_from_8; CHECK_OBJECT( tmp_import_from_1__module ); tmp_import_name_from_8 = tmp_import_from_1__module; tmp_assign_source_13 = IMPORT_NAME( tmp_import_name_from_8, const_str_plain_a2b_base64 ); if ( tmp_assign_source_13 == NULL ) { assert( ERROR_OCCURRED() ); FETCH_ERROR_OCCURRED( &exception_type, &exception_value, &exception_tb ); exception_lineno = 43; goto try_except_handler_1; } UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_a2b_base64, tmp_assign_source_13 ); } goto try_end_1; // Exception handler code: try_except_handler_1:; exception_keeper_type_1 = exception_type; exception_keeper_value_1 = exception_value; exception_keeper_tb_1 = exception_tb; exception_keeper_lineno_1 = exception_lineno; exception_type = NULL; exception_value = NULL; exception_tb = NULL; exception_lineno = 0; { CHECK_OBJECT( (PyObject *)tmp_import_from_1__module ); Py_DECREF( tmp_import_from_1__module ); tmp_import_from_1__module = NULL; } { // Re-raise. exception_type = exception_keeper_type_1; exception_value = exception_keeper_value_1; exception_tb = exception_keeper_tb_1; exception_lineno = exception_keeper_lineno_1; goto frame_exception_exit_1; } // End of try: try_end_1:; } // Restore frame exception if necessary. #if 0 RESTORE_FRAME_EXCEPTION( frame_850fc8fa0e76a4930fd50d3529e6bdc9 ); #endif popFrameStack(); assertFrameObject( frame_850fc8fa0e76a4930fd50d3529e6bdc9 ); goto frame_no_exception_1; frame_exception_exit_1:; #if 0 RESTORE_FRAME_EXCEPTION( frame_850fc8fa0e76a4930fd50d3529e6bdc9 ); #endif if ( exception_tb == NULL ) { exception_tb = MAKE_TRACEBACK( frame_850fc8fa0e76a4930fd50d3529e6bdc9, exception_lineno ); } else if ( exception_tb->tb_frame != &frame_850fc8fa0e76a4930fd50d3529e6bdc9->m_frame ) { exception_tb = ADD_TRACEBACK( exception_tb, frame_850fc8fa0e76a4930fd50d3529e6bdc9, exception_lineno ); } // Put the previous frame back on top. popFrameStack(); // Return the error. goto module_exception_exit; frame_no_exception_1:; { CHECK_OBJECT( (PyObject *)tmp_import_from_1__module ); Py_DECREF( tmp_import_from_1__module ); tmp_import_from_1__module = NULL; } { PyObject *tmp_assign_source_14; tmp_assign_source_14 = const_str_digest_7ca129d2d421fe965ad48cbb290b579b; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_CRLF, tmp_assign_source_14 ); } { PyObject *tmp_assign_source_15; tmp_assign_source_15 = const_str_newline; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_NL, tmp_assign_source_15 ); } { PyObject *tmp_assign_source_16; tmp_assign_source_16 = const_str_empty; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_EMPTYSTRING, tmp_assign_source_16 ); } { PyObject *tmp_assign_source_17; tmp_assign_source_17 = const_int_pos_7; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_MISC_LEN, tmp_assign_source_17 ); } { PyObject *tmp_assign_source_18; tmp_assign_source_18 = MAKE_FUNCTION_future$backports$email$base64mime$$$function_1_header_length( ); UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_header_length, tmp_assign_source_18 ); } { PyObject *tmp_assign_source_19; PyObject *tmp_defaults_1; tmp_defaults_1 = const_tuple_str_digest_20861594150da1e43b5ee3f86b9deef6_tuple; Py_INCREF( tmp_defaults_1 ); tmp_assign_source_19 = MAKE_FUNCTION_future$backports$email$base64mime$$$function_2_header_encode( tmp_defaults_1 ); UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_header_encode, tmp_assign_source_19 ); } { PyObject *tmp_assign_source_20; PyObject *tmp_defaults_2; PyObject *tmp_tuple_element_1; PyObject *tmp_mvar_value_1; tmp_tuple_element_1 = const_int_pos_76; tmp_defaults_2 = PyTuple_New( 2 ); Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_defaults_2, 0, tmp_tuple_element_1 ); tmp_mvar_value_1 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_NL ); if (unlikely( tmp_mvar_value_1 == NULL )) { tmp_mvar_value_1 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_NL ); } CHECK_OBJECT( tmp_mvar_value_1 ); tmp_tuple_element_1 = tmp_mvar_value_1; Py_INCREF( tmp_tuple_element_1 ); PyTuple_SET_ITEM( tmp_defaults_2, 1, tmp_tuple_element_1 ); tmp_assign_source_20 = MAKE_FUNCTION_future$backports$email$base64mime$$$function_3_body_encode( tmp_defaults_2 ); UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_body_encode, tmp_assign_source_20 ); } { PyObject *tmp_assign_source_21; tmp_assign_source_21 = MAKE_FUNCTION_future$backports$email$base64mime$$$function_4_decode( ); UPDATE_STRING_DICT1( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_decode, tmp_assign_source_21 ); } { PyObject *tmp_assign_source_22; PyObject *tmp_mvar_value_2; tmp_mvar_value_2 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_decode ); if (unlikely( tmp_mvar_value_2 == NULL )) { tmp_mvar_value_2 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_decode ); } CHECK_OBJECT( tmp_mvar_value_2 ); tmp_assign_source_22 = tmp_mvar_value_2; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_body_decode, tmp_assign_source_22 ); } { PyObject *tmp_assign_source_23; PyObject *tmp_mvar_value_3; tmp_mvar_value_3 = GET_STRING_DICT_VALUE( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_decode ); if (unlikely( tmp_mvar_value_3 == NULL )) { tmp_mvar_value_3 = GET_STRING_DICT_VALUE( dict_builtin, (Nuitka_StringObject *)const_str_plain_decode ); } CHECK_OBJECT( tmp_mvar_value_3 ); tmp_assign_source_23 = tmp_mvar_value_3; UPDATE_STRING_DICT0( moduledict_future$backports$email$base64mime, (Nuitka_StringObject *)const_str_plain_decodestring, tmp_assign_source_23 ); } return MOD_RETURN_VALUE( module_future$backports$email$base64mime ); module_exception_exit: RESTORE_ERROR_OCCURRED( exception_type, exception_value, exception_tb ); return MOD_RETURN_VALUE( NULL ); }