Warning: chmod(): Operation not permitted in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [0] in function chmod in /var/www/hopeinstoughton_www/wp-content/plugins/simple-universal-google-analytics/main.php on line 8 [1] in function include_once in /var/www/hopeinstoughton_www/wp-settings.php on line 560 [2] in function require_once in /var/www/hopeinstoughton_www/wp-config.php on line 85 [3] in function require_once in /var/www/hopeinstoughton_www/wp-load.php on line 50 [4] in function require_once in /var/www/hopeinstoughton_www/wp-blog-header.php on line 13 [5] in function require in /var/www/hopeinstoughton_www/index.php on line 17
| Server IP : 94.177.8.99 / Your IP : 216.73.217.165 Web Server : Apache/2.4.58 (Ubuntu) System : Linux aries 6.8.0-134-generic #134-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 26 18:43:11 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /nuitka/eggshell.build/ |
Upload File : |
/* Generated code for Python module 'tornado.httpserver'
* created by Nuitka version 1.3rc9
*
* This code is in part copyright 2022 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 "nuitka/unfreezing.h"
#include "__helpers.h"
/* The "module_tornado$httpserver" 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_tornado$httpserver;
PyDictObject *moduledict_tornado$httpserver;
/* The declarations of module constants used, if any. */
static PyObject *mod_consts[207];
#ifndef __NUITKA_NO_ASSERT__
static Py_hash_t mod_consts_hash[207];
#endif
static PyObject *module_filename_obj = NULL;
/* Indicator if this modules private constants were created yet. */
static bool constants_created = false;
/* Function to create module private constants. */
static void createModuleConstants(void) {
if (constants_created == false) {
loadConstantsBlob(&mod_consts[0], UNTRANSLATE("tornado.httpserver"));
constants_created = true;
#ifndef __NUITKA_NO_ASSERT__
for (int i = 0; i < 207; i++) {
mod_consts_hash[i] = DEEP_HASH(mod_consts[i]);
}
#endif
}
}
// We want to be able to initialize the "__main__" constants in any case.
#if 0
void createMainModuleConstants(void) {
createModuleConstants();
}
#endif
/* Function to verify module private constants for non-corruption. */
#ifndef __NUITKA_NO_ASSERT__
void checkModuleConstants_tornado$httpserver(void) {
// The module may not have been used at all, then ignore this.
if (constants_created == false) return;
for (int i = 0; i < 207; i++) {
assert(mod_consts_hash[i] == DEEP_HASH(mod_consts[i]));
CHECK_OBJECT_DEEP(mod_consts[i]);
}
}
#endif
// The module code objects.
static PyCodeObject *codeobj_ea78af5c27ba7af3d92c91fa9ac36a8a;
static PyCodeObject *codeobj_3218705dca38d069420afe98d6c3fe50;
static PyCodeObject *codeobj_a25d1c93d930735a2549284fc2a3ca9a;
static PyCodeObject *codeobj_49692425c35a61756076db1f490c47d5;
static PyCodeObject *codeobj_d014d18b17e7ec5bba178d3cede62096;
static PyCodeObject *codeobj_28e1407cd71d73c320bd5d996112767f;
static PyCodeObject *codeobj_07cd0f408f84ad3ffc6e93dd145e05d8;
static PyCodeObject *codeobj_b5c9f19a36dfae832283dc6be47d0b58;
static PyCodeObject *codeobj_aa4cd3d27b4374aeec78c62e753873ea;
static PyCodeObject *codeobj_d5b781ae418f95bcbb78433c136b17c7;
static PyCodeObject *codeobj_f99be9591450608e52142d4a641138d3;
static PyCodeObject *codeobj_e479799813525b085f1416ded7a27998;
static PyCodeObject *codeobj_eee844f0fc18f4a93ee0590340d0e0a9;
static PyCodeObject *codeobj_14e646c41c6bc793a6d8324aa28cdbe4;
static PyCodeObject *codeobj_ccdb36f3cb7664096800ef6278e9187f;
static PyCodeObject *codeobj_d1d9f81d0e7a886d091dfb8d510c2abf;
static PyCodeObject *codeobj_b5a009d81a1920939096d22f19e8c6b0;
static PyCodeObject *codeobj_53b25be566754bfb7084d540d1012095;
static PyCodeObject *codeobj_770f18110c826b141c68e47e1b33527c;
static PyCodeObject *codeobj_5a1be2006508f985fdca00754aeef1f8;
static PyCodeObject *codeobj_6bf03dd385fc7bfb64258da60a5b5e2b;
static PyCodeObject *codeobj_af859849e6d3bc70d0ff37524b3fdcb6;
static PyCodeObject *codeobj_3fe5cfbd2b2483537becfd6e3228fab6;
static PyCodeObject *codeobj_191c855682e6efcf0a7ab003fe2ac77a;
static PyCodeObject *codeobj_d015f44fbd4e13d38ec376582bfe74c1;
static PyCodeObject *codeobj_29982ff6459389f469b3178b2432b039;
static PyCodeObject *codeobj_e8b802c3513643439f3c77d4c7b7307b;
static PyCodeObject *codeobj_c41674efa56418f6c0af9eb933226b59;
static PyCodeObject *codeobj_10bc337eef81c1cc3f086d932baa2293;
static void createModuleCodeObjects(void) {
module_filename_obj = mod_consts[86]; CHECK_OBJECT(module_filename_obj);
codeobj_ea78af5c27ba7af3d92c91fa9ac36a8a = MAKE_CODE_OBJECT(module_filename_obj, 349, CO_GENERATOR | CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[73], mod_consts[73], mod_consts[189], NULL, 1, 0, 0);
codeobj_3218705dca38d069420afe98d6c3fe50 = MAKE_CODE_OBJECT(module_filename_obj, 1, CO_NOFREE, mod_consts[190], mod_consts[190], NULL, NULL, 0, 0, 0);
codeobj_a25d1c93d930735a2549284fc2a3ca9a = MAKE_CODE_OBJECT(module_filename_obj, 46, CO_NOFREE, mod_consts[12], mod_consts[12], mod_consts[191], NULL, 0, 0, 0);
codeobj_49692425c35a61756076db1f490c47d5 = MAKE_CODE_OBJECT(module_filename_obj, 260, CO_NOFREE, mod_consts[25], mod_consts[25], mod_consts[191], NULL, 0, 0, 0);
codeobj_d014d18b17e7ec5bba178d3cede62096 = MAKE_CODE_OBJECT(module_filename_obj, 298, CO_NOFREE, mod_consts[18], mod_consts[18], mod_consts[191], NULL, 0, 0, 0);
codeobj_28e1407cd71d73c320bd5d996112767f = MAKE_CODE_OBJECT(module_filename_obj, 376, CO_NOFREE, mod_consts[26], mod_consts[26], mod_consts[191], NULL, 0, 0, 0);
codeobj_07cd0f408f84ad3ffc6e93dd145e05d8 = MAKE_CODE_OBJECT(module_filename_obj, 156, CO_VARARGS | CO_VARKEYWORDS | CO_NOFREE, mod_consts[8], mod_consts[8], mod_consts[192], NULL, 1, 0, 0);
codeobj_b5c9f19a36dfae832283dc6be47d0b58 = MAKE_CODE_OBJECT(module_filename_obj, 377, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[8], mod_consts[8], mod_consts[193], NULL, 3, 0, 0);
codeobj_aa4cd3d27b4374aeec78c62e753873ea = MAKE_CODE_OBJECT(module_filename_obj, 261, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[8], mod_consts[8], mod_consts[194], NULL, 3, 0, 0);
codeobj_d5b781ae418f95bcbb78433c136b17c7 = MAKE_CODE_OBJECT(module_filename_obj, 299, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[8], mod_consts[8], mod_consts[195], NULL, 5, 0, 0);
codeobj_f99be9591450608e52142d4a641138d3 = MAKE_CODE_OBJECT(module_filename_obj, 333, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[178], mod_consts[178], mod_consts[196], NULL, 1, 0, 0);
codeobj_e479799813525b085f1416ded7a27998 = MAKE_CODE_OBJECT(module_filename_obj, 344, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[77], mod_consts[77], mod_consts[197], NULL, 2, 0, 0);
codeobj_eee844f0fc18f4a93ee0590340d0e0a9 = MAKE_CODE_OBJECT(module_filename_obj, 406, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[81], mod_consts[81], mod_consts[196], NULL, 1, 0, 0);
codeobj_14e646c41c6bc793a6d8324aa28cdbe4 = MAKE_CODE_OBJECT(module_filename_obj, 366, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[83], mod_consts[83], mod_consts[196], NULL, 1, 0, 0);
codeobj_ccdb36f3cb7664096800ef6278e9187f = MAKE_CODE_OBJECT(module_filename_obj, 216, CO_COROUTINE | CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[16], mod_consts[16], mod_consts[198], NULL, 1, 0, 0);
codeobj_d1d9f81d0e7a886d091dfb8d510c2abf = MAKE_CODE_OBJECT(module_filename_obj, 209, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[147], mod_consts[147], mod_consts[199], NULL, 1, 0, 0);
codeobj_b5a009d81a1920939096d22f19e8c6b0 = MAKE_CODE_OBJECT(module_filename_obj, 213, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[149], mod_consts[149], mod_consts[199], NULL, 1, 0, 0);
codeobj_53b25be566754bfb7084d540d1012095 = MAKE_CODE_OBJECT(module_filename_obj, 284, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[79], mod_consts[79], mod_consts[200], NULL, 2, 0, 0);
codeobj_770f18110c826b141c68e47e1b33527c = MAKE_CODE_OBJECT(module_filename_obj, 395, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[79], mod_consts[79], mod_consts[200], NULL, 2, 0, 0);
codeobj_5a1be2006508f985fdca00754aeef1f8 = MAKE_CODE_OBJECT(module_filename_obj, 288, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[80], mod_consts[80], mod_consts[196], NULL, 1, 0, 0);
codeobj_6bf03dd385fc7bfb64258da60a5b5e2b = MAKE_CODE_OBJECT(module_filename_obj, 398, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[80], mod_consts[80], mod_consts[196], NULL, 1, 0, 0);
codeobj_af859849e6d3bc70d0ff37524b3fdcb6 = MAKE_CODE_OBJECT(module_filename_obj, 235, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[154], mod_consts[154], mod_consts[201], NULL, 3, 0, 0);
codeobj_3fe5cfbd2b2483537becfd6e3228fab6 = MAKE_CODE_OBJECT(module_filename_obj, 272, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[78], mod_consts[78], mod_consts[202], NULL, 3, 0, 0);
codeobj_191c855682e6efcf0a7ab003fe2ac77a = MAKE_CODE_OBJECT(module_filename_obj, 385, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[78], mod_consts[78], mod_consts[202], NULL, 3, 0, 0);
codeobj_d015f44fbd4e13d38ec376582bfe74c1 = MAKE_CODE_OBJECT(module_filename_obj, 164, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[144], mod_consts[144], mod_consts[203], NULL, 14, 0, 0);
codeobj_29982ff6459389f469b3178b2432b039 = MAKE_CODE_OBJECT(module_filename_obj, 256, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[161], mod_consts[161], mod_consts[204], NULL, 2, 0, 0);
codeobj_e8b802c3513643439f3c77d4c7b7307b = MAKE_CODE_OBJECT(module_filename_obj, 294, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[82], mod_consts[82], mod_consts[196], NULL, 1, 0, 0);
codeobj_c41674efa56418f6c0af9eb933226b59 = MAKE_CODE_OBJECT(module_filename_obj, 402, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[82], mod_consts[82], mod_consts[196], NULL, 1, 0, 0);
codeobj_10bc337eef81c1cc3f086d932baa2293 = MAKE_CODE_OBJECT(module_filename_obj, 243, CO_OPTIMIZED | CO_NEWLOCALS | CO_NOFREE, mod_consts[24], mod_consts[24], mod_consts[205], NULL, 3, 0, 0);
}
// The module function declarations.
static PyObject *MAKE_COROUTINE_tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections(struct Nuitka_CellObject **closure);
static PyObject *MAKE_GENERATOR_tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr(struct Nuitka_CellObject **closure);
NUITKA_CROSS_MODULE PyObject *impl___main__$$$function__1__mro_entries_conversion(PyObject **python_pars);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__10_headers_received(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__11_data_received(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__12_finish(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__13_on_connection_close(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__14___init__(PyObject *defaults, PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__15___str__(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__16__apply_xheaders(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__17__unapply_xheaders(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__18___init__(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__19_headers_received(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__1___init__(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__20_data_received(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__21_finish(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__22_on_connection_close(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__23__cleanup(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__2_initialize(PyObject *defaults, PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__3_configurable_base(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__4_configurable_default(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__5_close_all_connections(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__6_handle_stream(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__7_start_request(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__8_on_close(PyObject *annotations);
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__9___init__(PyObject *annotations);
// The module function definitions.
static PyObject *impl_tornado$httpserver$$$function__2_initialize(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_self = python_pars[0];
PyObject *par_request_callback = python_pars[1];
PyObject *par_no_keep_alive = python_pars[2];
PyObject *par_xheaders = python_pars[3];
PyObject *par_ssl_options = python_pars[4];
PyObject *par_protocol = python_pars[5];
PyObject *par_decompress_request = python_pars[6];
PyObject *par_chunk_size = python_pars[7];
PyObject *par_max_header_size = python_pars[8];
PyObject *par_idle_connection_timeout = python_pars[9];
PyObject *par_body_timeout = python_pars[10];
PyObject *par_max_body_size = python_pars[11];
PyObject *par_max_buffer_size = python_pars[12];
PyObject *par_trusted_downstream = python_pars[13];
struct Nuitka_FrameObject *frame_d015f44fbd4e13d38ec376582bfe74c1;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
bool tmp_result;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
static struct Nuitka_FrameObject *cache_frame_d015f44fbd4e13d38ec376582bfe74c1 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_d015f44fbd4e13d38ec376582bfe74c1)) {
Py_XDECREF(cache_frame_d015f44fbd4e13d38ec376582bfe74c1);
#if _DEBUG_REFCOUNTS
if (cache_frame_d015f44fbd4e13d38ec376582bfe74c1 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_d015f44fbd4e13d38ec376582bfe74c1 = MAKE_FUNCTION_FRAME(codeobj_d015f44fbd4e13d38ec376582bfe74c1, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_d015f44fbd4e13d38ec376582bfe74c1->m_type_description == NULL);
frame_d015f44fbd4e13d38ec376582bfe74c1 = cache_frame_d015f44fbd4e13d38ec376582bfe74c1;
// Push the new frame as the currently active one.
pushFrameStack(frame_d015f44fbd4e13d38ec376582bfe74c1);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_d015f44fbd4e13d38ec376582bfe74c1) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_assattr_target_1;
CHECK_OBJECT(par_request_callback);
tmp_assattr_value_1 = par_request_callback;
CHECK_OBJECT(par_self);
tmp_assattr_target_1 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[0], tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 187;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_2;
PyObject *tmp_assattr_target_2;
CHECK_OBJECT(par_xheaders);
tmp_assattr_value_2 = par_xheaders;
CHECK_OBJECT(par_self);
tmp_assattr_target_2 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_2, mod_consts[1], tmp_assattr_value_2);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 188;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_3;
PyObject *tmp_assattr_target_3;
CHECK_OBJECT(par_protocol);
tmp_assattr_value_3 = par_protocol;
CHECK_OBJECT(par_self);
tmp_assattr_target_3 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_3, mod_consts[2], tmp_assattr_value_3);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 189;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_4;
PyObject *tmp_called_value_1;
PyObject *tmp_kw_call_value_0_1;
PyObject *tmp_kw_call_value_1_1;
PyObject *tmp_kw_call_value_2_1;
PyObject *tmp_kw_call_value_3_1;
int tmp_or_left_truth_1;
PyObject *tmp_or_left_value_1;
PyObject *tmp_or_right_value_1;
PyObject *tmp_kw_call_value_4_1;
PyObject *tmp_kw_call_value_5_1;
PyObject *tmp_kw_call_value_6_1;
PyObject *tmp_assattr_target_4;
tmp_called_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[3]);
if (unlikely(tmp_called_value_1 == NULL)) {
tmp_called_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[3]);
}
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 190;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_decompress_request);
tmp_kw_call_value_0_1 = par_decompress_request;
CHECK_OBJECT(par_chunk_size);
tmp_kw_call_value_1_1 = par_chunk_size;
CHECK_OBJECT(par_max_header_size);
tmp_kw_call_value_2_1 = par_max_header_size;
CHECK_OBJECT(par_idle_connection_timeout);
tmp_or_left_value_1 = par_idle_connection_timeout;
tmp_or_left_truth_1 = CHECK_IF_TRUE(tmp_or_left_value_1);
if (tmp_or_left_truth_1 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 194;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
if (tmp_or_left_truth_1 == 1) {
goto or_left_1;
} else {
goto or_right_1;
}
or_right_1:;
tmp_or_right_value_1 = mod_consts[4];
tmp_kw_call_value_3_1 = tmp_or_right_value_1;
goto or_end_1;
or_left_1:;
tmp_kw_call_value_3_1 = tmp_or_left_value_1;
or_end_1:;
CHECK_OBJECT(par_max_body_size);
tmp_kw_call_value_4_1 = par_max_body_size;
CHECK_OBJECT(par_body_timeout);
tmp_kw_call_value_5_1 = par_body_timeout;
CHECK_OBJECT(par_no_keep_alive);
tmp_kw_call_value_6_1 = par_no_keep_alive;
frame_d015f44fbd4e13d38ec376582bfe74c1->m_frame.f_lineno = 190;
{
PyObject *kw_values[7] = {tmp_kw_call_value_0_1, tmp_kw_call_value_1_1, tmp_kw_call_value_2_1, tmp_kw_call_value_3_1, tmp_kw_call_value_4_1, tmp_kw_call_value_5_1, tmp_kw_call_value_6_1};
tmp_assattr_value_4 = CALL_FUNCTION_WITH_NO_ARGS_KWSPLIT(tmp_called_value_1, kw_values, mod_consts[5]);
}
if (tmp_assattr_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 190;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_4 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_4, mod_consts[6], tmp_assattr_value_4);
Py_DECREF(tmp_assattr_value_4);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 190;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_called_value_2;
PyObject *tmp_expression_value_1;
PyObject *tmp_call_result_1;
PyObject *tmp_kw_call_arg_value_0_1;
PyObject *tmp_kw_call_dict_value_0_1;
PyObject *tmp_kw_call_dict_value_1_1;
PyObject *tmp_kw_call_dict_value_2_1;
tmp_expression_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[7]);
if (unlikely(tmp_expression_value_1 == NULL)) {
tmp_expression_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[7]);
}
if (tmp_expression_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 199;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
tmp_called_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[8]);
if (tmp_called_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 199;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_kw_call_arg_value_0_1 = par_self;
CHECK_OBJECT(par_ssl_options);
tmp_kw_call_dict_value_0_1 = par_ssl_options;
CHECK_OBJECT(par_max_buffer_size);
tmp_kw_call_dict_value_1_1 = par_max_buffer_size;
CHECK_OBJECT(par_chunk_size);
tmp_kw_call_dict_value_2_1 = par_chunk_size;
frame_d015f44fbd4e13d38ec376582bfe74c1->m_frame.f_lineno = 199;
{
PyObject *args[] = {tmp_kw_call_arg_value_0_1};
PyObject *kw_values[3] = {tmp_kw_call_dict_value_0_1, tmp_kw_call_dict_value_1_1, tmp_kw_call_dict_value_2_1};
tmp_call_result_1 = CALL_FUNCTION_WITH_ARGS1_KWSPLIT(tmp_called_value_2, args, kw_values, mod_consts[9]);
}
Py_DECREF(tmp_called_value_2);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 199;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
{
PyObject *tmp_assattr_value_5;
PyObject *tmp_assattr_target_5;
tmp_assattr_value_5 = PySet_New(NULL);
CHECK_OBJECT(par_self);
tmp_assattr_target_5 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_5, mod_consts[10], tmp_assattr_value_5);
Py_DECREF(tmp_assattr_value_5);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 205;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_6;
PyObject *tmp_assattr_target_6;
CHECK_OBJECT(par_trusted_downstream);
tmp_assattr_value_6 = par_trusted_downstream;
CHECK_OBJECT(par_self);
tmp_assattr_target_6 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_6, mod_consts[11], tmp_assattr_value_6);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 206;
type_description_1 = "oooooooooooooo";
goto frame_exception_exit_1;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_d015f44fbd4e13d38ec376582bfe74c1);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_d015f44fbd4e13d38ec376582bfe74c1);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_d015f44fbd4e13d38ec376582bfe74c1, exception_lineno);
} else if (exception_tb->tb_frame != &frame_d015f44fbd4e13d38ec376582bfe74c1->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_d015f44fbd4e13d38ec376582bfe74c1, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_d015f44fbd4e13d38ec376582bfe74c1,
type_description_1,
par_self,
par_request_callback,
par_no_keep_alive,
par_xheaders,
par_ssl_options,
par_protocol,
par_decompress_request,
par_chunk_size,
par_max_header_size,
par_idle_connection_timeout,
par_body_timeout,
par_max_body_size,
par_max_buffer_size,
par_trusted_downstream
);
// Release cached frame if used for exception.
if (frame_d015f44fbd4e13d38ec376582bfe74c1 == cache_frame_d015f44fbd4e13d38ec376582bfe74c1) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_d015f44fbd4e13d38ec376582bfe74c1);
cache_frame_d015f44fbd4e13d38ec376582bfe74c1 = NULL;
}
assertFrameObject(frame_d015f44fbd4e13d38ec376582bfe74c1);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_request_callback);
Py_DECREF(par_request_callback);
CHECK_OBJECT(par_no_keep_alive);
Py_DECREF(par_no_keep_alive);
CHECK_OBJECT(par_xheaders);
Py_DECREF(par_xheaders);
CHECK_OBJECT(par_ssl_options);
Py_DECREF(par_ssl_options);
CHECK_OBJECT(par_protocol);
Py_DECREF(par_protocol);
CHECK_OBJECT(par_decompress_request);
Py_DECREF(par_decompress_request);
CHECK_OBJECT(par_chunk_size);
Py_DECREF(par_chunk_size);
CHECK_OBJECT(par_max_header_size);
Py_DECREF(par_max_header_size);
CHECK_OBJECT(par_idle_connection_timeout);
Py_DECREF(par_idle_connection_timeout);
CHECK_OBJECT(par_body_timeout);
Py_DECREF(par_body_timeout);
CHECK_OBJECT(par_max_body_size);
Py_DECREF(par_max_body_size);
CHECK_OBJECT(par_max_buffer_size);
Py_DECREF(par_max_buffer_size);
CHECK_OBJECT(par_trusted_downstream);
Py_DECREF(par_trusted_downstream);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_request_callback);
Py_DECREF(par_request_callback);
CHECK_OBJECT(par_no_keep_alive);
Py_DECREF(par_no_keep_alive);
CHECK_OBJECT(par_xheaders);
Py_DECREF(par_xheaders);
CHECK_OBJECT(par_ssl_options);
Py_DECREF(par_ssl_options);
CHECK_OBJECT(par_protocol);
Py_DECREF(par_protocol);
CHECK_OBJECT(par_decompress_request);
Py_DECREF(par_decompress_request);
CHECK_OBJECT(par_chunk_size);
Py_DECREF(par_chunk_size);
CHECK_OBJECT(par_max_header_size);
Py_DECREF(par_max_header_size);
CHECK_OBJECT(par_idle_connection_timeout);
Py_DECREF(par_idle_connection_timeout);
CHECK_OBJECT(par_body_timeout);
Py_DECREF(par_body_timeout);
CHECK_OBJECT(par_max_body_size);
Py_DECREF(par_max_body_size);
CHECK_OBJECT(par_max_buffer_size);
Py_DECREF(par_max_buffer_size);
CHECK_OBJECT(par_trusted_downstream);
Py_DECREF(par_trusted_downstream);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__3_configurable_base(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_cls = python_pars[0];
struct Nuitka_FrameObject *frame_d1d9f81d0e7a886d091dfb8d510c2abf;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
PyObject *tmp_return_value = NULL;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf)) {
Py_XDECREF(cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf);
#if _DEBUG_REFCOUNTS
if (cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf = MAKE_FUNCTION_FRAME(codeobj_d1d9f81d0e7a886d091dfb8d510c2abf, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf->m_type_description == NULL);
frame_d1d9f81d0e7a886d091dfb8d510c2abf = cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf;
// Push the new frame as the currently active one.
pushFrameStack(frame_d1d9f81d0e7a886d091dfb8d510c2abf);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_d1d9f81d0e7a886d091dfb8d510c2abf) == 2); // Frame stack
// Framed code:
tmp_return_value = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[12]);
if (unlikely(tmp_return_value == NULL)) {
tmp_return_value = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[12]);
}
if (tmp_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 210;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_INCREF(tmp_return_value);
goto frame_return_exit_1;
#if 0
RESTORE_FRAME_EXCEPTION(frame_d1d9f81d0e7a886d091dfb8d510c2abf);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_return_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_d1d9f81d0e7a886d091dfb8d510c2abf);
#endif
// Put the previous frame back on top.
popFrameStack();
goto function_return_exit;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_d1d9f81d0e7a886d091dfb8d510c2abf);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_d1d9f81d0e7a886d091dfb8d510c2abf, exception_lineno);
} else if (exception_tb->tb_frame != &frame_d1d9f81d0e7a886d091dfb8d510c2abf->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_d1d9f81d0e7a886d091dfb8d510c2abf, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_d1d9f81d0e7a886d091dfb8d510c2abf,
type_description_1,
par_cls
);
// Release cached frame if used for exception.
if (frame_d1d9f81d0e7a886d091dfb8d510c2abf == cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf);
cache_frame_d1d9f81d0e7a886d091dfb8d510c2abf = NULL;
}
assertFrameObject(frame_d1d9f81d0e7a886d091dfb8d510c2abf);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_cls);
Py_DECREF(par_cls);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_cls);
Py_DECREF(par_cls);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__4_configurable_default(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_cls = python_pars[0];
struct Nuitka_FrameObject *frame_b5a009d81a1920939096d22f19e8c6b0;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
PyObject *tmp_return_value = NULL;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_b5a009d81a1920939096d22f19e8c6b0 = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_b5a009d81a1920939096d22f19e8c6b0)) {
Py_XDECREF(cache_frame_b5a009d81a1920939096d22f19e8c6b0);
#if _DEBUG_REFCOUNTS
if (cache_frame_b5a009d81a1920939096d22f19e8c6b0 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_b5a009d81a1920939096d22f19e8c6b0 = MAKE_FUNCTION_FRAME(codeobj_b5a009d81a1920939096d22f19e8c6b0, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_b5a009d81a1920939096d22f19e8c6b0->m_type_description == NULL);
frame_b5a009d81a1920939096d22f19e8c6b0 = cache_frame_b5a009d81a1920939096d22f19e8c6b0;
// Push the new frame as the currently active one.
pushFrameStack(frame_b5a009d81a1920939096d22f19e8c6b0);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_b5a009d81a1920939096d22f19e8c6b0) == 2); // Frame stack
// Framed code:
tmp_return_value = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[12]);
if (unlikely(tmp_return_value == NULL)) {
tmp_return_value = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[12]);
}
if (tmp_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 214;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_INCREF(tmp_return_value);
goto frame_return_exit_1;
#if 0
RESTORE_FRAME_EXCEPTION(frame_b5a009d81a1920939096d22f19e8c6b0);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_return_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_b5a009d81a1920939096d22f19e8c6b0);
#endif
// Put the previous frame back on top.
popFrameStack();
goto function_return_exit;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_b5a009d81a1920939096d22f19e8c6b0);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_b5a009d81a1920939096d22f19e8c6b0, exception_lineno);
} else if (exception_tb->tb_frame != &frame_b5a009d81a1920939096d22f19e8c6b0->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_b5a009d81a1920939096d22f19e8c6b0, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_b5a009d81a1920939096d22f19e8c6b0,
type_description_1,
par_cls
);
// Release cached frame if used for exception.
if (frame_b5a009d81a1920939096d22f19e8c6b0 == cache_frame_b5a009d81a1920939096d22f19e8c6b0) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_b5a009d81a1920939096d22f19e8c6b0);
cache_frame_b5a009d81a1920939096d22f19e8c6b0 = NULL;
}
assertFrameObject(frame_b5a009d81a1920939096d22f19e8c6b0);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_cls);
Py_DECREF(par_cls);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_cls);
Py_DECREF(par_cls);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__5_close_all_connections(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.
struct Nuitka_CellObject *par_self = Nuitka_Cell_New1(python_pars[0]);
PyObject *tmp_return_value = NULL;
// Actual function body.
{
struct Nuitka_CellObject *tmp_closure_1[1];
tmp_closure_1[0] = par_self;
Py_INCREF(tmp_closure_1[0]);
tmp_return_value = MAKE_COROUTINE_tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections(tmp_closure_1);
goto function_return_exit;
}
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
struct tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections_locals {
PyObject *var_conn;
char const *type_description_1;
PyObject *exception_type;
PyObject *exception_value;
PyTracebackObject *exception_tb;
int exception_lineno;
int tmp_res;
char yield_tmps[1024];
PyObject *tmp_return_value;
PyObject *exception_keeper_type_1;
PyObject *exception_keeper_value_1;
PyTracebackObject *exception_keeper_tb_1;
int exception_keeper_lineno_1;
};
static PyObject *tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections_context(struct Nuitka_CoroutineObject *coroutine, PyObject *yield_return_value) {
CHECK_OBJECT(coroutine);
assert(Nuitka_Coroutine_Check((PyObject *)coroutine));
// Heap access if used.
struct tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections_locals *coroutine_heap = (struct tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections_locals *)coroutine->m_heap_storage;
// Dispatch to yield based on return label index:
switch(coroutine->m_yield_return_index) {
case 1: goto yield_return_1;
}
// Local variable initialization
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
static struct Nuitka_FrameObject *cache_m_frame = NULL;
coroutine_heap->var_conn = NULL;
coroutine_heap->type_description_1 = NULL;
coroutine_heap->exception_type = NULL;
coroutine_heap->exception_value = NULL;
coroutine_heap->exception_tb = NULL;
coroutine_heap->exception_lineno = 0;
coroutine_heap->tmp_return_value = NULL;
// Actual coroutine body.
// Tried code:
if (isFrameUnusable(cache_m_frame)) {
Py_XDECREF(cache_m_frame);
#if _DEBUG_REFCOUNTS
if (cache_m_frame == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_m_frame = MAKE_FUNCTION_FRAME(codeobj_ccdb36f3cb7664096800ef6278e9187f, module_tornado$httpserver, sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
coroutine->m_frame = cache_m_frame;
// Mark the frame object as in use, ref count 1 will be up for reuse.
Py_INCREF(coroutine->m_frame);
assert(Py_REFCNT(coroutine->m_frame) == 2); // Frame stack
#if PYTHON_VERSION >= 0x340
Nuitka_SetFrameGenerator(coroutine->m_frame, (PyObject *)coroutine);
#endif
assert(coroutine->m_frame->m_frame.f_back == NULL);
pushFrameStack(coroutine->m_frame);
// Taking a reference prevents reuse of generator frame while it is being used.
Py_INCREF(coroutine->m_frame->m_frame.f_back);
#if PYTHON_VERSION >= 0x300
// Accept currently existing exception as the one to publish again when we
// yield or yield from.
{
PyThreadState *thread_state = PyThreadState_GET();
#if PYTHON_VERSION < 0x3b0
EXC_TYPE_F(coroutine) = EXC_TYPE(thread_state);
if (EXC_TYPE_F(coroutine) == Py_None) EXC_TYPE_F(coroutine) = NULL;
Py_XINCREF(EXC_TYPE_F(coroutine));
#endif
EXC_VALUE_F(coroutine) = EXC_VALUE(thread_state);
Py_XINCREF(EXC_VALUE_F(coroutine));
#if PYTHON_VERSION < 0x3b0
ASSIGN_EXC_TRACEBACK_F(coroutine, EXC_TRACEBACK(thread_state));
Py_XINCREF(EXC_TRACEBACK_F(coroutine));
#endif
}
#endif
// Framed code:
loop_start_1:;
{
bool tmp_condition_result_1;
PyObject *tmp_operand_value_1;
PyObject *tmp_expression_value_1;
if (Nuitka_Cell_GET(coroutine->m_closure[0]) == NULL) {
FORMAT_UNBOUND_CLOSURE_ERROR(&coroutine_heap->exception_type, &coroutine_heap->exception_value, mod_consts[14]);
coroutine_heap->exception_tb = NULL;
NORMALIZE_EXCEPTION(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
CHAIN_EXCEPTION(coroutine_heap->exception_value);
coroutine_heap->exception_lineno = 230;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
tmp_expression_value_1 = Nuitka_Cell_GET(coroutine->m_closure[0]);
tmp_operand_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[10]);
if (tmp_operand_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 230;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
coroutine_heap->tmp_res = CHECK_IF_TRUE(tmp_operand_value_1);
Py_DECREF(tmp_operand_value_1);
if (coroutine_heap->tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 230;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
tmp_condition_result_1 = (coroutine_heap->tmp_res == 0) ? true : false;
if (tmp_condition_result_1 != false) {
goto branch_yes_1;
} else {
goto branch_no_1;
}
}
branch_yes_1:;
goto loop_end_1;
branch_no_1:;
{
PyObject *tmp_assign_source_1;
PyObject *tmp_value_value_1;
PyObject *tmp_iter_arg_1;
PyObject *tmp_expression_value_2;
if (Nuitka_Cell_GET(coroutine->m_closure[0]) == NULL) {
FORMAT_UNBOUND_CLOSURE_ERROR(&coroutine_heap->exception_type, &coroutine_heap->exception_value, mod_consts[14]);
coroutine_heap->exception_tb = NULL;
NORMALIZE_EXCEPTION(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
CHAIN_EXCEPTION(coroutine_heap->exception_value);
coroutine_heap->exception_lineno = 232;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
tmp_expression_value_2 = Nuitka_Cell_GET(coroutine->m_closure[0]);
tmp_iter_arg_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[10]);
if (tmp_iter_arg_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 232;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
tmp_value_value_1 = MAKE_ITERATOR(tmp_iter_arg_1);
Py_DECREF(tmp_iter_arg_1);
if (tmp_value_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 232;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
tmp_assign_source_1 = ITERATOR_NEXT(tmp_value_value_1);
Py_DECREF(tmp_value_value_1);
if (tmp_assign_source_1 == NULL) {
if (!ERROR_OCCURRED()) {
coroutine_heap->exception_type = PyExc_StopIteration;
Py_INCREF(coroutine_heap->exception_type);
coroutine_heap->exception_value = NULL;
coroutine_heap->exception_tb = NULL;
} else {
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
}
coroutine_heap->type_description_1 = "co";
coroutine_heap->exception_lineno = 232;
goto frame_exception_exit_1;
}
{
PyObject *old = coroutine_heap->var_conn;
coroutine_heap->var_conn = tmp_assign_source_1;
Py_XDECREF(old);
}
}
{
PyObject *tmp_expression_value_3;
PyObject *tmp_expression_value_4;
PyObject *tmp_called_instance_1;
PyObject *tmp_await_result_1;
coroutine->m_frame->m_frame.f_lineno = 233;
CHECK_OBJECT(coroutine_heap->var_conn);
tmp_called_instance_1 = coroutine_heap->var_conn;
coroutine->m_frame->m_frame.f_lineno = 233;
tmp_expression_value_4 = CALL_METHOD_NO_ARGS(tmp_called_instance_1, mod_consts[15]);
if (tmp_expression_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 233;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
tmp_expression_value_3 = ASYNC_AWAIT(tmp_expression_value_4, await_normal);
Py_DECREF(tmp_expression_value_4);
if (tmp_expression_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 233;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
Nuitka_PreserveHeap(coroutine_heap->yield_tmps, &tmp_expression_value_4, sizeof(PyObject *), &tmp_called_instance_1, sizeof(PyObject *), NULL);
coroutine->m_yield_return_index = 1;
coroutine->m_yieldfrom = tmp_expression_value_3;
coroutine->m_awaiting = true;
return NULL;
yield_return_1:
Nuitka_RestoreHeap(coroutine_heap->yield_tmps, &tmp_expression_value_4, sizeof(PyObject *), &tmp_called_instance_1, sizeof(PyObject *), NULL);
coroutine->m_awaiting = false;
if (yield_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 233;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
tmp_await_result_1 = yield_return_value;
if (tmp_await_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 233;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_await_result_1);
}
if (CONSIDER_THREADING() == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&coroutine_heap->exception_type, &coroutine_heap->exception_value, &coroutine_heap->exception_tb);
coroutine_heap->exception_lineno = 230;
coroutine_heap->type_description_1 = "co";
goto frame_exception_exit_1;
}
goto loop_start_1;
loop_end_1:;
Nuitka_Frame_MarkAsNotExecuting(coroutine->m_frame);
#if PYTHON_VERSION >= 0x300
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TYPE_F(coroutine));
#endif
Py_CLEAR(EXC_VALUE_F(coroutine));
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TRACEBACK_F(coroutine));
#endif
#endif
// Allow re-use of the frame again.
Py_DECREF(coroutine->m_frame);
goto frame_no_exception_1;
frame_exception_exit_1:;
// If it's not an exit exception, consider and create a traceback for it.
if (!EXCEPTION_MATCH_GENERATOR(coroutine_heap->exception_type)) {
if (coroutine_heap->exception_tb == NULL) {
coroutine_heap->exception_tb = MAKE_TRACEBACK(coroutine->m_frame, coroutine_heap->exception_lineno);
} else if (coroutine_heap->exception_tb->tb_frame != &coroutine->m_frame->m_frame) {
coroutine_heap->exception_tb = ADD_TRACEBACK(coroutine_heap->exception_tb, coroutine->m_frame, coroutine_heap->exception_lineno);
}
Nuitka_Frame_AttachLocals(
coroutine->m_frame,
coroutine_heap->type_description_1,
coroutine->m_closure[0],
coroutine_heap->var_conn
);
// Release cached frame if used for exception.
if (coroutine->m_frame == cache_m_frame) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_m_frame);
cache_m_frame = NULL;
}
assertFrameObject(coroutine->m_frame);
}
#if PYTHON_VERSION >= 0x300
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TYPE_F(coroutine));
#endif
Py_CLEAR(EXC_VALUE_F(coroutine));
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TRACEBACK_F(coroutine));
#endif
#endif
Py_DECREF(coroutine->m_frame);
// Return the error.
goto try_except_handler_1;
frame_no_exception_1:;
coroutine_heap->tmp_return_value = Py_None;
Py_INCREF(coroutine_heap->tmp_return_value);
goto try_return_handler_1;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_1:;
Py_XDECREF(coroutine_heap->var_conn);
coroutine_heap->var_conn = NULL;
goto function_return_exit;
// Exception handler code:
try_except_handler_1:;
coroutine_heap->exception_keeper_type_1 = coroutine_heap->exception_type;
coroutine_heap->exception_keeper_value_1 = coroutine_heap->exception_value;
coroutine_heap->exception_keeper_tb_1 = coroutine_heap->exception_tb;
coroutine_heap->exception_keeper_lineno_1 = coroutine_heap->exception_lineno;
coroutine_heap->exception_type = NULL;
coroutine_heap->exception_value = NULL;
coroutine_heap->exception_tb = NULL;
coroutine_heap->exception_lineno = 0;
Py_XDECREF(coroutine_heap->var_conn);
coroutine_heap->var_conn = NULL;
// Re-raise.
coroutine_heap->exception_type = coroutine_heap->exception_keeper_type_1;
coroutine_heap->exception_value = coroutine_heap->exception_keeper_value_1;
coroutine_heap->exception_tb = coroutine_heap->exception_keeper_tb_1;
coroutine_heap->exception_lineno = coroutine_heap->exception_keeper_lineno_1;
goto function_exception_exit;
// End of try:
NUITKA_CANNOT_GET_HERE("Return statement must be present");
function_exception_exit:
assert(coroutine_heap->exception_type);
RESTORE_ERROR_OCCURRED(coroutine_heap->exception_type, coroutine_heap->exception_value, coroutine_heap->exception_tb);
return NULL;
function_return_exit:;
coroutine->m_returned = coroutine_heap->tmp_return_value;
return NULL;
}
static PyObject *MAKE_COROUTINE_tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections(struct Nuitka_CellObject **closure) {
return Nuitka_Coroutine_New(
tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections_context,
module_tornado$httpserver,
mod_consts[16],
mod_consts[17],
codeobj_ccdb36f3cb7664096800ef6278e9187f,
closure,
1,
sizeof(struct tornado$httpserver$$$function__5_close_all_connections$$$coroutine__1_close_all_connections_locals)
);
}
static PyObject *impl_tornado$httpserver$$$function__6_handle_stream(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_self = python_pars[0];
PyObject *par_stream = python_pars[1];
PyObject *par_address = python_pars[2];
PyObject *var_context = NULL;
PyObject *var_conn = NULL;
struct Nuitka_FrameObject *frame_af859849e6d3bc70d0ff37524b3fdcb6;
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;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
static struct Nuitka_FrameObject *cache_frame_af859849e6d3bc70d0ff37524b3fdcb6 = NULL;
PyObject *tmp_return_value = NULL;
PyObject *exception_keeper_type_1;
PyObject *exception_keeper_value_1;
PyTracebackObject *exception_keeper_tb_1;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1;
// Actual function body.
// Tried code:
if (isFrameUnusable(cache_frame_af859849e6d3bc70d0ff37524b3fdcb6)) {
Py_XDECREF(cache_frame_af859849e6d3bc70d0ff37524b3fdcb6);
#if _DEBUG_REFCOUNTS
if (cache_frame_af859849e6d3bc70d0ff37524b3fdcb6 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_af859849e6d3bc70d0ff37524b3fdcb6 = MAKE_FUNCTION_FRAME(codeobj_af859849e6d3bc70d0ff37524b3fdcb6, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_af859849e6d3bc70d0ff37524b3fdcb6->m_type_description == NULL);
frame_af859849e6d3bc70d0ff37524b3fdcb6 = cache_frame_af859849e6d3bc70d0ff37524b3fdcb6;
// Push the new frame as the currently active one.
pushFrameStack(frame_af859849e6d3bc70d0ff37524b3fdcb6);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_af859849e6d3bc70d0ff37524b3fdcb6) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assign_source_1;
PyObject *tmp_called_value_1;
PyObject *tmp_args_element_value_1;
PyObject *tmp_args_element_value_2;
PyObject *tmp_args_element_value_3;
PyObject *tmp_expression_value_1;
PyObject *tmp_args_element_value_4;
PyObject *tmp_expression_value_2;
tmp_called_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[18]);
if (unlikely(tmp_called_value_1 == NULL)) {
tmp_called_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[18]);
}
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 236;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_stream);
tmp_args_element_value_1 = par_stream;
CHECK_OBJECT(par_address);
tmp_args_element_value_2 = par_address;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_args_element_value_3 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[2]);
if (tmp_args_element_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 237;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_expression_value_2 = par_self;
tmp_args_element_value_4 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[11]);
if (tmp_args_element_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_args_element_value_3);
exception_lineno = 237;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
frame_af859849e6d3bc70d0ff37524b3fdcb6->m_frame.f_lineno = 236;
{
PyObject *call_args[] = {tmp_args_element_value_1, tmp_args_element_value_2, tmp_args_element_value_3, tmp_args_element_value_4};
tmp_assign_source_1 = CALL_FUNCTION_WITH_ARGS4(tmp_called_value_1, call_args);
}
Py_DECREF(tmp_args_element_value_3);
Py_DECREF(tmp_args_element_value_4);
if (tmp_assign_source_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 236;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
assert(var_context == NULL);
var_context = tmp_assign_source_1;
}
{
PyObject *tmp_assign_source_2;
PyObject *tmp_called_value_2;
PyObject *tmp_args_element_value_5;
PyObject *tmp_args_element_value_6;
PyObject *tmp_expression_value_3;
PyObject *tmp_args_element_value_7;
tmp_called_value_2 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[19]);
if (unlikely(tmp_called_value_2 == NULL)) {
tmp_called_value_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[19]);
}
if (tmp_called_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 239;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_stream);
tmp_args_element_value_5 = par_stream;
CHECK_OBJECT(par_self);
tmp_expression_value_3 = par_self;
tmp_args_element_value_6 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[6]);
if (tmp_args_element_value_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 239;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(var_context);
tmp_args_element_value_7 = var_context;
frame_af859849e6d3bc70d0ff37524b3fdcb6->m_frame.f_lineno = 239;
{
PyObject *call_args[] = {tmp_args_element_value_5, tmp_args_element_value_6, tmp_args_element_value_7};
tmp_assign_source_2 = CALL_FUNCTION_WITH_ARGS3(tmp_called_value_2, call_args);
}
Py_DECREF(tmp_args_element_value_6);
if (tmp_assign_source_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 239;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
assert(var_conn == NULL);
var_conn = tmp_assign_source_2;
}
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_4;
PyObject *tmp_call_result_1;
PyObject *tmp_args_element_value_8;
CHECK_OBJECT(par_self);
tmp_expression_value_4 = par_self;
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[10]);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 240;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(var_conn);
tmp_args_element_value_8 = var_conn;
frame_af859849e6d3bc70d0ff37524b3fdcb6->m_frame.f_lineno = 240;
tmp_call_result_1 = CALL_METHOD_WITH_SINGLE_ARG(tmp_called_instance_1, mod_consts[20], tmp_args_element_value_8);
Py_DECREF(tmp_called_instance_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 240;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
{
PyObject *tmp_called_instance_2;
PyObject *tmp_call_result_2;
PyObject *tmp_args_element_value_9;
CHECK_OBJECT(var_conn);
tmp_called_instance_2 = var_conn;
CHECK_OBJECT(par_self);
tmp_args_element_value_9 = par_self;
frame_af859849e6d3bc70d0ff37524b3fdcb6->m_frame.f_lineno = 241;
tmp_call_result_2 = CALL_METHOD_WITH_SINGLE_ARG(tmp_called_instance_2, mod_consts[21], tmp_args_element_value_9);
if (tmp_call_result_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 241;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_2);
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_af859849e6d3bc70d0ff37524b3fdcb6);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_af859849e6d3bc70d0ff37524b3fdcb6);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_af859849e6d3bc70d0ff37524b3fdcb6, exception_lineno);
} else if (exception_tb->tb_frame != &frame_af859849e6d3bc70d0ff37524b3fdcb6->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_af859849e6d3bc70d0ff37524b3fdcb6, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_af859849e6d3bc70d0ff37524b3fdcb6,
type_description_1,
par_self,
par_stream,
par_address,
var_context,
var_conn
);
// Release cached frame if used for exception.
if (frame_af859849e6d3bc70d0ff37524b3fdcb6 == cache_frame_af859849e6d3bc70d0ff37524b3fdcb6) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_af859849e6d3bc70d0ff37524b3fdcb6);
cache_frame_af859849e6d3bc70d0ff37524b3fdcb6 = NULL;
}
assertFrameObject(frame_af859849e6d3bc70d0ff37524b3fdcb6);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto try_except_handler_1;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto try_return_handler_1;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_1:;
CHECK_OBJECT(var_context);
Py_DECREF(var_context);
var_context = NULL;
CHECK_OBJECT(var_conn);
Py_DECREF(var_conn);
var_conn = 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(var_context);
var_context = NULL;
Py_XDECREF(var_conn);
var_conn = 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:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_stream);
Py_DECREF(par_stream);
CHECK_OBJECT(par_address);
Py_DECREF(par_address);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_stream);
Py_DECREF(par_stream);
CHECK_OBJECT(par_address);
Py_DECREF(par_address);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__7_start_request(struct Nuitka_FunctionObject const *self, PyObject **python_pars) {
// Preserve error status for checks
#ifndef __NUITKA_NO_ASSERT__
NUITKA_MAY_BE_UNUSED bool had_error = ERROR_OCCURRED();
#endif
// Local variable declarations.
PyObject *par_self = python_pars[0];
PyObject *par_server_conn = python_pars[1];
PyObject *par_request_conn = python_pars[2];
PyObject *var_delegate = NULL;
struct Nuitka_FrameObject *frame_10bc337eef81c1cc3f086d932baa2293;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
int tmp_res;
static struct Nuitka_FrameObject *cache_frame_10bc337eef81c1cc3f086d932baa2293 = NULL;
PyObject *tmp_return_value = NULL;
PyObject *exception_keeper_type_1;
PyObject *exception_keeper_value_1;
PyTracebackObject *exception_keeper_tb_1;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1;
// Actual function body.
// Tried code:
if (isFrameUnusable(cache_frame_10bc337eef81c1cc3f086d932baa2293)) {
Py_XDECREF(cache_frame_10bc337eef81c1cc3f086d932baa2293);
#if _DEBUG_REFCOUNTS
if (cache_frame_10bc337eef81c1cc3f086d932baa2293 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_10bc337eef81c1cc3f086d932baa2293 = MAKE_FUNCTION_FRAME(codeobj_10bc337eef81c1cc3f086d932baa2293, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_10bc337eef81c1cc3f086d932baa2293->m_type_description == NULL);
frame_10bc337eef81c1cc3f086d932baa2293 = cache_frame_10bc337eef81c1cc3f086d932baa2293;
// Push the new frame as the currently active one.
pushFrameStack(frame_10bc337eef81c1cc3f086d932baa2293);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_10bc337eef81c1cc3f086d932baa2293) == 2); // Frame stack
// Framed code:
{
nuitka_bool tmp_condition_result_1;
PyObject *tmp_isinstance_inst_1;
PyObject *tmp_isinstance_cls_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_expression_value_2;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_isinstance_inst_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[0]);
if (tmp_isinstance_inst_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 246;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_expression_value_2 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_2 == NULL)) {
tmp_expression_value_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_isinstance_inst_1);
exception_lineno = 246;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_isinstance_cls_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[23]);
if (tmp_isinstance_cls_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_isinstance_inst_1);
exception_lineno = 246;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_res = PyObject_IsInstance(tmp_isinstance_inst_1, tmp_isinstance_cls_1);
Py_DECREF(tmp_isinstance_inst_1);
Py_DECREF(tmp_isinstance_cls_1);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 246;
type_description_1 = "oooo";
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_assign_source_1;
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_3;
PyObject *tmp_args_element_value_1;
PyObject *tmp_args_element_value_2;
CHECK_OBJECT(par_self);
tmp_expression_value_3 = par_self;
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[0]);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 247;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_server_conn);
tmp_args_element_value_1 = par_server_conn;
CHECK_OBJECT(par_request_conn);
tmp_args_element_value_2 = par_request_conn;
frame_10bc337eef81c1cc3f086d932baa2293->m_frame.f_lineno = 247;
{
PyObject *call_args[] = {tmp_args_element_value_1, tmp_args_element_value_2};
tmp_assign_source_1 = CALL_METHOD_WITH_ARGS2(
tmp_called_instance_1,
mod_consts[24],
call_args
);
}
Py_DECREF(tmp_called_instance_1);
if (tmp_assign_source_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 247;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
assert(var_delegate == NULL);
var_delegate = tmp_assign_source_1;
}
goto branch_end_1;
branch_no_1:;
{
PyObject *tmp_assign_source_2;
PyObject *tmp_called_value_1;
PyObject *tmp_args_element_value_3;
PyObject *tmp_expression_value_4;
PyObject *tmp_args_element_value_4;
tmp_called_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[25]);
if (unlikely(tmp_called_value_1 == NULL)) {
tmp_called_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[25]);
}
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 249;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_expression_value_4 = par_self;
tmp_args_element_value_3 = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[0]);
if (tmp_args_element_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 249;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_request_conn);
tmp_args_element_value_4 = par_request_conn;
frame_10bc337eef81c1cc3f086d932baa2293->m_frame.f_lineno = 249;
{
PyObject *call_args[] = {tmp_args_element_value_3, tmp_args_element_value_4};
tmp_assign_source_2 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_1, call_args);
}
Py_DECREF(tmp_args_element_value_3);
if (tmp_assign_source_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 249;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
assert(var_delegate == NULL);
var_delegate = tmp_assign_source_2;
}
branch_end_1:;
{
nuitka_bool tmp_condition_result_2;
PyObject *tmp_expression_value_5;
PyObject *tmp_attribute_value_1;
int tmp_truth_name_1;
CHECK_OBJECT(par_self);
tmp_expression_value_5 = par_self;
tmp_attribute_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_5, mod_consts[1]);
if (tmp_attribute_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 251;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_truth_name_1 = CHECK_IF_TRUE(tmp_attribute_value_1);
if (tmp_truth_name_1 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_attribute_value_1);
exception_lineno = 251;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_condition_result_2 = tmp_truth_name_1 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
Py_DECREF(tmp_attribute_value_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_3;
PyObject *tmp_called_value_2;
PyObject *tmp_args_element_value_5;
PyObject *tmp_args_element_value_6;
tmp_called_value_2 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[26]);
if (unlikely(tmp_called_value_2 == NULL)) {
tmp_called_value_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[26]);
}
if (tmp_called_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 252;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(var_delegate);
tmp_args_element_value_5 = var_delegate;
if (par_request_conn == NULL) {
FORMAT_UNBOUND_LOCAL_ERROR(&exception_type, &exception_value, mod_consts[27]);
exception_tb = NULL;
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 252;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_args_element_value_6 = par_request_conn;
frame_10bc337eef81c1cc3f086d932baa2293->m_frame.f_lineno = 252;
{
PyObject *call_args[] = {tmp_args_element_value_5, tmp_args_element_value_6};
tmp_assign_source_3 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_2, call_args);
}
if (tmp_assign_source_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 252;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
{
PyObject *old = var_delegate;
assert(old != NULL);
var_delegate = tmp_assign_source_3;
Py_DECREF(old);
}
}
branch_no_2:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_10bc337eef81c1cc3f086d932baa2293);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_10bc337eef81c1cc3f086d932baa2293);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_10bc337eef81c1cc3f086d932baa2293, exception_lineno);
} else if (exception_tb->tb_frame != &frame_10bc337eef81c1cc3f086d932baa2293->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_10bc337eef81c1cc3f086d932baa2293, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_10bc337eef81c1cc3f086d932baa2293,
type_description_1,
par_self,
par_server_conn,
par_request_conn,
var_delegate
);
// Release cached frame if used for exception.
if (frame_10bc337eef81c1cc3f086d932baa2293 == cache_frame_10bc337eef81c1cc3f086d932baa2293) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_10bc337eef81c1cc3f086d932baa2293);
cache_frame_10bc337eef81c1cc3f086d932baa2293 = NULL;
}
assertFrameObject(frame_10bc337eef81c1cc3f086d932baa2293);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto try_except_handler_1;
frame_no_exception_1:;
CHECK_OBJECT(var_delegate);
tmp_return_value = var_delegate;
Py_INCREF(tmp_return_value);
goto try_return_handler_1;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_1:;
CHECK_OBJECT(var_delegate);
Py_DECREF(var_delegate);
var_delegate = 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(var_delegate);
var_delegate = 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:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_server_conn);
Py_DECREF(par_server_conn);
CHECK_OBJECT(par_request_conn);
Py_DECREF(par_request_conn);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_server_conn);
Py_DECREF(par_server_conn);
CHECK_OBJECT(par_request_conn);
Py_DECREF(par_request_conn);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__8_on_close(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_self = python_pars[0];
PyObject *par_server_conn = python_pars[1];
struct Nuitka_FrameObject *frame_29982ff6459389f469b3178b2432b039;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_29982ff6459389f469b3178b2432b039 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_29982ff6459389f469b3178b2432b039)) {
Py_XDECREF(cache_frame_29982ff6459389f469b3178b2432b039);
#if _DEBUG_REFCOUNTS
if (cache_frame_29982ff6459389f469b3178b2432b039 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_29982ff6459389f469b3178b2432b039 = MAKE_FUNCTION_FRAME(codeobj_29982ff6459389f469b3178b2432b039, module_tornado$httpserver, sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_29982ff6459389f469b3178b2432b039->m_type_description == NULL);
frame_29982ff6459389f469b3178b2432b039 = cache_frame_29982ff6459389f469b3178b2432b039;
// Push the new frame as the currently active one.
pushFrameStack(frame_29982ff6459389f469b3178b2432b039);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_29982ff6459389f469b3178b2432b039) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_called_value_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_expression_value_2;
PyObject *tmp_call_result_1;
PyObject *tmp_args_element_value_1;
PyObject *tmp_called_value_2;
PyObject *tmp_expression_value_3;
PyObject *tmp_args_element_value_2;
PyObject *tmp_args_element_value_3;
CHECK_OBJECT(par_self);
tmp_expression_value_2 = par_self;
tmp_expression_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[10]);
if (tmp_expression_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 257;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
tmp_called_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[28]);
Py_DECREF(tmp_expression_value_1);
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 257;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
tmp_expression_value_3 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[29]);
if (unlikely(tmp_expression_value_3 == NULL)) {
tmp_expression_value_3 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[29]);
}
assert(!(tmp_expression_value_3 == NULL));
tmp_called_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[30]);
if (tmp_called_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
exception_lineno = 257;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
tmp_args_element_value_2 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[19]);
if (unlikely(tmp_args_element_value_2 == NULL)) {
tmp_args_element_value_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[19]);
}
if (tmp_args_element_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_called_value_2);
exception_lineno = 257;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_server_conn);
tmp_args_element_value_3 = par_server_conn;
frame_29982ff6459389f469b3178b2432b039->m_frame.f_lineno = 257;
{
PyObject *call_args[] = {tmp_args_element_value_2, tmp_args_element_value_3};
tmp_args_element_value_1 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_2, call_args);
}
Py_DECREF(tmp_called_value_2);
if (tmp_args_element_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
exception_lineno = 257;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
frame_29982ff6459389f469b3178b2432b039->m_frame.f_lineno = 257;
tmp_call_result_1 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_value_1, tmp_args_element_value_1);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_args_element_value_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 257;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_29982ff6459389f469b3178b2432b039);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_29982ff6459389f469b3178b2432b039);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_29982ff6459389f469b3178b2432b039, exception_lineno);
} else if (exception_tb->tb_frame != &frame_29982ff6459389f469b3178b2432b039->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_29982ff6459389f469b3178b2432b039, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_29982ff6459389f469b3178b2432b039,
type_description_1,
par_self,
par_server_conn
);
// Release cached frame if used for exception.
if (frame_29982ff6459389f469b3178b2432b039 == cache_frame_29982ff6459389f469b3178b2432b039) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_29982ff6459389f469b3178b2432b039);
cache_frame_29982ff6459389f469b3178b2432b039 = NULL;
}
assertFrameObject(frame_29982ff6459389f469b3178b2432b039);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_server_conn);
Py_DECREF(par_server_conn);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_server_conn);
Py_DECREF(par_server_conn);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__9___init__(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_self = python_pars[0];
PyObject *par_request_callback = python_pars[1];
PyObject *par_request_conn = python_pars[2];
struct Nuitka_FrameObject *frame_aa4cd3d27b4374aeec78c62e753873ea;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
bool tmp_result;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_aa4cd3d27b4374aeec78c62e753873ea = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_aa4cd3d27b4374aeec78c62e753873ea)) {
Py_XDECREF(cache_frame_aa4cd3d27b4374aeec78c62e753873ea);
#if _DEBUG_REFCOUNTS
if (cache_frame_aa4cd3d27b4374aeec78c62e753873ea == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_aa4cd3d27b4374aeec78c62e753873ea = MAKE_FUNCTION_FRAME(codeobj_aa4cd3d27b4374aeec78c62e753873ea, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_aa4cd3d27b4374aeec78c62e753873ea->m_type_description == NULL);
frame_aa4cd3d27b4374aeec78c62e753873ea = cache_frame_aa4cd3d27b4374aeec78c62e753873ea;
// Push the new frame as the currently active one.
pushFrameStack(frame_aa4cd3d27b4374aeec78c62e753873ea);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_aa4cd3d27b4374aeec78c62e753873ea) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_assattr_target_1;
CHECK_OBJECT(par_request_conn);
tmp_assattr_value_1 = par_request_conn;
CHECK_OBJECT(par_self);
tmp_assattr_target_1 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[31], tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 266;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_2;
PyObject *tmp_assattr_target_2;
CHECK_OBJECT(par_request_callback);
tmp_assattr_value_2 = par_request_callback;
CHECK_OBJECT(par_self);
tmp_assattr_target_2 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_2, mod_consts[0], tmp_assattr_value_2);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 267;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_3;
PyObject *tmp_assattr_target_3;
tmp_assattr_value_3 = Py_None;
CHECK_OBJECT(par_self);
tmp_assattr_target_3 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_3, mod_consts[32], tmp_assattr_value_3);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 268;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_4;
PyObject *tmp_assattr_target_4;
tmp_assattr_value_4 = Py_None;
CHECK_OBJECT(par_self);
tmp_assattr_target_4 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_4, mod_consts[33], tmp_assattr_value_4);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 269;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_5;
PyObject *tmp_assattr_target_5;
tmp_assattr_value_5 = MAKE_LIST_EMPTY(0);
CHECK_OBJECT(par_self);
tmp_assattr_target_5 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_5, mod_consts[34], tmp_assattr_value_5);
Py_DECREF(tmp_assattr_value_5);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 270;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_aa4cd3d27b4374aeec78c62e753873ea);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_aa4cd3d27b4374aeec78c62e753873ea);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_aa4cd3d27b4374aeec78c62e753873ea, exception_lineno);
} else if (exception_tb->tb_frame != &frame_aa4cd3d27b4374aeec78c62e753873ea->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_aa4cd3d27b4374aeec78c62e753873ea, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_aa4cd3d27b4374aeec78c62e753873ea,
type_description_1,
par_self,
par_request_callback,
par_request_conn
);
// Release cached frame if used for exception.
if (frame_aa4cd3d27b4374aeec78c62e753873ea == cache_frame_aa4cd3d27b4374aeec78c62e753873ea) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_aa4cd3d27b4374aeec78c62e753873ea);
cache_frame_aa4cd3d27b4374aeec78c62e753873ea = NULL;
}
assertFrameObject(frame_aa4cd3d27b4374aeec78c62e753873ea);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_request_callback);
Py_DECREF(par_request_callback);
CHECK_OBJECT(par_request_conn);
Py_DECREF(par_request_conn);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_request_callback);
Py_DECREF(par_request_callback);
CHECK_OBJECT(par_request_conn);
Py_DECREF(par_request_conn);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__10_headers_received(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_self = python_pars[0];
PyObject *par_start_line = python_pars[1];
PyObject *par_headers = python_pars[2];
struct Nuitka_FrameObject *frame_3fe5cfbd2b2483537becfd6e3228fab6;
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;
bool tmp_result;
static struct Nuitka_FrameObject *cache_frame_3fe5cfbd2b2483537becfd6e3228fab6 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_3fe5cfbd2b2483537becfd6e3228fab6)) {
Py_XDECREF(cache_frame_3fe5cfbd2b2483537becfd6e3228fab6);
#if _DEBUG_REFCOUNTS
if (cache_frame_3fe5cfbd2b2483537becfd6e3228fab6 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_3fe5cfbd2b2483537becfd6e3228fab6 = MAKE_FUNCTION_FRAME(codeobj_3fe5cfbd2b2483537becfd6e3228fab6, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_3fe5cfbd2b2483537becfd6e3228fab6->m_type_description == NULL);
frame_3fe5cfbd2b2483537becfd6e3228fab6 = cache_frame_3fe5cfbd2b2483537becfd6e3228fab6;
// Push the new frame as the currently active one.
pushFrameStack(frame_3fe5cfbd2b2483537becfd6e3228fab6);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_3fe5cfbd2b2483537becfd6e3228fab6) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_called_value_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_kw_call_value_0_1;
PyObject *tmp_expression_value_2;
PyObject *tmp_kw_call_value_1_1;
PyObject *tmp_called_value_2;
PyObject *tmp_expression_value_3;
PyObject *tmp_args_element_value_1;
PyObject *tmp_expression_value_4;
PyObject *tmp_args_element_value_2;
PyObject *tmp_kw_call_value_2_1;
PyObject *tmp_assattr_target_1;
tmp_expression_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_1 == NULL)) {
tmp_expression_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 277;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
tmp_called_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[35]);
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 277;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_expression_value_2 = par_self;
tmp_kw_call_value_0_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[31]);
if (tmp_kw_call_value_0_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
exception_lineno = 278;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
tmp_expression_value_3 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[29]);
if (unlikely(tmp_expression_value_3 == NULL)) {
tmp_expression_value_3 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[29]);
}
assert(!(tmp_expression_value_3 == NULL));
tmp_called_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[30]);
if (tmp_called_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_kw_call_value_0_1);
exception_lineno = 279;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
tmp_expression_value_4 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_4 == NULL)) {
tmp_expression_value_4 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_kw_call_value_0_1);
Py_DECREF(tmp_called_value_2);
exception_lineno = 279;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
tmp_args_element_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[36]);
if (tmp_args_element_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_kw_call_value_0_1);
Py_DECREF(tmp_called_value_2);
exception_lineno = 279;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_start_line);
tmp_args_element_value_2 = par_start_line;
frame_3fe5cfbd2b2483537becfd6e3228fab6->m_frame.f_lineno = 279;
{
PyObject *call_args[] = {tmp_args_element_value_1, tmp_args_element_value_2};
tmp_kw_call_value_1_1 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_2, call_args);
}
Py_DECREF(tmp_called_value_2);
Py_DECREF(tmp_args_element_value_1);
if (tmp_kw_call_value_1_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_kw_call_value_0_1);
exception_lineno = 279;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_headers);
tmp_kw_call_value_2_1 = par_headers;
frame_3fe5cfbd2b2483537becfd6e3228fab6->m_frame.f_lineno = 277;
{
PyObject *kw_values[3] = {tmp_kw_call_value_0_1, tmp_kw_call_value_1_1, tmp_kw_call_value_2_1};
tmp_assattr_value_1 = CALL_FUNCTION_WITH_NO_ARGS_KWSPLIT(tmp_called_value_1, kw_values, mod_consts[37]);
}
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_kw_call_value_0_1);
Py_DECREF(tmp_kw_call_value_1_1);
if (tmp_assattr_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 277;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_1 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[32], tmp_assattr_value_1);
Py_DECREF(tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 277;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_3fe5cfbd2b2483537becfd6e3228fab6);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_3fe5cfbd2b2483537becfd6e3228fab6);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_3fe5cfbd2b2483537becfd6e3228fab6, exception_lineno);
} else if (exception_tb->tb_frame != &frame_3fe5cfbd2b2483537becfd6e3228fab6->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_3fe5cfbd2b2483537becfd6e3228fab6, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_3fe5cfbd2b2483537becfd6e3228fab6,
type_description_1,
par_self,
par_start_line,
par_headers
);
// Release cached frame if used for exception.
if (frame_3fe5cfbd2b2483537becfd6e3228fab6 == cache_frame_3fe5cfbd2b2483537becfd6e3228fab6) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_3fe5cfbd2b2483537becfd6e3228fab6);
cache_frame_3fe5cfbd2b2483537becfd6e3228fab6 = NULL;
}
assertFrameObject(frame_3fe5cfbd2b2483537becfd6e3228fab6);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_start_line);
Py_DECREF(par_start_line);
CHECK_OBJECT(par_headers);
Py_DECREF(par_headers);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_start_line);
Py_DECREF(par_start_line);
CHECK_OBJECT(par_headers);
Py_DECREF(par_headers);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__11_data_received(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_self = python_pars[0];
PyObject *par_chunk = python_pars[1];
struct Nuitka_FrameObject *frame_53b25be566754bfb7084d540d1012095;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_53b25be566754bfb7084d540d1012095 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_53b25be566754bfb7084d540d1012095)) {
Py_XDECREF(cache_frame_53b25be566754bfb7084d540d1012095);
#if _DEBUG_REFCOUNTS
if (cache_frame_53b25be566754bfb7084d540d1012095 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_53b25be566754bfb7084d540d1012095 = MAKE_FUNCTION_FRAME(codeobj_53b25be566754bfb7084d540d1012095, module_tornado$httpserver, sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_53b25be566754bfb7084d540d1012095->m_type_description == NULL);
frame_53b25be566754bfb7084d540d1012095 = cache_frame_53b25be566754bfb7084d540d1012095;
// Push the new frame as the currently active one.
pushFrameStack(frame_53b25be566754bfb7084d540d1012095);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_53b25be566754bfb7084d540d1012095) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_call_result_1;
PyObject *tmp_args_element_value_1;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[34]);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 285;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_chunk);
tmp_args_element_value_1 = par_chunk;
frame_53b25be566754bfb7084d540d1012095->m_frame.f_lineno = 285;
tmp_call_result_1 = CALL_METHOD_WITH_SINGLE_ARG(tmp_called_instance_1, mod_consts[38], tmp_args_element_value_1);
Py_DECREF(tmp_called_instance_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 285;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_53b25be566754bfb7084d540d1012095);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_53b25be566754bfb7084d540d1012095);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_53b25be566754bfb7084d540d1012095, exception_lineno);
} else if (exception_tb->tb_frame != &frame_53b25be566754bfb7084d540d1012095->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_53b25be566754bfb7084d540d1012095, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_53b25be566754bfb7084d540d1012095,
type_description_1,
par_self,
par_chunk
);
// Release cached frame if used for exception.
if (frame_53b25be566754bfb7084d540d1012095 == cache_frame_53b25be566754bfb7084d540d1012095) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_53b25be566754bfb7084d540d1012095);
cache_frame_53b25be566754bfb7084d540d1012095 = NULL;
}
assertFrameObject(frame_53b25be566754bfb7084d540d1012095);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_chunk);
Py_DECREF(par_chunk);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_chunk);
Py_DECREF(par_chunk);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__12_finish(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_self = python_pars[0];
struct Nuitka_FrameObject *frame_5a1be2006508f985fdca00754aeef1f8;
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;
bool tmp_result;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
static struct Nuitka_FrameObject *cache_frame_5a1be2006508f985fdca00754aeef1f8 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_5a1be2006508f985fdca00754aeef1f8)) {
Py_XDECREF(cache_frame_5a1be2006508f985fdca00754aeef1f8);
#if _DEBUG_REFCOUNTS
if (cache_frame_5a1be2006508f985fdca00754aeef1f8 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_5a1be2006508f985fdca00754aeef1f8 = MAKE_FUNCTION_FRAME(codeobj_5a1be2006508f985fdca00754aeef1f8, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_5a1be2006508f985fdca00754aeef1f8->m_type_description == NULL);
frame_5a1be2006508f985fdca00754aeef1f8 = cache_frame_5a1be2006508f985fdca00754aeef1f8;
// Push the new frame as the currently active one.
pushFrameStack(frame_5a1be2006508f985fdca00754aeef1f8);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_5a1be2006508f985fdca00754aeef1f8) == 2); // Frame stack
// Framed code:
{
bool tmp_condition_result_1;
PyObject *tmp_cmp_expr_left_1;
PyObject *tmp_cmp_expr_right_1;
PyObject *tmp_expression_value_1;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_cmp_expr_left_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[32]);
if (tmp_cmp_expr_left_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 289;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_cmp_expr_right_1 = Py_None;
tmp_condition_result_1 = (tmp_cmp_expr_left_1 == tmp_cmp_expr_right_1) ? true : false;
Py_DECREF(tmp_cmp_expr_left_1);
if (tmp_condition_result_1 != false) {
goto branch_yes_1;
} else {
goto branch_no_1;
}
}
branch_yes_1:;
{
PyObject *tmp_raise_type_1;
tmp_raise_type_1 = PyExc_AssertionError;
exception_type = tmp_raise_type_1;
Py_INCREF(tmp_raise_type_1);
exception_lineno = 289;
RAISE_EXCEPTION_WITH_TYPE(&exception_type, &exception_value, &exception_tb);
type_description_1 = "o";
goto frame_exception_exit_1;
}
branch_no_1:;
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_called_value_1;
PyObject *tmp_expression_value_2;
PyObject *tmp_args_element_value_1;
PyObject *tmp_expression_value_3;
PyObject *tmp_assattr_target_1;
PyObject *tmp_expression_value_4;
tmp_expression_value_2 = mod_consts[39];
tmp_called_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[40]);
assert(!(tmp_called_value_1 == NULL));
CHECK_OBJECT(par_self);
tmp_expression_value_3 = par_self;
tmp_args_element_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[34]);
if (tmp_args_element_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
exception_lineno = 290;
type_description_1 = "o";
goto frame_exception_exit_1;
}
frame_5a1be2006508f985fdca00754aeef1f8->m_frame.f_lineno = 290;
tmp_assattr_value_1 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_value_1, tmp_args_element_value_1);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_args_element_value_1);
if (tmp_assattr_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 290;
type_description_1 = "o";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_expression_value_4 = par_self;
tmp_assattr_target_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[32]);
if (tmp_assattr_target_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_assattr_value_1);
exception_lineno = 290;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[41], tmp_assattr_value_1);
Py_DECREF(tmp_assattr_value_1);
Py_DECREF(tmp_assattr_target_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 290;
type_description_1 = "o";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_5;
PyObject *tmp_call_result_1;
CHECK_OBJECT(par_self);
tmp_expression_value_5 = par_self;
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_5, mod_consts[32]);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 291;
type_description_1 = "o";
goto frame_exception_exit_1;
}
frame_5a1be2006508f985fdca00754aeef1f8->m_frame.f_lineno = 291;
tmp_call_result_1 = CALL_METHOD_NO_ARGS(tmp_called_instance_1, mod_consts[42]);
Py_DECREF(tmp_called_instance_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 291;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
{
PyObject *tmp_called_value_2;
PyObject *tmp_expression_value_6;
PyObject *tmp_call_result_2;
PyObject *tmp_args_element_value_2;
PyObject *tmp_expression_value_7;
CHECK_OBJECT(par_self);
tmp_expression_value_6 = par_self;
tmp_called_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_6, mod_consts[0]);
if (tmp_called_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 292;
type_description_1 = "o";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_expression_value_7 = par_self;
tmp_args_element_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_7, mod_consts[32]);
if (tmp_args_element_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_2);
exception_lineno = 292;
type_description_1 = "o";
goto frame_exception_exit_1;
}
frame_5a1be2006508f985fdca00754aeef1f8->m_frame.f_lineno = 292;
tmp_call_result_2 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_value_2, tmp_args_element_value_2);
Py_DECREF(tmp_called_value_2);
Py_DECREF(tmp_args_element_value_2);
if (tmp_call_result_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 292;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_2);
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_5a1be2006508f985fdca00754aeef1f8);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_5a1be2006508f985fdca00754aeef1f8);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_5a1be2006508f985fdca00754aeef1f8, exception_lineno);
} else if (exception_tb->tb_frame != &frame_5a1be2006508f985fdca00754aeef1f8->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_5a1be2006508f985fdca00754aeef1f8, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_5a1be2006508f985fdca00754aeef1f8,
type_description_1,
par_self
);
// Release cached frame if used for exception.
if (frame_5a1be2006508f985fdca00754aeef1f8 == cache_frame_5a1be2006508f985fdca00754aeef1f8) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_5a1be2006508f985fdca00754aeef1f8);
cache_frame_5a1be2006508f985fdca00754aeef1f8 = NULL;
}
assertFrameObject(frame_5a1be2006508f985fdca00754aeef1f8);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__13_on_connection_close(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_self = python_pars[0];
struct Nuitka_FrameObject *frame_e8b802c3513643439f3c77d4c7b7307b;
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;
static struct Nuitka_FrameObject *cache_frame_e8b802c3513643439f3c77d4c7b7307b = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_e8b802c3513643439f3c77d4c7b7307b)) {
Py_XDECREF(cache_frame_e8b802c3513643439f3c77d4c7b7307b);
#if _DEBUG_REFCOUNTS
if (cache_frame_e8b802c3513643439f3c77d4c7b7307b == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_e8b802c3513643439f3c77d4c7b7307b = MAKE_FUNCTION_FRAME(codeobj_e8b802c3513643439f3c77d4c7b7307b, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_e8b802c3513643439f3c77d4c7b7307b->m_type_description == NULL);
frame_e8b802c3513643439f3c77d4c7b7307b = cache_frame_e8b802c3513643439f3c77d4c7b7307b;
// Push the new frame as the currently active one.
pushFrameStack(frame_e8b802c3513643439f3c77d4c7b7307b);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_e8b802c3513643439f3c77d4c7b7307b) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_attrdel_target_1;
CHECK_OBJECT(par_self);
tmp_attrdel_target_1 = par_self;
tmp_res = PyObject_DelAttr(tmp_attrdel_target_1, mod_consts[34]);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 295;
type_description_1 = "o";
goto frame_exception_exit_1;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_e8b802c3513643439f3c77d4c7b7307b);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_e8b802c3513643439f3c77d4c7b7307b);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_e8b802c3513643439f3c77d4c7b7307b, exception_lineno);
} else if (exception_tb->tb_frame != &frame_e8b802c3513643439f3c77d4c7b7307b->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_e8b802c3513643439f3c77d4c7b7307b, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_e8b802c3513643439f3c77d4c7b7307b,
type_description_1,
par_self
);
// Release cached frame if used for exception.
if (frame_e8b802c3513643439f3c77d4c7b7307b == cache_frame_e8b802c3513643439f3c77d4c7b7307b) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_e8b802c3513643439f3c77d4c7b7307b);
cache_frame_e8b802c3513643439f3c77d4c7b7307b = NULL;
}
assertFrameObject(frame_e8b802c3513643439f3c77d4c7b7307b);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__14___init__(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_self = python_pars[0];
PyObject *par_stream = python_pars[1];
PyObject *par_address = python_pars[2];
PyObject *par_protocol = python_pars[3];
PyObject *par_trusted_downstream = python_pars[4];
struct Nuitka_FrameObject *frame_d5b781ae418f95bcbb78433c136b17c7;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
bool tmp_result;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
int tmp_res;
static struct Nuitka_FrameObject *cache_frame_d5b781ae418f95bcbb78433c136b17c7 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_d5b781ae418f95bcbb78433c136b17c7)) {
Py_XDECREF(cache_frame_d5b781ae418f95bcbb78433c136b17c7);
#if _DEBUG_REFCOUNTS
if (cache_frame_d5b781ae418f95bcbb78433c136b17c7 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_d5b781ae418f95bcbb78433c136b17c7 = MAKE_FUNCTION_FRAME(codeobj_d5b781ae418f95bcbb78433c136b17c7, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_d5b781ae418f95bcbb78433c136b17c7->m_type_description == NULL);
frame_d5b781ae418f95bcbb78433c136b17c7 = cache_frame_d5b781ae418f95bcbb78433c136b17c7;
// Push the new frame as the currently active one.
pushFrameStack(frame_d5b781ae418f95bcbb78433c136b17c7);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_d5b781ae418f95bcbb78433c136b17c7) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_assattr_target_1;
CHECK_OBJECT(par_address);
tmp_assattr_value_1 = par_address;
CHECK_OBJECT(par_self);
tmp_assattr_target_1 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[43], tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 306;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
{
bool tmp_condition_result_1;
PyObject *tmp_cmp_expr_left_1;
PyObject *tmp_cmp_expr_right_1;
PyObject *tmp_expression_value_1;
CHECK_OBJECT(par_stream);
tmp_expression_value_1 = par_stream;
tmp_cmp_expr_left_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[44]);
if (tmp_cmp_expr_left_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 310;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_cmp_expr_right_1 = Py_None;
tmp_condition_result_1 = (tmp_cmp_expr_left_1 != tmp_cmp_expr_right_1) ? true : false;
Py_DECREF(tmp_cmp_expr_left_1);
if (tmp_condition_result_1 != false) {
goto branch_yes_1;
} else {
goto branch_no_1;
}
}
branch_yes_1:;
{
PyObject *tmp_assattr_value_2;
PyObject *tmp_expression_value_2;
PyObject *tmp_expression_value_3;
PyObject *tmp_assattr_target_2;
CHECK_OBJECT(par_stream);
tmp_expression_value_3 = par_stream;
tmp_expression_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[44]);
if (tmp_expression_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 311;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_assattr_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[45]);
Py_DECREF(tmp_expression_value_2);
if (tmp_assattr_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 311;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_2 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_2, mod_consts[46], tmp_assattr_value_2);
Py_DECREF(tmp_assattr_value_2);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 311;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
goto branch_end_1;
branch_no_1:;
{
PyObject *tmp_assattr_value_3;
PyObject *tmp_assattr_target_3;
tmp_assattr_value_3 = Py_None;
CHECK_OBJECT(par_self);
tmp_assattr_target_3 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_3, mod_consts[46], tmp_assattr_value_3);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 313;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
branch_end_1:;
{
bool tmp_condition_result_2;
int tmp_and_left_truth_1;
bool tmp_and_left_value_1;
bool tmp_and_right_value_1;
PyObject *tmp_cmp_expr_left_2;
PyObject *tmp_cmp_expr_right_2;
PyObject *tmp_expression_value_4;
PyObject *tmp_tuple_element_1;
PyObject *tmp_expression_value_5;
PyObject *tmp_cmp_expr_left_3;
PyObject *tmp_cmp_expr_right_3;
CHECK_OBJECT(par_self);
tmp_expression_value_4 = par_self;
tmp_cmp_expr_left_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[46]);
if (tmp_cmp_expr_left_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 316;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_expression_value_5 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[44]);
if (unlikely(tmp_expression_value_5 == NULL)) {
tmp_expression_value_5 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[44]);
}
if (tmp_expression_value_5 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_cmp_expr_left_2);
exception_lineno = 316;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_tuple_element_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_5, mod_consts[47]);
if (tmp_tuple_element_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_cmp_expr_left_2);
exception_lineno = 316;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_cmp_expr_right_2 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_6;
PyTuple_SET_ITEM(tmp_cmp_expr_right_2, 0, tmp_tuple_element_1);
tmp_expression_value_6 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[44]);
if (unlikely(tmp_expression_value_6 == NULL)) {
tmp_expression_value_6 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[44]);
}
if (tmp_expression_value_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 316;
type_description_1 = "ooooo";
goto tuple_build_exception_1;
}
tmp_tuple_element_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_6, mod_consts[48]);
if (tmp_tuple_element_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 316;
type_description_1 = "ooooo";
goto tuple_build_exception_1;
}
PyTuple_SET_ITEM(tmp_cmp_expr_right_2, 1, tmp_tuple_element_1);
}
goto tuple_build_noexception_1;
// Exception handling pass through code for tuple_build:
tuple_build_exception_1:;
Py_DECREF(tmp_cmp_expr_left_2);
Py_DECREF(tmp_cmp_expr_right_2);
goto frame_exception_exit_1;
// Finished with no exception for tuple_build:
tuple_build_noexception_1:;
tmp_res = PySequence_Contains(tmp_cmp_expr_right_2, tmp_cmp_expr_left_2);
Py_DECREF(tmp_cmp_expr_left_2);
Py_DECREF(tmp_cmp_expr_right_2);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 316;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_and_left_value_1 = (tmp_res == 1) ? true : false;
tmp_and_left_truth_1 = tmp_and_left_value_1 != false ? 1 : 0;
if (tmp_and_left_truth_1 == 1) {
goto and_right_1;
} else {
goto and_left_1;
}
and_right_1:;
CHECK_OBJECT(par_address);
tmp_cmp_expr_left_3 = par_address;
tmp_cmp_expr_right_3 = Py_None;
tmp_and_right_value_1 = (tmp_cmp_expr_left_3 != tmp_cmp_expr_right_3) ? true : 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 != false) {
goto branch_yes_2;
} else {
goto branch_no_2;
}
}
branch_yes_2:;
{
PyObject *tmp_assattr_value_4;
PyObject *tmp_expression_value_7;
PyObject *tmp_subscript_value_1;
PyObject *tmp_assattr_target_4;
CHECK_OBJECT(par_address);
tmp_expression_value_7 = par_address;
tmp_subscript_value_1 = mod_consts[49];
tmp_assattr_value_4 = LOOKUP_SUBSCRIPT_CONST(tmp_expression_value_7, tmp_subscript_value_1, 0);
if (tmp_assattr_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 319;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_4 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_4, mod_consts[50], tmp_assattr_value_4);
Py_DECREF(tmp_assattr_value_4);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 319;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
goto branch_end_2;
branch_no_2:;
{
PyObject *tmp_assattr_value_5;
PyObject *tmp_assattr_target_5;
tmp_assattr_value_5 = mod_consts[51];
CHECK_OBJECT(par_self);
tmp_assattr_target_5 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_5, mod_consts[50], tmp_assattr_value_5);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 322;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
branch_end_2:;
{
nuitka_bool tmp_condition_result_3;
int tmp_truth_name_1;
CHECK_OBJECT(par_protocol);
tmp_truth_name_1 = CHECK_IF_TRUE(par_protocol);
if (tmp_truth_name_1 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 323;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_condition_result_3 = tmp_truth_name_1 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
if (tmp_condition_result_3 == NUITKA_BOOL_TRUE) {
goto branch_yes_3;
} else {
goto branch_no_3;
}
}
branch_yes_3:;
{
PyObject *tmp_assattr_value_6;
PyObject *tmp_assattr_target_6;
CHECK_OBJECT(par_protocol);
tmp_assattr_value_6 = par_protocol;
CHECK_OBJECT(par_self);
tmp_assattr_target_6 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_6, mod_consts[2], tmp_assattr_value_6);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 324;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
goto branch_end_3;
branch_no_3:;
{
nuitka_bool tmp_condition_result_4;
PyObject *tmp_isinstance_inst_1;
PyObject *tmp_isinstance_cls_1;
PyObject *tmp_expression_value_8;
CHECK_OBJECT(par_stream);
tmp_isinstance_inst_1 = par_stream;
tmp_expression_value_8 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[52]);
if (unlikely(tmp_expression_value_8 == NULL)) {
tmp_expression_value_8 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[52]);
}
if (tmp_expression_value_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 325;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_isinstance_cls_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_8, mod_consts[53]);
if (tmp_isinstance_cls_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 325;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_res = PyObject_IsInstance(tmp_isinstance_inst_1, tmp_isinstance_cls_1);
Py_DECREF(tmp_isinstance_cls_1);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 325;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
tmp_condition_result_4 = (tmp_res != 0) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE;
if (tmp_condition_result_4 == NUITKA_BOOL_TRUE) {
goto branch_yes_4;
} else {
goto branch_no_4;
}
}
branch_yes_4:;
{
PyObject *tmp_assattr_value_7;
PyObject *tmp_assattr_target_7;
tmp_assattr_value_7 = mod_consts[54];
CHECK_OBJECT(par_self);
tmp_assattr_target_7 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_7, mod_consts[2], tmp_assattr_value_7);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 326;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
goto branch_end_4;
branch_no_4:;
{
PyObject *tmp_assattr_value_8;
PyObject *tmp_assattr_target_8;
tmp_assattr_value_8 = mod_consts[55];
CHECK_OBJECT(par_self);
tmp_assattr_target_8 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_8, mod_consts[2], tmp_assattr_value_8);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 328;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
branch_end_4:;
branch_end_3:;
{
PyObject *tmp_assattr_value_9;
PyObject *tmp_expression_value_9;
PyObject *tmp_assattr_target_9;
CHECK_OBJECT(par_self);
tmp_expression_value_9 = par_self;
tmp_assattr_value_9 = LOOKUP_ATTRIBUTE(tmp_expression_value_9, mod_consts[50]);
if (tmp_assattr_value_9 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 329;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_9 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_9, mod_consts[56], tmp_assattr_value_9);
Py_DECREF(tmp_assattr_value_9);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 329;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_10;
PyObject *tmp_expression_value_10;
PyObject *tmp_assattr_target_10;
CHECK_OBJECT(par_self);
tmp_expression_value_10 = par_self;
tmp_assattr_value_10 = LOOKUP_ATTRIBUTE(tmp_expression_value_10, mod_consts[2]);
if (tmp_assattr_value_10 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 330;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_10 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_10, mod_consts[57], tmp_assattr_value_10);
Py_DECREF(tmp_assattr_value_10);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 330;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_11;
PyObject *tmp_set_arg_1;
int tmp_or_left_truth_1;
PyObject *tmp_or_left_value_1;
PyObject *tmp_or_right_value_1;
PyObject *tmp_assattr_target_11;
CHECK_OBJECT(par_trusted_downstream);
tmp_or_left_value_1 = par_trusted_downstream;
tmp_or_left_truth_1 = CHECK_IF_TRUE(tmp_or_left_value_1);
if (tmp_or_left_truth_1 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 331;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
if (tmp_or_left_truth_1 == 1) {
goto or_left_1;
} else {
goto or_right_1;
}
or_right_1:;
tmp_or_right_value_1 = MAKE_LIST_EMPTY(0);
tmp_set_arg_1 = tmp_or_right_value_1;
goto or_end_1;
or_left_1:;
Py_INCREF(tmp_or_left_value_1);
tmp_set_arg_1 = tmp_or_left_value_1;
or_end_1:;
tmp_assattr_value_11 = PySet_New(tmp_set_arg_1);
Py_DECREF(tmp_set_arg_1);
if (tmp_assattr_value_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 331;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_11 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_11, mod_consts[11], tmp_assattr_value_11);
Py_DECREF(tmp_assattr_value_11);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 331;
type_description_1 = "ooooo";
goto frame_exception_exit_1;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_d5b781ae418f95bcbb78433c136b17c7);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_d5b781ae418f95bcbb78433c136b17c7);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_d5b781ae418f95bcbb78433c136b17c7, exception_lineno);
} else if (exception_tb->tb_frame != &frame_d5b781ae418f95bcbb78433c136b17c7->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_d5b781ae418f95bcbb78433c136b17c7, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_d5b781ae418f95bcbb78433c136b17c7,
type_description_1,
par_self,
par_stream,
par_address,
par_protocol,
par_trusted_downstream
);
// Release cached frame if used for exception.
if (frame_d5b781ae418f95bcbb78433c136b17c7 == cache_frame_d5b781ae418f95bcbb78433c136b17c7) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_d5b781ae418f95bcbb78433c136b17c7);
cache_frame_d5b781ae418f95bcbb78433c136b17c7 = NULL;
}
assertFrameObject(frame_d5b781ae418f95bcbb78433c136b17c7);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_stream);
Py_DECREF(par_stream);
CHECK_OBJECT(par_address);
Py_DECREF(par_address);
CHECK_OBJECT(par_protocol);
Py_DECREF(par_protocol);
CHECK_OBJECT(par_trusted_downstream);
Py_DECREF(par_trusted_downstream);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_stream);
Py_DECREF(par_stream);
CHECK_OBJECT(par_address);
Py_DECREF(par_address);
CHECK_OBJECT(par_protocol);
Py_DECREF(par_protocol);
CHECK_OBJECT(par_trusted_downstream);
Py_DECREF(par_trusted_downstream);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__15___str__(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_self = python_pars[0];
struct Nuitka_FrameObject *frame_f99be9591450608e52142d4a641138d3;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
int tmp_res;
PyObject *tmp_return_value = NULL;
static struct Nuitka_FrameObject *cache_frame_f99be9591450608e52142d4a641138d3 = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_f99be9591450608e52142d4a641138d3)) {
Py_XDECREF(cache_frame_f99be9591450608e52142d4a641138d3);
#if _DEBUG_REFCOUNTS
if (cache_frame_f99be9591450608e52142d4a641138d3 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_f99be9591450608e52142d4a641138d3 = MAKE_FUNCTION_FRAME(codeobj_f99be9591450608e52142d4a641138d3, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_f99be9591450608e52142d4a641138d3->m_type_description == NULL);
frame_f99be9591450608e52142d4a641138d3 = cache_frame_f99be9591450608e52142d4a641138d3;
// Push the new frame as the currently active one.
pushFrameStack(frame_f99be9591450608e52142d4a641138d3);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_f99be9591450608e52142d4a641138d3) == 2); // Frame stack
// Framed code:
{
bool tmp_condition_result_1;
PyObject *tmp_cmp_expr_left_1;
PyObject *tmp_cmp_expr_right_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_tuple_element_1;
PyObject *tmp_expression_value_2;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_cmp_expr_left_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[46]);
if (tmp_cmp_expr_left_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 334;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_expression_value_2 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[44]);
if (unlikely(tmp_expression_value_2 == NULL)) {
tmp_expression_value_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[44]);
}
if (tmp_expression_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_cmp_expr_left_1);
exception_lineno = 334;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_tuple_element_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[47]);
if (tmp_tuple_element_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_cmp_expr_left_1);
exception_lineno = 334;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_cmp_expr_right_1 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_3;
PyTuple_SET_ITEM(tmp_cmp_expr_right_1, 0, tmp_tuple_element_1);
tmp_expression_value_3 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[44]);
if (unlikely(tmp_expression_value_3 == NULL)) {
tmp_expression_value_3 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[44]);
}
if (tmp_expression_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 334;
type_description_1 = "o";
goto tuple_build_exception_1;
}
tmp_tuple_element_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[48]);
if (tmp_tuple_element_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 334;
type_description_1 = "o";
goto tuple_build_exception_1;
}
PyTuple_SET_ITEM(tmp_cmp_expr_right_1, 1, tmp_tuple_element_1);
}
goto tuple_build_noexception_1;
// Exception handling pass through code for tuple_build:
tuple_build_exception_1:;
Py_DECREF(tmp_cmp_expr_left_1);
Py_DECREF(tmp_cmp_expr_right_1);
goto frame_exception_exit_1;
// Finished with no exception for tuple_build:
tuple_build_noexception_1:;
tmp_res = PySequence_Contains(tmp_cmp_expr_right_1, tmp_cmp_expr_left_1);
Py_DECREF(tmp_cmp_expr_left_1);
Py_DECREF(tmp_cmp_expr_right_1);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 334;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_condition_result_1 = (tmp_res == 1) ? true : false;
if (tmp_condition_result_1 != false) {
goto branch_yes_1;
} else {
goto branch_no_1;
}
}
branch_yes_1:;
{
PyObject *tmp_expression_value_4;
CHECK_OBJECT(par_self);
tmp_expression_value_4 = par_self;
tmp_return_value = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[50]);
if (tmp_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 335;
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;
PyObject *tmp_expression_value_5;
CHECK_OBJECT(par_self);
tmp_expression_value_5 = par_self;
tmp_isinstance_inst_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_5, mod_consts[43]);
if (tmp_isinstance_inst_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 336;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_isinstance_cls_1 = (PyObject *)&PyBytes_Type;
tmp_res = PyObject_IsInstance(tmp_isinstance_inst_1, tmp_isinstance_cls_1);
Py_DECREF(tmp_isinstance_inst_1);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 336;
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_value_1;
PyObject *tmp_args_element_value_1;
PyObject *tmp_expression_value_6;
tmp_called_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[58]);
if (unlikely(tmp_called_value_1 == NULL)) {
tmp_called_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[58]);
}
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 340;
type_description_1 = "o";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_expression_value_6 = par_self;
tmp_args_element_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_6, mod_consts[43]);
if (tmp_args_element_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 340;
type_description_1 = "o";
goto frame_exception_exit_1;
}
frame_f99be9591450608e52142d4a641138d3->m_frame.f_lineno = 340;
tmp_return_value = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_value_1, tmp_args_element_value_1);
Py_DECREF(tmp_args_element_value_1);
if (tmp_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 340;
type_description_1 = "o";
goto frame_exception_exit_1;
}
goto frame_return_exit_1;
}
goto branch_end_2;
branch_no_2:;
{
PyObject *tmp_unicode_arg_1;
PyObject *tmp_expression_value_7;
CHECK_OBJECT(par_self);
tmp_expression_value_7 = par_self;
tmp_unicode_arg_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_7, mod_consts[43]);
if (tmp_unicode_arg_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 342;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_return_value = PyObject_Unicode(tmp_unicode_arg_1);
Py_DECREF(tmp_unicode_arg_1);
if (tmp_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 342;
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_f99be9591450608e52142d4a641138d3);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_return_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_f99be9591450608e52142d4a641138d3);
#endif
// Put the previous frame back on top.
popFrameStack();
goto function_return_exit;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_f99be9591450608e52142d4a641138d3);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_f99be9591450608e52142d4a641138d3, exception_lineno);
} else if (exception_tb->tb_frame != &frame_f99be9591450608e52142d4a641138d3->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_f99be9591450608e52142d4a641138d3, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_f99be9591450608e52142d4a641138d3,
type_description_1,
par_self
);
// Release cached frame if used for exception.
if (frame_f99be9591450608e52142d4a641138d3 == cache_frame_f99be9591450608e52142d4a641138d3) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_f99be9591450608e52142d4a641138d3);
cache_frame_f99be9591450608e52142d4a641138d3 = NULL;
}
assertFrameObject(frame_f99be9591450608e52142d4a641138d3);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__16__apply_xheaders(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_self = python_pars[0];
PyObject *par_headers = python_pars[1];
PyObject *var_ip = NULL;
PyObject *var_proto_header = NULL;
PyObject *tmp_for_loop_1__for_iterator = NULL;
PyObject *tmp_for_loop_1__iter_value = NULL;
PyObject *tmp_genexpr_1__$0 = NULL;
struct Nuitka_FrameObject *frame_e479799813525b085f1416ded7a27998;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
int tmp_res;
PyObject *exception_keeper_type_1;
PyObject *exception_keeper_value_1;
PyTracebackObject *exception_keeper_tb_1;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1;
bool tmp_result;
static struct Nuitka_FrameObject *cache_frame_e479799813525b085f1416ded7a27998 = NULL;
PyObject *tmp_return_value = 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 body.
// Tried code:
if (isFrameUnusable(cache_frame_e479799813525b085f1416ded7a27998)) {
Py_XDECREF(cache_frame_e479799813525b085f1416ded7a27998);
#if _DEBUG_REFCOUNTS
if (cache_frame_e479799813525b085f1416ded7a27998 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_e479799813525b085f1416ded7a27998 = MAKE_FUNCTION_FRAME(codeobj_e479799813525b085f1416ded7a27998, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_e479799813525b085f1416ded7a27998->m_type_description == NULL);
frame_e479799813525b085f1416ded7a27998 = cache_frame_e479799813525b085f1416ded7a27998;
// Push the new frame as the currently active one.
pushFrameStack(frame_e479799813525b085f1416ded7a27998);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_e479799813525b085f1416ded7a27998) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assign_source_1;
PyObject *tmp_called_value_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_args_element_value_1;
PyObject *tmp_args_element_value_2;
PyObject *tmp_expression_value_2;
CHECK_OBJECT(par_headers);
tmp_expression_value_1 = par_headers;
tmp_called_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[59]);
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 347;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_args_element_value_1 = mod_consts[60];
CHECK_OBJECT(par_self);
tmp_expression_value_2 = par_self;
tmp_args_element_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[50]);
if (tmp_args_element_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_1);
exception_lineno = 347;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 347;
{
PyObject *call_args[] = {tmp_args_element_value_1, tmp_args_element_value_2};
tmp_assign_source_1 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_1, call_args);
}
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_args_element_value_2);
if (tmp_assign_source_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 347;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
assert(var_ip == NULL);
var_ip = tmp_assign_source_1;
}
{
PyObject *tmp_assign_source_2;
PyObject *tmp_iter_arg_1;
{
PyObject *tmp_assign_source_3;
PyObject *tmp_iter_arg_2;
PyObject *tmp_called_value_2;
PyObject *tmp_args_element_value_3;
PyObject *tmp_called_value_3;
PyObject *tmp_expression_value_3;
tmp_called_value_2 = (PyObject *)&PyReversed_Type;
CHECK_OBJECT(var_ip);
tmp_expression_value_3 = var_ip;
tmp_called_value_3 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[61]);
if (tmp_called_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 349;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 349;
tmp_args_element_value_3 = CALL_FUNCTION_WITH_POSARGS1(tmp_called_value_3, mod_consts[62]);
Py_DECREF(tmp_called_value_3);
if (tmp_args_element_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 349;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 349;
tmp_iter_arg_2 = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_value_2, tmp_args_element_value_3);
Py_DECREF(tmp_args_element_value_3);
if (tmp_iter_arg_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 349;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_assign_source_3 = MAKE_ITERATOR(tmp_iter_arg_2);
Py_DECREF(tmp_iter_arg_2);
if (tmp_assign_source_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 349;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
assert(tmp_genexpr_1__$0 == NULL);
tmp_genexpr_1__$0 = tmp_assign_source_3;
}
// Tried code:
{
struct Nuitka_CellObject *tmp_closure_1[1];
tmp_closure_1[0] = Nuitka_Cell_New0(tmp_genexpr_1__$0);
tmp_iter_arg_1 = MAKE_GENERATOR_tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr(tmp_closure_1);
goto try_return_handler_2;
}
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_2:;
CHECK_OBJECT(tmp_genexpr_1__$0);
Py_DECREF(tmp_genexpr_1__$0);
tmp_genexpr_1__$0 = NULL;
goto outline_result_1;
// End of try:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
outline_result_1:;
tmp_assign_source_2 = MAKE_ITERATOR(tmp_iter_arg_1);
Py_DECREF(tmp_iter_arg_1);
if (tmp_assign_source_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 349;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
assert(tmp_for_loop_1__for_iterator == NULL);
tmp_for_loop_1__for_iterator = tmp_assign_source_2;
}
// 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 = "oooo";
exception_lineno = 349;
goto try_except_handler_3;
}
}
{
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_ip;
var_ip = tmp_assign_source_5;
Py_INCREF(var_ip);
Py_XDECREF(old);
}
}
{
bool tmp_condition_result_1;
PyObject *tmp_cmp_expr_left_1;
PyObject *tmp_cmp_expr_right_1;
PyObject *tmp_expression_value_4;
CHECK_OBJECT(var_ip);
tmp_cmp_expr_left_1 = var_ip;
if (par_self == NULL) {
FORMAT_UNBOUND_LOCAL_ERROR(&exception_type, &exception_value, mod_consts[14]);
exception_tb = NULL;
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 350;
type_description_1 = "oooo";
goto try_except_handler_3;
}
tmp_expression_value_4 = par_self;
tmp_cmp_expr_right_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[11]);
if (tmp_cmp_expr_right_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 350;
type_description_1 = "oooo";
goto try_except_handler_3;
}
tmp_res = PySequence_Contains(tmp_cmp_expr_right_1, tmp_cmp_expr_left_1);
Py_DECREF(tmp_cmp_expr_right_1);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 350;
type_description_1 = "oooo";
goto try_except_handler_3;
}
tmp_condition_result_1 = (tmp_res == 0) ? true : false;
if (tmp_condition_result_1 != false) {
goto branch_yes_1;
} else {
goto branch_no_1;
}
}
branch_yes_1:;
goto loop_end_1;
branch_no_1:;
if (CONSIDER_THREADING() == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 349;
type_description_1 = "oooo";
goto try_except_handler_3;
}
goto loop_start_1;
loop_end_1:;
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;
Py_XDECREF(tmp_for_loop_1__iter_value);
tmp_for_loop_1__iter_value = NULL;
CHECK_OBJECT(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(tmp_for_loop_1__for_iterator);
Py_DECREF(tmp_for_loop_1__for_iterator);
tmp_for_loop_1__for_iterator = NULL;
{
PyObject *tmp_assign_source_6;
PyObject *tmp_called_value_4;
PyObject *tmp_expression_value_5;
PyObject *tmp_args_element_value_4;
PyObject *tmp_args_element_value_5;
CHECK_OBJECT(par_headers);
tmp_expression_value_5 = par_headers;
tmp_called_value_4 = LOOKUP_ATTRIBUTE(tmp_expression_value_5, mod_consts[59]);
if (tmp_called_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 352;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_args_element_value_4 = mod_consts[63];
if (var_ip == NULL) {
Py_DECREF(tmp_called_value_4);
FORMAT_UNBOUND_LOCAL_ERROR(&exception_type, &exception_value, mod_consts[64]);
exception_tb = NULL;
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 352;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_args_element_value_5 = var_ip;
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 352;
{
PyObject *call_args[] = {tmp_args_element_value_4, tmp_args_element_value_5};
tmp_assign_source_6 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_4, call_args);
}
Py_DECREF(tmp_called_value_4);
if (tmp_assign_source_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 352;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
{
PyObject *old = var_ip;
var_ip = tmp_assign_source_6;
Py_XDECREF(old);
}
}
{
nuitka_bool tmp_condition_result_2;
PyObject *tmp_called_instance_1;
PyObject *tmp_call_result_1;
PyObject *tmp_args_element_value_6;
int tmp_truth_name_1;
tmp_called_instance_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[65]);
if (unlikely(tmp_called_instance_1 == NULL)) {
tmp_called_instance_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[65]);
}
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 353;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(var_ip);
tmp_args_element_value_6 = var_ip;
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 353;
tmp_call_result_1 = CALL_METHOD_WITH_SINGLE_ARG(tmp_called_instance_1, mod_consts[66], tmp_args_element_value_6);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 353;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_truth_name_1 = CHECK_IF_TRUE(tmp_call_result_1);
if (tmp_truth_name_1 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_call_result_1);
exception_lineno = 353;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_condition_result_2 = tmp_truth_name_1 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
Py_DECREF(tmp_call_result_1);
if (tmp_condition_result_2 == NUITKA_BOOL_TRUE) {
goto branch_yes_2;
} else {
goto branch_no_2;
}
}
branch_yes_2:;
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_assattr_target_1;
CHECK_OBJECT(var_ip);
tmp_assattr_value_1 = var_ip;
if (par_self == NULL) {
FORMAT_UNBOUND_LOCAL_ERROR(&exception_type, &exception_value, mod_consts[14]);
exception_tb = NULL;
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 354;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_assattr_target_1 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[50], tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 354;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
}
branch_no_2:;
{
PyObject *tmp_assign_source_7;
PyObject *tmp_called_value_5;
PyObject *tmp_expression_value_6;
PyObject *tmp_args_element_value_7;
PyObject *tmp_args_element_value_8;
PyObject *tmp_called_value_6;
PyObject *tmp_expression_value_7;
PyObject *tmp_args_element_value_9;
PyObject *tmp_args_element_value_10;
PyObject *tmp_expression_value_8;
CHECK_OBJECT(par_headers);
tmp_expression_value_6 = par_headers;
tmp_called_value_5 = LOOKUP_ATTRIBUTE(tmp_expression_value_6, mod_consts[59]);
if (tmp_called_value_5 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 356;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_args_element_value_7 = mod_consts[67];
CHECK_OBJECT(par_headers);
tmp_expression_value_7 = par_headers;
tmp_called_value_6 = LOOKUP_ATTRIBUTE(tmp_expression_value_7, mod_consts[59]);
if (tmp_called_value_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_5);
exception_lineno = 357;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_args_element_value_9 = mod_consts[68];
if (par_self == NULL) {
Py_DECREF(tmp_called_value_5);
Py_DECREF(tmp_called_value_6);
FORMAT_UNBOUND_LOCAL_ERROR(&exception_type, &exception_value, mod_consts[14]);
exception_tb = NULL;
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 357;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_expression_value_8 = par_self;
tmp_args_element_value_10 = LOOKUP_ATTRIBUTE(tmp_expression_value_8, mod_consts[2]);
if (tmp_args_element_value_10 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_5);
Py_DECREF(tmp_called_value_6);
exception_lineno = 357;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 357;
{
PyObject *call_args[] = {tmp_args_element_value_9, tmp_args_element_value_10};
tmp_args_element_value_8 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_6, call_args);
}
Py_DECREF(tmp_called_value_6);
Py_DECREF(tmp_args_element_value_10);
if (tmp_args_element_value_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_5);
exception_lineno = 357;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 356;
{
PyObject *call_args[] = {tmp_args_element_value_7, tmp_args_element_value_8};
tmp_assign_source_7 = CALL_FUNCTION_WITH_ARGS2(tmp_called_value_5, call_args);
}
Py_DECREF(tmp_called_value_5);
Py_DECREF(tmp_args_element_value_8);
if (tmp_assign_source_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 356;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
assert(var_proto_header == NULL);
var_proto_header = tmp_assign_source_7;
}
{
nuitka_bool tmp_condition_result_3;
int tmp_truth_name_2;
CHECK_OBJECT(var_proto_header);
tmp_truth_name_2 = CHECK_IF_TRUE(var_proto_header);
if (tmp_truth_name_2 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 359;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_condition_result_3 = tmp_truth_name_2 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
if (tmp_condition_result_3 == NUITKA_BOOL_TRUE) {
goto branch_yes_3;
} else {
goto branch_no_3;
}
}
branch_yes_3:;
{
PyObject *tmp_assign_source_8;
PyObject *tmp_called_value_7;
PyObject *tmp_expression_value_9;
PyObject *tmp_expression_value_10;
PyObject *tmp_called_value_8;
PyObject *tmp_expression_value_11;
PyObject *tmp_subscript_value_1;
CHECK_OBJECT(var_proto_header);
tmp_expression_value_11 = var_proto_header;
tmp_called_value_8 = LOOKUP_ATTRIBUTE(tmp_expression_value_11, mod_consts[61]);
if (tmp_called_value_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 362;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 362;
tmp_expression_value_10 = CALL_FUNCTION_WITH_POSARGS1(tmp_called_value_8, mod_consts[62]);
Py_DECREF(tmp_called_value_8);
if (tmp_expression_value_10 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 362;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_subscript_value_1 = mod_consts[69];
tmp_expression_value_9 = LOOKUP_SUBSCRIPT_CONST(tmp_expression_value_10, tmp_subscript_value_1, -1);
Py_DECREF(tmp_expression_value_10);
if (tmp_expression_value_9 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 362;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_called_value_7 = LOOKUP_ATTRIBUTE(tmp_expression_value_9, mod_consts[70]);
Py_DECREF(tmp_expression_value_9);
if (tmp_called_value_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 362;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
frame_e479799813525b085f1416ded7a27998->m_frame.f_lineno = 362;
tmp_assign_source_8 = CALL_FUNCTION_NO_ARGS(tmp_called_value_7);
Py_DECREF(tmp_called_value_7);
if (tmp_assign_source_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 362;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
{
PyObject *old = var_proto_header;
assert(old != NULL);
var_proto_header = tmp_assign_source_8;
Py_DECREF(old);
}
}
branch_no_3:;
{
bool tmp_condition_result_4;
PyObject *tmp_cmp_expr_left_2;
PyObject *tmp_cmp_expr_right_2;
CHECK_OBJECT(var_proto_header);
tmp_cmp_expr_left_2 = var_proto_header;
tmp_cmp_expr_right_2 = mod_consts[71];
tmp_res = PySequence_Contains(tmp_cmp_expr_right_2, tmp_cmp_expr_left_2);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 363;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_condition_result_4 = (tmp_res == 1) ? true : false;
if (tmp_condition_result_4 != false) {
goto branch_yes_4;
} else {
goto branch_no_4;
}
}
branch_yes_4:;
{
PyObject *tmp_assattr_value_2;
PyObject *tmp_assattr_target_2;
CHECK_OBJECT(var_proto_header);
tmp_assattr_value_2 = var_proto_header;
if (par_self == NULL) {
FORMAT_UNBOUND_LOCAL_ERROR(&exception_type, &exception_value, mod_consts[14]);
exception_tb = NULL;
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 364;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
tmp_assattr_target_2 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_2, mod_consts[2], tmp_assattr_value_2);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 364;
type_description_1 = "oooo";
goto frame_exception_exit_1;
}
}
branch_no_4:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_e479799813525b085f1416ded7a27998);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_e479799813525b085f1416ded7a27998);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_e479799813525b085f1416ded7a27998, exception_lineno);
} else if (exception_tb->tb_frame != &frame_e479799813525b085f1416ded7a27998->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_e479799813525b085f1416ded7a27998, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_e479799813525b085f1416ded7a27998,
type_description_1,
par_self,
par_headers,
var_ip,
var_proto_header
);
// Release cached frame if used for exception.
if (frame_e479799813525b085f1416ded7a27998 == cache_frame_e479799813525b085f1416ded7a27998) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_e479799813525b085f1416ded7a27998);
cache_frame_e479799813525b085f1416ded7a27998 = NULL;
}
assertFrameObject(frame_e479799813525b085f1416ded7a27998);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto try_except_handler_1;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto try_return_handler_1;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_1:;
CHECK_OBJECT(var_ip);
Py_DECREF(var_ip);
var_ip = NULL;
CHECK_OBJECT(var_proto_header);
Py_DECREF(var_proto_header);
var_proto_header = 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(var_ip);
var_ip = NULL;
Py_XDECREF(var_proto_header);
var_proto_header = 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:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_headers);
Py_DECREF(par_headers);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_headers);
Py_DECREF(par_headers);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
struct tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr_locals {
PyObject *var_cand;
PyObject *tmp_iter_value_0;
char const *type_description_1;
PyObject *exception_type;
PyObject *exception_value;
PyTracebackObject *exception_tb;
int exception_lineno;
char yield_tmps[1024];
PyObject *exception_keeper_type_1;
PyObject *exception_keeper_value_1;
PyTracebackObject *exception_keeper_tb_1;
int exception_keeper_lineno_1;
PyObject *exception_keeper_type_2;
PyObject *exception_keeper_value_2;
PyTracebackObject *exception_keeper_tb_2;
int exception_keeper_lineno_2;
};
static PyObject *tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr_context(struct Nuitka_GeneratorObject *generator, PyObject *yield_return_value) {
CHECK_OBJECT(generator);
assert(Nuitka_Generator_Check((PyObject *)generator));
CHECK_OBJECT_X(yield_return_value);
// Heap access if used.
struct tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr_locals *generator_heap = (struct tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr_locals *)generator->m_heap_storage;
// Dispatch to yield based on return label index:
switch(generator->m_yield_return_index) {
case 1: goto yield_return_1;
}
// Local variable initialization
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
static struct Nuitka_FrameObject *cache_m_frame = NULL;
generator_heap->var_cand = NULL;
generator_heap->tmp_iter_value_0 = NULL;
generator_heap->type_description_1 = NULL;
generator_heap->exception_type = NULL;
generator_heap->exception_value = NULL;
generator_heap->exception_tb = NULL;
generator_heap->exception_lineno = 0;
// Actual generator function body.
// Tried code:
if (isFrameUnusable(cache_m_frame)) {
Py_XDECREF(cache_m_frame);
#if _DEBUG_REFCOUNTS
if (cache_m_frame == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_m_frame = MAKE_FUNCTION_FRAME(codeobj_ea78af5c27ba7af3d92c91fa9ac36a8a, module_tornado$httpserver, sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
generator->m_frame = cache_m_frame;
// Mark the frame object as in use, ref count 1 will be up for reuse.
Py_INCREF(generator->m_frame);
assert(Py_REFCNT(generator->m_frame) == 2); // Frame stack
#if PYTHON_VERSION >= 0x340
Nuitka_SetFrameGenerator(generator->m_frame, (PyObject *)generator);
#endif
assert(generator->m_frame->m_frame.f_back == NULL);
pushFrameStack(generator->m_frame);
// Taking a reference prevents reuse of generator frame while it is being used.
Py_INCREF(generator->m_frame->m_frame.f_back);
#if PYTHON_VERSION >= 0x300
// Accept currently existing exception as the one to publish again when we
// yield or yield from.
{
PyThreadState *thread_state = PyThreadState_GET();
#if PYTHON_VERSION < 0x3b0
EXC_TYPE_F(generator) = EXC_TYPE(thread_state);
if (EXC_TYPE_F(generator) == Py_None) EXC_TYPE_F(generator) = NULL;
Py_XINCREF(EXC_TYPE_F(generator));
#endif
EXC_VALUE_F(generator) = EXC_VALUE(thread_state);
Py_XINCREF(EXC_VALUE_F(generator));
#if PYTHON_VERSION < 0x3b0
ASSIGN_EXC_TRACEBACK_F(generator, EXC_TRACEBACK(thread_state));
Py_XINCREF(EXC_TRACEBACK_F(generator));
#endif
}
#endif
// Framed code:
// Tried code:
loop_start_1:;
{
PyObject *tmp_next_source_1;
PyObject *tmp_assign_source_1;
CHECK_OBJECT(Nuitka_Cell_GET(generator->m_closure[0]));
tmp_next_source_1 = Nuitka_Cell_GET(generator->m_closure[0]);
tmp_assign_source_1 = ITERATOR_NEXT(tmp_next_source_1);
if (tmp_assign_source_1 == NULL) {
if (CHECK_AND_CLEAR_STOP_ITERATION_OCCURRED()) {
goto loop_end_1;
} else {
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb);
generator_heap->type_description_1 = "No";
generator_heap->exception_lineno = 349;
goto try_except_handler_2;
}
}
{
PyObject *old = generator_heap->tmp_iter_value_0;
generator_heap->tmp_iter_value_0 = tmp_assign_source_1;
Py_XDECREF(old);
}
}
{
PyObject *tmp_assign_source_2;
CHECK_OBJECT(generator_heap->tmp_iter_value_0);
tmp_assign_source_2 = generator_heap->tmp_iter_value_0;
{
PyObject *old = generator_heap->var_cand;
generator_heap->var_cand = tmp_assign_source_2;
Py_INCREF(generator_heap->var_cand);
Py_XDECREF(old);
}
}
{
PyObject *tmp_expression_value_1;
PyObject *tmp_called_value_1;
PyObject *tmp_expression_value_2;
NUITKA_MAY_BE_UNUSED PyObject *tmp_yield_result_1;
CHECK_OBJECT(generator_heap->var_cand);
tmp_expression_value_2 = generator_heap->var_cand;
tmp_called_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[70]);
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb);
generator_heap->exception_lineno = 349;
generator_heap->type_description_1 = "No";
goto try_except_handler_2;
}
generator->m_frame->m_frame.f_lineno = 349;
tmp_expression_value_1 = CALL_FUNCTION_NO_ARGS(tmp_called_value_1);
Py_DECREF(tmp_called_value_1);
if (tmp_expression_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb);
generator_heap->exception_lineno = 349;
generator_heap->type_description_1 = "No";
goto try_except_handler_2;
}
Nuitka_PreserveHeap(generator_heap->yield_tmps, &tmp_called_value_1, sizeof(PyObject *), &tmp_expression_value_2, sizeof(PyObject *), NULL);
generator->m_yield_return_index = 1;
return tmp_expression_value_1;
yield_return_1:
Nuitka_RestoreHeap(generator_heap->yield_tmps, &tmp_called_value_1, sizeof(PyObject *), &tmp_expression_value_2, sizeof(PyObject *), NULL);
if (yield_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb);
generator_heap->exception_lineno = 349;
generator_heap->type_description_1 = "No";
goto try_except_handler_2;
}
tmp_yield_result_1 = yield_return_value;
}
if (CONSIDER_THREADING() == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&generator_heap->exception_type, &generator_heap->exception_value, &generator_heap->exception_tb);
generator_heap->exception_lineno = 349;
generator_heap->type_description_1 = "No";
goto try_except_handler_2;
}
goto loop_start_1;
loop_end_1:;
goto try_end_1;
// Exception handler code:
try_except_handler_2:;
generator_heap->exception_keeper_type_1 = generator_heap->exception_type;
generator_heap->exception_keeper_value_1 = generator_heap->exception_value;
generator_heap->exception_keeper_tb_1 = generator_heap->exception_tb;
generator_heap->exception_keeper_lineno_1 = generator_heap->exception_lineno;
generator_heap->exception_type = NULL;
generator_heap->exception_value = NULL;
generator_heap->exception_tb = NULL;
generator_heap->exception_lineno = 0;
Py_XDECREF(generator_heap->tmp_iter_value_0);
generator_heap->tmp_iter_value_0 = NULL;
// Re-raise.
generator_heap->exception_type = generator_heap->exception_keeper_type_1;
generator_heap->exception_value = generator_heap->exception_keeper_value_1;
generator_heap->exception_tb = generator_heap->exception_keeper_tb_1;
generator_heap->exception_lineno = generator_heap->exception_keeper_lineno_1;
goto frame_exception_exit_1;
// End of try:
try_end_1:;
Nuitka_Frame_MarkAsNotExecuting(generator->m_frame);
#if PYTHON_VERSION >= 0x300
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TYPE_F(generator));
#endif
Py_CLEAR(EXC_VALUE_F(generator));
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TRACEBACK_F(generator));
#endif
#endif
// Allow re-use of the frame again.
Py_DECREF(generator->m_frame);
goto frame_no_exception_1;
frame_exception_exit_1:;
// If it's not an exit exception, consider and create a traceback for it.
if (!EXCEPTION_MATCH_GENERATOR(generator_heap->exception_type)) {
if (generator_heap->exception_tb == NULL) {
generator_heap->exception_tb = MAKE_TRACEBACK(generator->m_frame, generator_heap->exception_lineno);
} else if (generator_heap->exception_tb->tb_frame != &generator->m_frame->m_frame) {
generator_heap->exception_tb = ADD_TRACEBACK(generator_heap->exception_tb, generator->m_frame, generator_heap->exception_lineno);
}
Nuitka_Frame_AttachLocals(
generator->m_frame,
generator_heap->type_description_1,
NULL,
generator_heap->var_cand
);
// Release cached frame if used for exception.
if (generator->m_frame == cache_m_frame) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_m_frame);
cache_m_frame = NULL;
}
assertFrameObject(generator->m_frame);
}
#if PYTHON_VERSION >= 0x300
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TYPE_F(generator));
#endif
Py_CLEAR(EXC_VALUE_F(generator));
#if PYTHON_VERSION < 0x3b0
Py_CLEAR(EXC_TRACEBACK_F(generator));
#endif
#endif
Py_DECREF(generator->m_frame);
// Return the error.
goto try_except_handler_1;
frame_no_exception_1:;
goto try_end_2;
// Exception handler code:
try_except_handler_1:;
generator_heap->exception_keeper_type_2 = generator_heap->exception_type;
generator_heap->exception_keeper_value_2 = generator_heap->exception_value;
generator_heap->exception_keeper_tb_2 = generator_heap->exception_tb;
generator_heap->exception_keeper_lineno_2 = generator_heap->exception_lineno;
generator_heap->exception_type = NULL;
generator_heap->exception_value = NULL;
generator_heap->exception_tb = NULL;
generator_heap->exception_lineno = 0;
Py_XDECREF(generator_heap->var_cand);
generator_heap->var_cand = NULL;
// Re-raise.
generator_heap->exception_type = generator_heap->exception_keeper_type_2;
generator_heap->exception_value = generator_heap->exception_keeper_value_2;
generator_heap->exception_tb = generator_heap->exception_keeper_tb_2;
generator_heap->exception_lineno = generator_heap->exception_keeper_lineno_2;
goto function_exception_exit;
// End of try:
try_end_2:;
Py_XDECREF(generator_heap->tmp_iter_value_0);
generator_heap->tmp_iter_value_0 = NULL;
Py_XDECREF(generator_heap->var_cand);
generator_heap->var_cand = NULL;
return NULL;
function_exception_exit:
assert(generator_heap->exception_type);
RESTORE_ERROR_OCCURRED(generator_heap->exception_type, generator_heap->exception_value, generator_heap->exception_tb);
return NULL;
}
static PyObject *MAKE_GENERATOR_tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr(struct Nuitka_CellObject **closure) {
return Nuitka_Generator_New(
tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr_context,
module_tornado$httpserver,
mod_consts[73],
#if PYTHON_VERSION >= 0x350
mod_consts[74],
#endif
codeobj_ea78af5c27ba7af3d92c91fa9ac36a8a,
closure,
1,
sizeof(struct tornado$httpserver$$$function__16__apply_xheaders$$$genexpr__1_genexpr_locals)
);
}
static PyObject *impl_tornado$httpserver$$$function__17__unapply_xheaders(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_self = python_pars[0];
struct Nuitka_FrameObject *frame_14e646c41c6bc793a6d8324aa28cdbe4;
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;
bool tmp_result;
static struct Nuitka_FrameObject *cache_frame_14e646c41c6bc793a6d8324aa28cdbe4 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_14e646c41c6bc793a6d8324aa28cdbe4)) {
Py_XDECREF(cache_frame_14e646c41c6bc793a6d8324aa28cdbe4);
#if _DEBUG_REFCOUNTS
if (cache_frame_14e646c41c6bc793a6d8324aa28cdbe4 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_14e646c41c6bc793a6d8324aa28cdbe4 = MAKE_FUNCTION_FRAME(codeobj_14e646c41c6bc793a6d8324aa28cdbe4, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_14e646c41c6bc793a6d8324aa28cdbe4->m_type_description == NULL);
frame_14e646c41c6bc793a6d8324aa28cdbe4 = cache_frame_14e646c41c6bc793a6d8324aa28cdbe4;
// Push the new frame as the currently active one.
pushFrameStack(frame_14e646c41c6bc793a6d8324aa28cdbe4);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_14e646c41c6bc793a6d8324aa28cdbe4) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_assattr_target_1;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_assattr_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[56]);
if (tmp_assattr_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 372;
type_description_1 = "o";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_1 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[50], tmp_assattr_value_1);
Py_DECREF(tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 372;
type_description_1 = "o";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_2;
PyObject *tmp_expression_value_2;
PyObject *tmp_assattr_target_2;
CHECK_OBJECT(par_self);
tmp_expression_value_2 = par_self;
tmp_assattr_value_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[57]);
if (tmp_assattr_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 373;
type_description_1 = "o";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_self);
tmp_assattr_target_2 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_2, mod_consts[2], tmp_assattr_value_2);
Py_DECREF(tmp_assattr_value_2);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 373;
type_description_1 = "o";
goto frame_exception_exit_1;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_14e646c41c6bc793a6d8324aa28cdbe4);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_14e646c41c6bc793a6d8324aa28cdbe4);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_14e646c41c6bc793a6d8324aa28cdbe4, exception_lineno);
} else if (exception_tb->tb_frame != &frame_14e646c41c6bc793a6d8324aa28cdbe4->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_14e646c41c6bc793a6d8324aa28cdbe4, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_14e646c41c6bc793a6d8324aa28cdbe4,
type_description_1,
par_self
);
// Release cached frame if used for exception.
if (frame_14e646c41c6bc793a6d8324aa28cdbe4 == cache_frame_14e646c41c6bc793a6d8324aa28cdbe4) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_14e646c41c6bc793a6d8324aa28cdbe4);
cache_frame_14e646c41c6bc793a6d8324aa28cdbe4 = NULL;
}
assertFrameObject(frame_14e646c41c6bc793a6d8324aa28cdbe4);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__18___init__(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_self = python_pars[0];
PyObject *par_delegate = python_pars[1];
PyObject *par_request_conn = python_pars[2];
struct Nuitka_FrameObject *frame_b5c9f19a36dfae832283dc6be47d0b58;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
bool tmp_result;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_b5c9f19a36dfae832283dc6be47d0b58 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_b5c9f19a36dfae832283dc6be47d0b58)) {
Py_XDECREF(cache_frame_b5c9f19a36dfae832283dc6be47d0b58);
#if _DEBUG_REFCOUNTS
if (cache_frame_b5c9f19a36dfae832283dc6be47d0b58 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_b5c9f19a36dfae832283dc6be47d0b58 = MAKE_FUNCTION_FRAME(codeobj_b5c9f19a36dfae832283dc6be47d0b58, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_b5c9f19a36dfae832283dc6be47d0b58->m_type_description == NULL);
frame_b5c9f19a36dfae832283dc6be47d0b58 = cache_frame_b5c9f19a36dfae832283dc6be47d0b58;
// Push the new frame as the currently active one.
pushFrameStack(frame_b5c9f19a36dfae832283dc6be47d0b58);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_b5c9f19a36dfae832283dc6be47d0b58) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_assattr_target_1;
CHECK_OBJECT(par_request_conn);
tmp_assattr_value_1 = par_request_conn;
CHECK_OBJECT(par_self);
tmp_assattr_target_1 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[31], tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 382;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_2;
PyObject *tmp_assattr_target_2;
CHECK_OBJECT(par_delegate);
tmp_assattr_value_2 = par_delegate;
CHECK_OBJECT(par_self);
tmp_assattr_target_2 = par_self;
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_2, mod_consts[33], tmp_assattr_value_2);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 383;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_b5c9f19a36dfae832283dc6be47d0b58);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_b5c9f19a36dfae832283dc6be47d0b58);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_b5c9f19a36dfae832283dc6be47d0b58, exception_lineno);
} else if (exception_tb->tb_frame != &frame_b5c9f19a36dfae832283dc6be47d0b58->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_b5c9f19a36dfae832283dc6be47d0b58, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_b5c9f19a36dfae832283dc6be47d0b58,
type_description_1,
par_self,
par_delegate,
par_request_conn
);
// Release cached frame if used for exception.
if (frame_b5c9f19a36dfae832283dc6be47d0b58 == cache_frame_b5c9f19a36dfae832283dc6be47d0b58) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_b5c9f19a36dfae832283dc6be47d0b58);
cache_frame_b5c9f19a36dfae832283dc6be47d0b58 = NULL;
}
assertFrameObject(frame_b5c9f19a36dfae832283dc6be47d0b58);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_delegate);
Py_DECREF(par_delegate);
CHECK_OBJECT(par_request_conn);
Py_DECREF(par_request_conn);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_delegate);
Py_DECREF(par_delegate);
CHECK_OBJECT(par_request_conn);
Py_DECREF(par_request_conn);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__19_headers_received(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_self = python_pars[0];
PyObject *par_start_line = python_pars[1];
PyObject *par_headers = python_pars[2];
struct Nuitka_FrameObject *frame_191c855682e6efcf0a7ab003fe2ac77a;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
PyObject *tmp_return_value = NULL;
static struct Nuitka_FrameObject *cache_frame_191c855682e6efcf0a7ab003fe2ac77a = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_191c855682e6efcf0a7ab003fe2ac77a)) {
Py_XDECREF(cache_frame_191c855682e6efcf0a7ab003fe2ac77a);
#if _DEBUG_REFCOUNTS
if (cache_frame_191c855682e6efcf0a7ab003fe2ac77a == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_191c855682e6efcf0a7ab003fe2ac77a = MAKE_FUNCTION_FRAME(codeobj_191c855682e6efcf0a7ab003fe2ac77a, module_tornado$httpserver, sizeof(void *)+sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_191c855682e6efcf0a7ab003fe2ac77a->m_type_description == NULL);
frame_191c855682e6efcf0a7ab003fe2ac77a = cache_frame_191c855682e6efcf0a7ab003fe2ac77a;
// Push the new frame as the currently active one.
pushFrameStack(frame_191c855682e6efcf0a7ab003fe2ac77a);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_191c855682e6efcf0a7ab003fe2ac77a) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_expression_value_2;
PyObject *tmp_call_result_1;
PyObject *tmp_args_element_value_1;
CHECK_OBJECT(par_self);
tmp_expression_value_2 = par_self;
tmp_expression_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[31]);
if (tmp_expression_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 392;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[76]);
Py_DECREF(tmp_expression_value_1);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 392;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_headers);
tmp_args_element_value_1 = par_headers;
frame_191c855682e6efcf0a7ab003fe2ac77a->m_frame.f_lineno = 392;
tmp_call_result_1 = CALL_METHOD_WITH_SINGLE_ARG(tmp_called_instance_1, mod_consts[77], tmp_args_element_value_1);
Py_DECREF(tmp_called_instance_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 392;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
{
PyObject *tmp_called_instance_2;
PyObject *tmp_expression_value_3;
PyObject *tmp_args_element_value_2;
PyObject *tmp_args_element_value_3;
CHECK_OBJECT(par_self);
tmp_expression_value_3 = par_self;
tmp_called_instance_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_3, mod_consts[33]);
if (tmp_called_instance_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 393;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_start_line);
tmp_args_element_value_2 = par_start_line;
CHECK_OBJECT(par_headers);
tmp_args_element_value_3 = par_headers;
frame_191c855682e6efcf0a7ab003fe2ac77a->m_frame.f_lineno = 393;
{
PyObject *call_args[] = {tmp_args_element_value_2, tmp_args_element_value_3};
tmp_return_value = CALL_METHOD_WITH_ARGS2(
tmp_called_instance_2,
mod_consts[78],
call_args
);
}
Py_DECREF(tmp_called_instance_2);
if (tmp_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 393;
type_description_1 = "ooo";
goto frame_exception_exit_1;
}
goto frame_return_exit_1;
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_191c855682e6efcf0a7ab003fe2ac77a);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_return_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_191c855682e6efcf0a7ab003fe2ac77a);
#endif
// Put the previous frame back on top.
popFrameStack();
goto function_return_exit;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_191c855682e6efcf0a7ab003fe2ac77a);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_191c855682e6efcf0a7ab003fe2ac77a, exception_lineno);
} else if (exception_tb->tb_frame != &frame_191c855682e6efcf0a7ab003fe2ac77a->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_191c855682e6efcf0a7ab003fe2ac77a, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_191c855682e6efcf0a7ab003fe2ac77a,
type_description_1,
par_self,
par_start_line,
par_headers
);
// Release cached frame if used for exception.
if (frame_191c855682e6efcf0a7ab003fe2ac77a == cache_frame_191c855682e6efcf0a7ab003fe2ac77a) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_191c855682e6efcf0a7ab003fe2ac77a);
cache_frame_191c855682e6efcf0a7ab003fe2ac77a = NULL;
}
assertFrameObject(frame_191c855682e6efcf0a7ab003fe2ac77a);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_start_line);
Py_DECREF(par_start_line);
CHECK_OBJECT(par_headers);
Py_DECREF(par_headers);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_start_line);
Py_DECREF(par_start_line);
CHECK_OBJECT(par_headers);
Py_DECREF(par_headers);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__20_data_received(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_self = python_pars[0];
PyObject *par_chunk = python_pars[1];
struct Nuitka_FrameObject *frame_770f18110c826b141c68e47e1b33527c;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
PyObject *tmp_return_value = NULL;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_770f18110c826b141c68e47e1b33527c = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_770f18110c826b141c68e47e1b33527c)) {
Py_XDECREF(cache_frame_770f18110c826b141c68e47e1b33527c);
#if _DEBUG_REFCOUNTS
if (cache_frame_770f18110c826b141c68e47e1b33527c == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_770f18110c826b141c68e47e1b33527c = MAKE_FUNCTION_FRAME(codeobj_770f18110c826b141c68e47e1b33527c, module_tornado$httpserver, sizeof(void *)+sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_770f18110c826b141c68e47e1b33527c->m_type_description == NULL);
frame_770f18110c826b141c68e47e1b33527c = cache_frame_770f18110c826b141c68e47e1b33527c;
// Push the new frame as the currently active one.
pushFrameStack(frame_770f18110c826b141c68e47e1b33527c);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_770f18110c826b141c68e47e1b33527c) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_args_element_value_1;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[33]);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 396;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
CHECK_OBJECT(par_chunk);
tmp_args_element_value_1 = par_chunk;
frame_770f18110c826b141c68e47e1b33527c->m_frame.f_lineno = 396;
tmp_return_value = CALL_METHOD_WITH_SINGLE_ARG(tmp_called_instance_1, mod_consts[79], tmp_args_element_value_1);
Py_DECREF(tmp_called_instance_1);
if (tmp_return_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 396;
type_description_1 = "oo";
goto frame_exception_exit_1;
}
goto frame_return_exit_1;
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_770f18110c826b141c68e47e1b33527c);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_return_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_770f18110c826b141c68e47e1b33527c);
#endif
// Put the previous frame back on top.
popFrameStack();
goto function_return_exit;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_770f18110c826b141c68e47e1b33527c);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_770f18110c826b141c68e47e1b33527c, exception_lineno);
} else if (exception_tb->tb_frame != &frame_770f18110c826b141c68e47e1b33527c->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_770f18110c826b141c68e47e1b33527c, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_770f18110c826b141c68e47e1b33527c,
type_description_1,
par_self,
par_chunk
);
// Release cached frame if used for exception.
if (frame_770f18110c826b141c68e47e1b33527c == cache_frame_770f18110c826b141c68e47e1b33527c) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_770f18110c826b141c68e47e1b33527c);
cache_frame_770f18110c826b141c68e47e1b33527c = NULL;
}
assertFrameObject(frame_770f18110c826b141c68e47e1b33527c);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_chunk);
Py_DECREF(par_chunk);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
CHECK_OBJECT(par_chunk);
Py_DECREF(par_chunk);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__21_finish(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_self = python_pars[0];
struct Nuitka_FrameObject *frame_6bf03dd385fc7bfb64258da60a5b5e2b;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b)) {
Py_XDECREF(cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b);
#if _DEBUG_REFCOUNTS
if (cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b = MAKE_FUNCTION_FRAME(codeobj_6bf03dd385fc7bfb64258da60a5b5e2b, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b->m_type_description == NULL);
frame_6bf03dd385fc7bfb64258da60a5b5e2b = cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b;
// Push the new frame as the currently active one.
pushFrameStack(frame_6bf03dd385fc7bfb64258da60a5b5e2b);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_6bf03dd385fc7bfb64258da60a5b5e2b) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_call_result_1;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[33]);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 399;
type_description_1 = "o";
goto frame_exception_exit_1;
}
frame_6bf03dd385fc7bfb64258da60a5b5e2b->m_frame.f_lineno = 399;
tmp_call_result_1 = CALL_METHOD_NO_ARGS(tmp_called_instance_1, mod_consts[80]);
Py_DECREF(tmp_called_instance_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 399;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
{
PyObject *tmp_called_instance_2;
PyObject *tmp_call_result_2;
CHECK_OBJECT(par_self);
tmp_called_instance_2 = par_self;
frame_6bf03dd385fc7bfb64258da60a5b5e2b->m_frame.f_lineno = 400;
tmp_call_result_2 = CALL_METHOD_NO_ARGS(tmp_called_instance_2, mod_consts[81]);
if (tmp_call_result_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 400;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_2);
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_6bf03dd385fc7bfb64258da60a5b5e2b);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_6bf03dd385fc7bfb64258da60a5b5e2b);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_6bf03dd385fc7bfb64258da60a5b5e2b, exception_lineno);
} else if (exception_tb->tb_frame != &frame_6bf03dd385fc7bfb64258da60a5b5e2b->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_6bf03dd385fc7bfb64258da60a5b5e2b, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_6bf03dd385fc7bfb64258da60a5b5e2b,
type_description_1,
par_self
);
// Release cached frame if used for exception.
if (frame_6bf03dd385fc7bfb64258da60a5b5e2b == cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b);
cache_frame_6bf03dd385fc7bfb64258da60a5b5e2b = NULL;
}
assertFrameObject(frame_6bf03dd385fc7bfb64258da60a5b5e2b);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__22_on_connection_close(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_self = python_pars[0];
struct Nuitka_FrameObject *frame_c41674efa56418f6c0af9eb933226b59;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_c41674efa56418f6c0af9eb933226b59 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_c41674efa56418f6c0af9eb933226b59)) {
Py_XDECREF(cache_frame_c41674efa56418f6c0af9eb933226b59);
#if _DEBUG_REFCOUNTS
if (cache_frame_c41674efa56418f6c0af9eb933226b59 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_c41674efa56418f6c0af9eb933226b59 = MAKE_FUNCTION_FRAME(codeobj_c41674efa56418f6c0af9eb933226b59, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_c41674efa56418f6c0af9eb933226b59->m_type_description == NULL);
frame_c41674efa56418f6c0af9eb933226b59 = cache_frame_c41674efa56418f6c0af9eb933226b59;
// Push the new frame as the currently active one.
pushFrameStack(frame_c41674efa56418f6c0af9eb933226b59);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_c41674efa56418f6c0af9eb933226b59) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_call_result_1;
CHECK_OBJECT(par_self);
tmp_expression_value_1 = par_self;
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[33]);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 403;
type_description_1 = "o";
goto frame_exception_exit_1;
}
frame_c41674efa56418f6c0af9eb933226b59->m_frame.f_lineno = 403;
tmp_call_result_1 = CALL_METHOD_NO_ARGS(tmp_called_instance_1, mod_consts[82]);
Py_DECREF(tmp_called_instance_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 403;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
{
PyObject *tmp_called_instance_2;
PyObject *tmp_call_result_2;
CHECK_OBJECT(par_self);
tmp_called_instance_2 = par_self;
frame_c41674efa56418f6c0af9eb933226b59->m_frame.f_lineno = 404;
tmp_call_result_2 = CALL_METHOD_NO_ARGS(tmp_called_instance_2, mod_consts[81]);
if (tmp_call_result_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 404;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_2);
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_c41674efa56418f6c0af9eb933226b59);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_c41674efa56418f6c0af9eb933226b59);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_c41674efa56418f6c0af9eb933226b59, exception_lineno);
} else if (exception_tb->tb_frame != &frame_c41674efa56418f6c0af9eb933226b59->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_c41674efa56418f6c0af9eb933226b59, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_c41674efa56418f6c0af9eb933226b59,
type_description_1,
par_self
);
// Release cached frame if used for exception.
if (frame_c41674efa56418f6c0af9eb933226b59 == cache_frame_c41674efa56418f6c0af9eb933226b59) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_c41674efa56418f6c0af9eb933226b59);
cache_frame_c41674efa56418f6c0af9eb933226b59 = NULL;
}
assertFrameObject(frame_c41674efa56418f6c0af9eb933226b59);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *impl_tornado$httpserver$$$function__23__cleanup(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_self = python_pars[0];
struct Nuitka_FrameObject *frame_eee844f0fc18f4a93ee0590340d0e0a9;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
NUITKA_MAY_BE_UNUSED nuitka_void tmp_unused;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
static struct Nuitka_FrameObject *cache_frame_eee844f0fc18f4a93ee0590340d0e0a9 = NULL;
PyObject *tmp_return_value = NULL;
// Actual function body.
if (isFrameUnusable(cache_frame_eee844f0fc18f4a93ee0590340d0e0a9)) {
Py_XDECREF(cache_frame_eee844f0fc18f4a93ee0590340d0e0a9);
#if _DEBUG_REFCOUNTS
if (cache_frame_eee844f0fc18f4a93ee0590340d0e0a9 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_eee844f0fc18f4a93ee0590340d0e0a9 = MAKE_FUNCTION_FRAME(codeobj_eee844f0fc18f4a93ee0590340d0e0a9, module_tornado$httpserver, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_eee844f0fc18f4a93ee0590340d0e0a9->m_type_description == NULL);
frame_eee844f0fc18f4a93ee0590340d0e0a9 = cache_frame_eee844f0fc18f4a93ee0590340d0e0a9;
// Push the new frame as the currently active one.
pushFrameStack(frame_eee844f0fc18f4a93ee0590340d0e0a9);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_eee844f0fc18f4a93ee0590340d0e0a9) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_called_instance_1;
PyObject *tmp_expression_value_1;
PyObject *tmp_expression_value_2;
PyObject *tmp_call_result_1;
CHECK_OBJECT(par_self);
tmp_expression_value_2 = par_self;
tmp_expression_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_2, mod_consts[31]);
if (tmp_expression_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 407;
type_description_1 = "o";
goto frame_exception_exit_1;
}
tmp_called_instance_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[76]);
Py_DECREF(tmp_expression_value_1);
if (tmp_called_instance_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 407;
type_description_1 = "o";
goto frame_exception_exit_1;
}
frame_eee844f0fc18f4a93ee0590340d0e0a9->m_frame.f_lineno = 407;
tmp_call_result_1 = CALL_METHOD_NO_ARGS(tmp_called_instance_1, mod_consts[83]);
Py_DECREF(tmp_called_instance_1);
if (tmp_call_result_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 407;
type_description_1 = "o";
goto frame_exception_exit_1;
}
Py_DECREF(tmp_call_result_1);
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_eee844f0fc18f4a93ee0590340d0e0a9);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_eee844f0fc18f4a93ee0590340d0e0a9);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_eee844f0fc18f4a93ee0590340d0e0a9, exception_lineno);
} else if (exception_tb->tb_frame != &frame_eee844f0fc18f4a93ee0590340d0e0a9->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_eee844f0fc18f4a93ee0590340d0e0a9, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_eee844f0fc18f4a93ee0590340d0e0a9,
type_description_1,
par_self
);
// Release cached frame if used for exception.
if (frame_eee844f0fc18f4a93ee0590340d0e0a9 == cache_frame_eee844f0fc18f4a93ee0590340d0e0a9) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_eee844f0fc18f4a93ee0590340d0e0a9);
cache_frame_eee844f0fc18f4a93ee0590340d0e0a9 = NULL;
}
assertFrameObject(frame_eee844f0fc18f4a93ee0590340d0e0a9);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto function_exception_exit;
frame_no_exception_1:;
tmp_return_value = Py_None;
Py_INCREF(tmp_return_value);
goto function_return_exit;
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
function_exception_exit:
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
assert(exception_type);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
function_return_exit:
// Function cleanup code if any.
CHECK_OBJECT(par_self);
Py_DECREF(par_self);
// Actual function exit with return value, making sure we did not make
// the error status worse despite non-NULL return.
CHECK_OBJECT(tmp_return_value);
assert(had_error || !ERROR_OCCURRED());
return tmp_return_value;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__10_headers_received(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__10_headers_received,
mod_consts[78],
#if PYTHON_VERSION >= 0x300
mod_consts[169],
#endif
codeobj_3fe5cfbd2b2483537becfd6e3228fab6,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__11_data_received(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__11_data_received,
mod_consts[79],
#if PYTHON_VERSION >= 0x300
mod_consts[172],
#endif
codeobj_53b25be566754bfb7084d540d1012095,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__12_finish(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__12_finish,
mod_consts[80],
#if PYTHON_VERSION >= 0x300
mod_consts[173],
#endif
codeobj_5a1be2006508f985fdca00754aeef1f8,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__13_on_connection_close(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__13_on_connection_close,
mod_consts[82],
#if PYTHON_VERSION >= 0x300
mod_consts[174],
#endif
codeobj_e8b802c3513643439f3c77d4c7b7307b,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__14___init__(PyObject *defaults, PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__14___init__,
mod_consts[8],
#if PYTHON_VERSION >= 0x300
mod_consts[177],
#endif
codeobj_d5b781ae418f95bcbb78433c136b17c7,
defaults,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__15___str__(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__15___str__,
mod_consts[178],
#if PYTHON_VERSION >= 0x300
mod_consts[179],
#endif
codeobj_f99be9591450608e52142d4a641138d3,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__16__apply_xheaders(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__16__apply_xheaders,
mod_consts[77],
#if PYTHON_VERSION >= 0x300
mod_consts[180],
#endif
codeobj_e479799813525b085f1416ded7a27998,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
mod_consts[72],
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__17__unapply_xheaders(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__17__unapply_xheaders,
mod_consts[83],
#if PYTHON_VERSION >= 0x300
mod_consts[181],
#endif
codeobj_14e646c41c6bc793a6d8324aa28cdbe4,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
mod_consts[75],
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__18___init__(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__18___init__,
mod_consts[8],
#if PYTHON_VERSION >= 0x300
mod_consts[182],
#endif
codeobj_b5c9f19a36dfae832283dc6be47d0b58,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__19_headers_received(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__19_headers_received,
mod_consts[78],
#if PYTHON_VERSION >= 0x300
mod_consts[183],
#endif
codeobj_191c855682e6efcf0a7ab003fe2ac77a,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__1___init__(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
NULL,
mod_consts[8],
#if PYTHON_VERSION >= 0x300
mod_consts[128],
#endif
codeobj_07cd0f408f84ad3ffc6e93dd145e05d8,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__20_data_received(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__20_data_received,
mod_consts[79],
#if PYTHON_VERSION >= 0x300
mod_consts[184],
#endif
codeobj_770f18110c826b141c68e47e1b33527c,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__21_finish(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__21_finish,
mod_consts[80],
#if PYTHON_VERSION >= 0x300
mod_consts[185],
#endif
codeobj_6bf03dd385fc7bfb64258da60a5b5e2b,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__22_on_connection_close(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__22_on_connection_close,
mod_consts[82],
#if PYTHON_VERSION >= 0x300
mod_consts[186],
#endif
codeobj_c41674efa56418f6c0af9eb933226b59,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__23__cleanup(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__23__cleanup,
mod_consts[81],
#if PYTHON_VERSION >= 0x300
mod_consts[187],
#endif
codeobj_eee844f0fc18f4a93ee0590340d0e0a9,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__2_initialize(PyObject *defaults, PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__2_initialize,
mod_consts[144],
#if PYTHON_VERSION >= 0x300
mod_consts[145],
#endif
codeobj_d015f44fbd4e13d38ec376582bfe74c1,
defaults,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__3_configurable_base(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__3_configurable_base,
mod_consts[147],
#if PYTHON_VERSION >= 0x300
mod_consts[148],
#endif
codeobj_d1d9f81d0e7a886d091dfb8d510c2abf,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__4_configurable_default(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__4_configurable_default,
mod_consts[149],
#if PYTHON_VERSION >= 0x300
mod_consts[150],
#endif
codeobj_b5a009d81a1920939096d22f19e8c6b0,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__5_close_all_connections(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__5_close_all_connections,
mod_consts[16],
#if PYTHON_VERSION >= 0x300
mod_consts[17],
#endif
codeobj_ccdb36f3cb7664096800ef6278e9187f,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
mod_consts[13],
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__6_handle_stream(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__6_handle_stream,
mod_consts[154],
#if PYTHON_VERSION >= 0x300
mod_consts[155],
#endif
codeobj_af859849e6d3bc70d0ff37524b3fdcb6,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__7_start_request(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__7_start_request,
mod_consts[24],
#if PYTHON_VERSION >= 0x300
mod_consts[160],
#endif
codeobj_10bc337eef81c1cc3f086d932baa2293,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__8_on_close(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__8_on_close,
mod_consts[161],
#if PYTHON_VERSION >= 0x300
mod_consts[162],
#endif
codeobj_29982ff6459389f469b3178b2432b039,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
static PyObject *MAKE_FUNCTION_tornado$httpserver$$$function__9___init__(PyObject *annotations) {
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
impl_tornado$httpserver$$$function__9___init__,
mod_consts[8],
#if PYTHON_VERSION >= 0x300
mod_consts[164],
#endif
codeobj_aa4cd3d27b4374aeec78c62e753873ea,
NULL,
#if PYTHON_VERSION >= 0x300
NULL,
annotations,
#endif
module_tornado$httpserver,
NULL,
NULL,
0
);
return (PyObject *)result;
}
extern void _initCompiledCellType();
extern void _initCompiledGeneratorType();
extern void _initCompiledFunctionType();
extern void _initCompiledMethodType();
extern void _initCompiledFrameType();
extern PyTypeObject Nuitka_Loader_Type;
#ifdef _NUITKA_PLUGIN_DILL_ENABLED
// Provide a way to create find a function via its C code and create it back
// in another process, useful for multiprocessing extensions like dill
extern void registerDillPluginTables(char const *module_name, PyMethodDef *reduce_compiled_function, PyMethodDef *create_compiled_function);
function_impl_code functable_tornado$httpserver[] = {
NULL,
impl_tornado$httpserver$$$function__2_initialize,
impl_tornado$httpserver$$$function__3_configurable_base,
impl_tornado$httpserver$$$function__4_configurable_default,
impl_tornado$httpserver$$$function__5_close_all_connections,
impl_tornado$httpserver$$$function__6_handle_stream,
impl_tornado$httpserver$$$function__7_start_request,
impl_tornado$httpserver$$$function__8_on_close,
impl_tornado$httpserver$$$function__9___init__,
impl_tornado$httpserver$$$function__10_headers_received,
impl_tornado$httpserver$$$function__11_data_received,
impl_tornado$httpserver$$$function__12_finish,
impl_tornado$httpserver$$$function__13_on_connection_close,
impl_tornado$httpserver$$$function__14___init__,
impl_tornado$httpserver$$$function__15___str__,
impl_tornado$httpserver$$$function__16__apply_xheaders,
impl_tornado$httpserver$$$function__17__unapply_xheaders,
impl_tornado$httpserver$$$function__18___init__,
impl_tornado$httpserver$$$function__19_headers_received,
impl_tornado$httpserver$$$function__20_data_received,
impl_tornado$httpserver$$$function__21_finish,
impl_tornado$httpserver$$$function__22_on_connection_close,
impl_tornado$httpserver$$$function__23__cleanup,
NULL
};
static char const *_reduce_compiled_function_argnames[] = {
"func",
NULL
};
static PyObject *_reduce_compiled_function(PyObject *self, PyObject *args, PyObject *kwds) {
PyObject *func;
if (!PyArg_ParseTupleAndKeywords(args, kwds, "O:reduce_compiled_function", (char **)_reduce_compiled_function_argnames, &func, NULL)) {
return NULL;
}
if (Nuitka_Function_Check(func) == false) {
SET_CURRENT_EXCEPTION_TYPE0_STR(PyExc_TypeError, "not a compiled function");
return NULL;
}
struct Nuitka_FunctionObject *function = (struct Nuitka_FunctionObject *)func;
function_impl_code *current = functable_tornado$httpserver;
int offset = 0;
while (*current != NULL) {
if (*current == function->m_c_code) {
break;
}
current += 1;
offset += 1;
}
if (*current == NULL) {
SET_CURRENT_EXCEPTION_TYPE0_STR(PyExc_TypeError, "Cannot find compiled function in module.");
return NULL;
}
PyObject *code_object_desc = MAKE_TUPLE_EMPTY(6);
PyTuple_SET_ITEM0(code_object_desc, 0, function->m_code_object->co_filename);
PyTuple_SET_ITEM0(code_object_desc, 1, function->m_code_object->co_name);
PyTuple_SET_ITEM(code_object_desc, 2, PyLong_FromLong(function->m_code_object->co_firstlineno));
PyTuple_SET_ITEM0(code_object_desc, 3, function->m_code_object->co_varnames);
PyTuple_SET_ITEM(code_object_desc, 4, PyLong_FromLong(function->m_code_object->co_argcount));
PyTuple_SET_ITEM(code_object_desc, 5, PyLong_FromLong(function->m_code_object->co_flags));
CHECK_OBJECT_DEEP(code_object_desc);
PyObject *result = MAKE_TUPLE_EMPTY(4);
PyTuple_SET_ITEM(result, 0, PyLong_FromLong(offset));
PyTuple_SET_ITEM(result, 1, code_object_desc);
PyTuple_SET_ITEM0(result, 2, function->m_defaults);
PyTuple_SET_ITEM0(result, 3, function->m_doc != NULL ? function->m_doc : Py_None);
CHECK_OBJECT_DEEP(result);
return result;
}
static PyMethodDef _method_def_reduce_compiled_function = {"reduce_compiled_function", (PyCFunction)_reduce_compiled_function,
METH_VARARGS | METH_KEYWORDS, NULL};
static char const *_create_compiled_function_argnames[] = {
"func",
"code_object_desc",
"defaults",
"doc",
NULL
};
static PyObject *_create_compiled_function(PyObject *self, PyObject *args, PyObject *kwds) {
CHECK_OBJECT_DEEP(args);
PyObject *func;
PyObject *code_object_desc;
PyObject *defaults;
PyObject *doc;
if (!PyArg_ParseTupleAndKeywords(args, kwds, "OOOO:create_compiled_function", (char **)_create_compiled_function_argnames, &func, &code_object_desc, &defaults, &doc, NULL)) {
return NULL;
}
int offset = PyLong_AsLong(func);
if (offset == -1 && ERROR_OCCURRED()) {
return NULL;
}
if (offset > sizeof(functable_tornado$httpserver) || offset < 0) {
SET_CURRENT_EXCEPTION_TYPE0_STR(PyExc_TypeError, "Wrong offset for compiled function.");
return NULL;
}
PyObject *filename = PyTuple_GET_ITEM(code_object_desc, 0);
PyObject *function_name = PyTuple_GET_ITEM(code_object_desc, 1);
PyObject *line = PyTuple_GET_ITEM(code_object_desc, 2);
int line_int = PyLong_AsLong(line);
assert(!ERROR_OCCURRED());
PyObject *argnames = PyTuple_GET_ITEM(code_object_desc, 3);
PyObject *arg_count = PyTuple_GET_ITEM(code_object_desc, 4);
int arg_count_int = PyLong_AsLong(arg_count);
assert(!ERROR_OCCURRED());
PyObject *flags = PyTuple_GET_ITEM(code_object_desc, 5);
int flags_int = PyLong_AsLong(flags);
assert(!ERROR_OCCURRED());
PyCodeObject *code_object = MAKE_CODE_OBJECT(
filename,
line_int,
flags_int,
function_name,
argnames,
NULL, // freevars
arg_count_int,
0, // TODO: Missing kw_only_count
0 // TODO: Missing pos_only_count
);
struct Nuitka_FunctionObject *result = Nuitka_Function_New(
functable_tornado$httpserver[offset],
code_object->co_name,
#if PYTHON_VERSION >= 0x300
NULL, // TODO: Not transferring qualname yet
#endif
code_object,
defaults,
#if PYTHON_VERSION >= 0x300
NULL, // kwdefaults are done on the outside currently
NULL, // TODO: Not transferring annotations
#endif
module_tornado$httpserver,
doc,
NULL,
0
);
return (PyObject *)result;
}
static PyMethodDef _method_def_create_compiled_function = {
"create_compiled_function",
(PyCFunction)_create_compiled_function,
METH_VARARGS | METH_KEYWORDS, NULL
};
#endif
// Internal entry point for module code.
PyObject *modulecode_tornado$httpserver(PyObject *module, struct Nuitka_MetaPathBasedLoaderEntry const *loader_entry) {
// Report entry to PGO.
PGO_onModuleEntered("tornado.httpserver");
// Store the module for future use.
module_tornado$httpserver = module;
// Modules can be loaded again in case of errors, avoid the init being done again.
static bool init_done = false;
if (init_done == false) {
#if defined(_NUITKA_MODULE) && 0
// In case of an extension module loaded into a process, we need to call
// initialization here because that's the first and potentially only time
// we are going called.
// Initialize the constant values used.
_initBuiltinModule();
createGlobalConstants();
/* Initialize the compiled types of Nuitka. */
_initCompiledCellType();
_initCompiledGeneratorType();
_initCompiledFunctionType();
_initCompiledMethodType();
_initCompiledFrameType();
_initSlotCompare();
#if PYTHON_VERSION >= 0x270
_initSlotIterNext();
#endif
patchTypeComparison();
// Enable meta path based loader if not already done.
#ifdef _NUITKA_TRACE
PRINT_STRING("tornado.httpserver: Calling setupMetaPathBasedLoader().\n");
#endif
setupMetaPathBasedLoader();
#if PYTHON_VERSION >= 0x300
patchInspectModule();
#endif
#endif
/* The constants only used by this module are created now. */
#ifdef _NUITKA_TRACE
PRINT_STRING("tornado.httpserver: Calling createModuleConstants().\n");
#endif
createModuleConstants();
/* The code objects used by this module are created now. */
#ifdef _NUITKA_TRACE
PRINT_STRING("tornado.httpserver: Calling createModuleCodeObjects().\n");
#endif
createModuleCodeObjects();
init_done = true;
}
// PRINT_STRING("in inittornado$httpserver\n");
moduledict_tornado$httpserver = MODULE_DICT(module_tornado$httpserver);
#ifdef _NUITKA_PLUGIN_DILL_ENABLED
registerDillPluginTables(loader_entry->name, &_method_def_reduce_compiled_function, &_method_def_create_compiled_function);
#endif
// Set "__compiled__" to what version information we have.
UPDATE_STRING_DICT0(
moduledict_tornado$httpserver,
(Nuitka_StringObject *)const_str_plain___compiled__,
Nuitka_dunder_compiled_value
);
// Update "__package__" value to what it ought to be.
{
#if 0
UPDATE_STRING_DICT0(
moduledict_tornado$httpserver,
(Nuitka_StringObject *)const_str_plain___package__,
mod_consts[206]
);
#elif 0
PyObject *module_name = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)const_str_plain___name__);
UPDATE_STRING_DICT0(
moduledict_tornado$httpserver,
(Nuitka_StringObject *)const_str_plain___package__,
module_name
);
#else
#if PYTHON_VERSION < 0x300
PyObject *module_name = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (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_tornado$httpserver,
(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_tornado$httpserver, (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_tornado$httpserver,
(Nuitka_StringObject *)const_str_plain___package__,
PyUnicode_Substring(module_name, 0, dot_index)
);
}
#endif
#endif
}
CHECK_OBJECT(module_tornado$httpserver);
// 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_tornado$httpserver, (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_MODULE) || !0
value = PyModule_GetDict(value);
#endif
UPDATE_STRING_DICT0(moduledict_tornado$httpserver, (Nuitka_StringObject *)const_str_plain___builtins__, value);
}
#if PYTHON_VERSION >= 0x300
UPDATE_STRING_DICT0(moduledict_tornado$httpserver, (Nuitka_StringObject *)const_str_plain___loader__, (PyObject *)&Nuitka_Loader_Type);
#endif
#if PYTHON_VERSION >= 0x340
// Set the "__spec__" value
#if 0
// Main modules just get "None" as spec.
UPDATE_STRING_DICT0(moduledict_tornado$httpserver, (Nuitka_StringObject *)const_str_plain___spec__, Py_None);
#else
// Other modules get a "ModuleSpec" from the standard mechanism.
{
PyObject *bootstrap_module = getImportLibBootstrapModule();
CHECK_OBJECT(bootstrap_module);
PyObject *_spec_from_module = PyObject_GetAttrString(bootstrap_module, "_spec_from_module");
CHECK_OBJECT(_spec_from_module);
PyObject *spec_value = CALL_FUNCTION_WITH_SINGLE_ARG(_spec_from_module, module_tornado$httpserver);
Py_DECREF(_spec_from_module);
// We can assume this to never fail, or else we are in trouble anyway.
// CHECK_OBJECT(spec_value);
if (spec_value == NULL) {
PyErr_PrintEx(0);
abort();
}
// Mark the execution in the "__spec__" value.
SET_ATTRIBUTE(spec_value, const_str_plain__initializing, Py_True);
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)const_str_plain___spec__, spec_value);
}
#endif
#endif
// Temp variables if any
PyObject *outline_0_var___class__ = NULL;
PyObject *outline_1_var___class__ = NULL;
PyObject *outline_2_var___class__ = NULL;
PyObject *outline_3_var___class__ = NULL;
PyObject *tmp_class_creation_1__bases = NULL;
PyObject *tmp_class_creation_1__bases_orig = NULL;
PyObject *tmp_class_creation_1__class_decl_dict = NULL;
PyObject *tmp_class_creation_1__metaclass = NULL;
PyObject *tmp_class_creation_1__prepared = NULL;
PyObject *tmp_class_creation_2__bases = NULL;
PyObject *tmp_class_creation_2__bases_orig = NULL;
PyObject *tmp_class_creation_2__class_decl_dict = NULL;
PyObject *tmp_class_creation_2__metaclass = NULL;
PyObject *tmp_class_creation_2__prepared = NULL;
PyObject *tmp_class_creation_3__bases = NULL;
PyObject *tmp_class_creation_3__class_decl_dict = NULL;
PyObject *tmp_class_creation_3__metaclass = NULL;
PyObject *tmp_class_creation_3__prepared = NULL;
PyObject *tmp_class_creation_4__bases = NULL;
PyObject *tmp_class_creation_4__bases_orig = NULL;
PyObject *tmp_class_creation_4__class_decl_dict = NULL;
PyObject *tmp_class_creation_4__metaclass = NULL;
PyObject *tmp_class_creation_4__prepared = NULL;
PyObject *tmp_import_from_1__module = NULL;
PyObject *tmp_import_from_2__module = NULL;
struct Nuitka_FrameObject *frame_3218705dca38d069420afe98d6c3fe50;
NUITKA_MAY_BE_UNUSED char const *type_description_1 = NULL;
bool tmp_result;
PyObject *exception_type = NULL;
PyObject *exception_value = NULL;
PyTracebackObject *exception_tb = NULL;
NUITKA_MAY_BE_UNUSED int exception_lineno = 0;
PyObject *exception_keeper_type_1;
PyObject *exception_keeper_value_1;
PyTracebackObject *exception_keeper_tb_1;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_1;
PyObject *exception_keeper_type_2;
PyObject *exception_keeper_value_2;
PyTracebackObject *exception_keeper_tb_2;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_2;
int tmp_res;
PyObject *tmp_dictdel_dict;
PyObject *tmp_dictdel_key;
PyObject *locals_tornado$httpserver$$$class__1_HTTPServer_46 = NULL;
PyObject *tmp_dictset_value;
struct Nuitka_FrameObject *frame_a25d1c93d930735a2549284fc2a3ca9a_2;
NUITKA_MAY_BE_UNUSED char const *type_description_2 = NULL;
static struct Nuitka_FrameObject *cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2 = 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;
PyObject *exception_keeper_type_4;
PyObject *exception_keeper_value_4;
PyTracebackObject *exception_keeper_tb_4;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_4;
PyObject *exception_keeper_type_5;
PyObject *exception_keeper_value_5;
PyTracebackObject *exception_keeper_tb_5;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_5;
PyObject *locals_tornado$httpserver$$$class__2__CallableAdapter_260 = NULL;
struct Nuitka_FrameObject *frame_49692425c35a61756076db1f490c47d5_3;
NUITKA_MAY_BE_UNUSED char const *type_description_3 = NULL;
static struct Nuitka_FrameObject *cache_frame_49692425c35a61756076db1f490c47d5_3 = NULL;
PyObject *exception_keeper_type_6;
PyObject *exception_keeper_value_6;
PyTracebackObject *exception_keeper_tb_6;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_6;
PyObject *exception_keeper_type_7;
PyObject *exception_keeper_value_7;
PyTracebackObject *exception_keeper_tb_7;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_7;
PyObject *exception_keeper_type_8;
PyObject *exception_keeper_value_8;
PyTracebackObject *exception_keeper_tb_8;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_8;
PyObject *locals_tornado$httpserver$$$class__3__HTTPRequestContext_298 = NULL;
struct Nuitka_FrameObject *frame_d014d18b17e7ec5bba178d3cede62096_4;
NUITKA_MAY_BE_UNUSED char const *type_description_4 = NULL;
static struct Nuitka_FrameObject *cache_frame_d014d18b17e7ec5bba178d3cede62096_4 = NULL;
PyObject *exception_keeper_type_9;
PyObject *exception_keeper_value_9;
PyTracebackObject *exception_keeper_tb_9;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_9;
PyObject *exception_keeper_type_10;
PyObject *exception_keeper_value_10;
PyTracebackObject *exception_keeper_tb_10;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_10;
PyObject *exception_keeper_type_11;
PyObject *exception_keeper_value_11;
PyTracebackObject *exception_keeper_tb_11;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_11;
PyObject *locals_tornado$httpserver$$$class__4__ProxyAdapter_376 = NULL;
struct Nuitka_FrameObject *frame_28e1407cd71d73c320bd5d996112767f_5;
NUITKA_MAY_BE_UNUSED char const *type_description_5 = NULL;
static struct Nuitka_FrameObject *cache_frame_28e1407cd71d73c320bd5d996112767f_5 = NULL;
PyObject *exception_keeper_type_12;
PyObject *exception_keeper_value_12;
PyTracebackObject *exception_keeper_tb_12;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_12;
PyObject *exception_keeper_type_13;
PyObject *exception_keeper_value_13;
PyTracebackObject *exception_keeper_tb_13;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_13;
PyObject *exception_keeper_type_14;
PyObject *exception_keeper_value_14;
PyTracebackObject *exception_keeper_tb_14;
NUITKA_MAY_BE_UNUSED int exception_keeper_lineno_14;
// Module code.
{
PyObject *tmp_assign_source_1;
tmp_assign_source_1 = mod_consts[84];
UPDATE_STRING_DICT0(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[85], tmp_assign_source_1);
}
{
PyObject *tmp_assign_source_2;
tmp_assign_source_2 = mod_consts[86];
UPDATE_STRING_DICT0(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[87], tmp_assign_source_2);
}
// Frame without reuse.
frame_3218705dca38d069420afe98d6c3fe50 = MAKE_MODULE_FRAME(codeobj_3218705dca38d069420afe98d6c3fe50, module_tornado$httpserver);
// Push the new frame as the currently active one, and we should be exclusively
// owning it.
pushFrameStack(frame_3218705dca38d069420afe98d6c3fe50);
assert(Py_REFCNT(frame_3218705dca38d069420afe98d6c3fe50) == 2);
// Framed code:
{
PyObject *tmp_assattr_value_1;
PyObject *tmp_assattr_target_1;
tmp_assattr_value_1 = mod_consts[86];
tmp_assattr_target_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[88]);
if (unlikely(tmp_assattr_target_1 == NULL)) {
tmp_assattr_target_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[88]);
}
assert(!(tmp_assattr_target_1 == NULL));
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_1, mod_consts[89], tmp_assattr_value_1);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 1;
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assattr_value_2;
PyObject *tmp_assattr_target_2;
tmp_assattr_value_2 = Py_True;
tmp_assattr_target_2 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[88]);
if (unlikely(tmp_assattr_target_2 == NULL)) {
tmp_assattr_target_2 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[88]);
}
assert(!(tmp_assattr_target_2 == NULL));
tmp_result = SET_ATTRIBUTE(tmp_assattr_target_2, mod_consts[90], tmp_assattr_value_2);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 1;
goto frame_exception_exit_1;
}
}
{
PyObject *tmp_assign_source_3;
tmp_assign_source_3 = Py_None;
UPDATE_STRING_DICT0(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[91], tmp_assign_source_3);
}
{
PyObject *tmp_assign_source_4;
PyObject *tmp_name_value_1;
PyObject *tmp_globals_arg_value_1;
PyObject *tmp_locals_arg_value_1;
PyObject *tmp_fromlist_value_1;
PyObject *tmp_level_value_1;
tmp_name_value_1 = mod_consts[44];
tmp_globals_arg_value_1 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_1 = Py_None;
tmp_fromlist_value_1 = Py_None;
tmp_level_value_1 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 28;
tmp_assign_source_4 = IMPORT_MODULE5(tmp_name_value_1, tmp_globals_arg_value_1, tmp_locals_arg_value_1, tmp_fromlist_value_1, tmp_level_value_1);
if (tmp_assign_source_4 == 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_tornado$httpserver, (Nuitka_StringObject *)mod_consts[44], tmp_assign_source_4);
}
{
PyObject *tmp_assign_source_5;
PyObject *tmp_name_value_2;
PyObject *tmp_globals_arg_value_2;
PyObject *tmp_locals_arg_value_2;
PyObject *tmp_fromlist_value_2;
PyObject *tmp_level_value_2;
tmp_name_value_2 = mod_consts[92];
tmp_globals_arg_value_2 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_2 = Py_None;
tmp_fromlist_value_2 = Py_None;
tmp_level_value_2 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 29;
tmp_assign_source_5 = IMPORT_MODULE5(tmp_name_value_2, tmp_globals_arg_value_2, tmp_locals_arg_value_2, tmp_fromlist_value_2, tmp_level_value_2);
if (tmp_assign_source_5 == 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_tornado$httpserver, (Nuitka_StringObject *)mod_consts[92], tmp_assign_source_5);
}
{
PyObject *tmp_assign_source_6;
PyObject *tmp_import_name_from_1;
PyObject *tmp_name_value_3;
PyObject *tmp_globals_arg_value_3;
PyObject *tmp_locals_arg_value_3;
PyObject *tmp_fromlist_value_3;
PyObject *tmp_level_value_3;
tmp_name_value_3 = mod_consts[93];
tmp_globals_arg_value_3 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_3 = Py_None;
tmp_fromlist_value_3 = mod_consts[94];
tmp_level_value_3 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 31;
tmp_import_name_from_1 = IMPORT_MODULE5(tmp_name_value_3, tmp_globals_arg_value_3, tmp_locals_arg_value_3, tmp_fromlist_value_3, tmp_level_value_3);
if (tmp_import_name_from_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 31;
goto frame_exception_exit_1;
}
if (PyModule_Check(tmp_import_name_from_1)) {
tmp_assign_source_6 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_1,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[58],
mod_consts[49]
);
} else {
tmp_assign_source_6 = IMPORT_NAME(tmp_import_name_from_1, mod_consts[58]);
}
Py_DECREF(tmp_import_name_from_1);
if (tmp_assign_source_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 31;
goto frame_exception_exit_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[58], tmp_assign_source_6);
}
{
PyObject *tmp_assign_source_7;
PyObject *tmp_name_value_4;
PyObject *tmp_globals_arg_value_4;
PyObject *tmp_locals_arg_value_4;
PyObject *tmp_fromlist_value_4;
PyObject *tmp_level_value_4;
tmp_name_value_4 = mod_consts[95];
tmp_globals_arg_value_4 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_4 = Py_None;
tmp_fromlist_value_4 = mod_consts[96];
tmp_level_value_4 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 32;
tmp_assign_source_7 = IMPORT_MODULE5(tmp_name_value_4, tmp_globals_arg_value_4, tmp_locals_arg_value_4, tmp_fromlist_value_4, tmp_level_value_4);
if (tmp_assign_source_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 32;
goto frame_exception_exit_1;
}
assert(tmp_import_from_1__module == NULL);
tmp_import_from_1__module = tmp_assign_source_7;
}
// Tried code:
{
PyObject *tmp_assign_source_8;
PyObject *tmp_import_name_from_2;
CHECK_OBJECT(tmp_import_from_1__module);
tmp_import_name_from_2 = tmp_import_from_1__module;
if (PyModule_Check(tmp_import_name_from_2)) {
tmp_assign_source_8 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_2,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[19],
mod_consts[49]
);
} else {
tmp_assign_source_8 = IMPORT_NAME(tmp_import_name_from_2, mod_consts[19]);
}
if (tmp_assign_source_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 32;
goto try_except_handler_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[19], tmp_assign_source_8);
}
{
PyObject *tmp_assign_source_9;
PyObject *tmp_import_name_from_3;
CHECK_OBJECT(tmp_import_from_1__module);
tmp_import_name_from_3 = tmp_import_from_1__module;
if (PyModule_Check(tmp_import_name_from_3)) {
tmp_assign_source_9 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_3,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[3],
mod_consts[49]
);
} else {
tmp_assign_source_9 = IMPORT_NAME(tmp_import_name_from_3, mod_consts[3]);
}
if (tmp_assign_source_9 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 32;
goto try_except_handler_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[3], tmp_assign_source_9);
}
goto try_end_1;
// Exception handler code:
try_except_handler_1:;
exception_keeper_type_1 = exception_type;
exception_keeper_value_1 = exception_value;
exception_keeper_tb_1 = exception_tb;
exception_keeper_lineno_1 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
CHECK_OBJECT(tmp_import_from_1__module);
Py_DECREF(tmp_import_from_1__module);
tmp_import_from_1__module = NULL;
// Re-raise.
exception_type = exception_keeper_type_1;
exception_value = exception_keeper_value_1;
exception_tb = exception_keeper_tb_1;
exception_lineno = exception_keeper_lineno_1;
goto frame_exception_exit_1;
// End of try:
try_end_1:;
CHECK_OBJECT(tmp_import_from_1__module);
Py_DECREF(tmp_import_from_1__module);
tmp_import_from_1__module = NULL;
{
PyObject *tmp_assign_source_10;
PyObject *tmp_import_name_from_4;
PyObject *tmp_name_value_5;
PyObject *tmp_globals_arg_value_5;
PyObject *tmp_locals_arg_value_5;
PyObject *tmp_fromlist_value_5;
PyObject *tmp_level_value_5;
tmp_name_value_5 = mod_consts[97];
tmp_globals_arg_value_5 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_5 = Py_None;
tmp_fromlist_value_5 = mod_consts[98];
tmp_level_value_5 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 33;
tmp_import_name_from_4 = IMPORT_MODULE5(tmp_name_value_5, tmp_globals_arg_value_5, tmp_locals_arg_value_5, tmp_fromlist_value_5, tmp_level_value_5);
if (tmp_import_name_from_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 33;
goto frame_exception_exit_1;
}
if (PyModule_Check(tmp_import_name_from_4)) {
tmp_assign_source_10 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_4,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[22],
mod_consts[49]
);
} else {
tmp_assign_source_10 = IMPORT_NAME(tmp_import_name_from_4, mod_consts[22]);
}
Py_DECREF(tmp_import_name_from_4);
if (tmp_assign_source_10 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 33;
goto frame_exception_exit_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22], tmp_assign_source_10);
}
{
PyObject *tmp_assign_source_11;
PyObject *tmp_import_name_from_5;
PyObject *tmp_name_value_6;
PyObject *tmp_globals_arg_value_6;
PyObject *tmp_locals_arg_value_6;
PyObject *tmp_fromlist_value_6;
PyObject *tmp_level_value_6;
tmp_name_value_6 = mod_consts[97];
tmp_globals_arg_value_6 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_6 = Py_None;
tmp_fromlist_value_6 = mod_consts[99];
tmp_level_value_6 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 34;
tmp_import_name_from_5 = IMPORT_MODULE5(tmp_name_value_6, tmp_globals_arg_value_6, tmp_locals_arg_value_6, tmp_fromlist_value_6, tmp_level_value_6);
if (tmp_import_name_from_5 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 34;
goto frame_exception_exit_1;
}
if (PyModule_Check(tmp_import_name_from_5)) {
tmp_assign_source_11 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_5,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[52],
mod_consts[49]
);
} else {
tmp_assign_source_11 = IMPORT_NAME(tmp_import_name_from_5, mod_consts[52]);
}
Py_DECREF(tmp_import_name_from_5);
if (tmp_assign_source_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 34;
goto frame_exception_exit_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[52], tmp_assign_source_11);
}
{
PyObject *tmp_assign_source_12;
PyObject *tmp_import_name_from_6;
PyObject *tmp_name_value_7;
PyObject *tmp_globals_arg_value_7;
PyObject *tmp_locals_arg_value_7;
PyObject *tmp_fromlist_value_7;
PyObject *tmp_level_value_7;
tmp_name_value_7 = mod_consts[97];
tmp_globals_arg_value_7 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_7 = Py_None;
tmp_fromlist_value_7 = mod_consts[100];
tmp_level_value_7 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 35;
tmp_import_name_from_6 = IMPORT_MODULE5(tmp_name_value_7, tmp_globals_arg_value_7, tmp_locals_arg_value_7, tmp_fromlist_value_7, tmp_level_value_7);
if (tmp_import_name_from_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 35;
goto frame_exception_exit_1;
}
if (PyModule_Check(tmp_import_name_from_6)) {
tmp_assign_source_12 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_6,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[65],
mod_consts[49]
);
} else {
tmp_assign_source_12 = IMPORT_NAME(tmp_import_name_from_6, mod_consts[65]);
}
Py_DECREF(tmp_import_name_from_6);
if (tmp_assign_source_12 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 35;
goto frame_exception_exit_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[65], tmp_assign_source_12);
}
{
PyObject *tmp_assign_source_13;
PyObject *tmp_import_name_from_7;
PyObject *tmp_name_value_8;
PyObject *tmp_globals_arg_value_8;
PyObject *tmp_locals_arg_value_8;
PyObject *tmp_fromlist_value_8;
PyObject *tmp_level_value_8;
tmp_name_value_8 = mod_consts[101];
tmp_globals_arg_value_8 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_8 = Py_None;
tmp_fromlist_value_8 = mod_consts[102];
tmp_level_value_8 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 36;
tmp_import_name_from_7 = IMPORT_MODULE5(tmp_name_value_8, tmp_globals_arg_value_8, tmp_locals_arg_value_8, tmp_fromlist_value_8, tmp_level_value_8);
if (tmp_import_name_from_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 36;
goto frame_exception_exit_1;
}
if (PyModule_Check(tmp_import_name_from_7)) {
tmp_assign_source_13 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_7,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[7],
mod_consts[49]
);
} else {
tmp_assign_source_13 = IMPORT_NAME(tmp_import_name_from_7, mod_consts[7]);
}
Py_DECREF(tmp_import_name_from_7);
if (tmp_assign_source_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 36;
goto frame_exception_exit_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[7], tmp_assign_source_13);
}
{
PyObject *tmp_assign_source_14;
PyObject *tmp_import_name_from_8;
PyObject *tmp_name_value_9;
PyObject *tmp_globals_arg_value_9;
PyObject *tmp_locals_arg_value_9;
PyObject *tmp_fromlist_value_9;
PyObject *tmp_level_value_9;
tmp_name_value_9 = mod_consts[103];
tmp_globals_arg_value_9 = (PyObject *)moduledict_tornado$httpserver;
tmp_locals_arg_value_9 = Py_None;
tmp_fromlist_value_9 = mod_consts[104];
tmp_level_value_9 = mod_consts[49];
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 37;
tmp_import_name_from_8 = IMPORT_MODULE5(tmp_name_value_9, tmp_globals_arg_value_9, tmp_locals_arg_value_9, tmp_fromlist_value_9, tmp_level_value_9);
if (tmp_import_name_from_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 37;
goto frame_exception_exit_1;
}
if (PyModule_Check(tmp_import_name_from_8)) {
tmp_assign_source_14 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_8,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[105],
mod_consts[49]
);
} else {
tmp_assign_source_14 = IMPORT_NAME(tmp_import_name_from_8, mod_consts[105]);
}
Py_DECREF(tmp_import_name_from_8);
if (tmp_assign_source_14 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 37;
goto frame_exception_exit_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[105], tmp_assign_source_14);
}
{
PyObject *tmp_assign_source_15;
tmp_assign_source_15 = IMPORT_HARD_TYPING();
assert(!(tmp_assign_source_15 == NULL));
UPDATE_STRING_DICT0(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[29], tmp_assign_source_15);
}
{
PyObject *tmp_assign_source_16;
tmp_assign_source_16 = IMPORT_HARD_TYPING();
assert(!(tmp_assign_source_16 == NULL));
assert(tmp_import_from_2__module == NULL);
Py_INCREF(tmp_assign_source_16);
tmp_import_from_2__module = tmp_assign_source_16;
}
// Tried code:
{
PyObject *tmp_assign_source_17;
PyObject *tmp_import_name_from_9;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_9 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_9)) {
tmp_assign_source_17 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_9,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[106],
mod_consts[49]
);
} else {
tmp_assign_source_17 = IMPORT_NAME(tmp_import_name_from_9, mod_consts[106]);
}
if (tmp_assign_source_17 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[106], tmp_assign_source_17);
}
{
PyObject *tmp_assign_source_18;
PyObject *tmp_import_name_from_10;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_10 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_10)) {
tmp_assign_source_18 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_10,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[107],
mod_consts[49]
);
} else {
tmp_assign_source_18 = IMPORT_NAME(tmp_import_name_from_10, mod_consts[107]);
}
if (tmp_assign_source_18 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[107], tmp_assign_source_18);
}
{
PyObject *tmp_assign_source_19;
PyObject *tmp_import_name_from_11;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_11 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_11)) {
tmp_assign_source_19 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_11,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[108],
mod_consts[49]
);
} else {
tmp_assign_source_19 = IMPORT_NAME(tmp_import_name_from_11, mod_consts[108]);
}
if (tmp_assign_source_19 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[108], tmp_assign_source_19);
}
{
PyObject *tmp_assign_source_20;
PyObject *tmp_import_name_from_12;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_12 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_12)) {
tmp_assign_source_20 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_12,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[109],
mod_consts[49]
);
} else {
tmp_assign_source_20 = IMPORT_NAME(tmp_import_name_from_12, mod_consts[109]);
}
if (tmp_assign_source_20 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[109], tmp_assign_source_20);
}
{
PyObject *tmp_assign_source_21;
PyObject *tmp_import_name_from_13;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_13 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_13)) {
tmp_assign_source_21 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_13,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[110],
mod_consts[49]
);
} else {
tmp_assign_source_21 = IMPORT_NAME(tmp_import_name_from_13, mod_consts[110]);
}
if (tmp_assign_source_21 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[110], tmp_assign_source_21);
}
{
PyObject *tmp_assign_source_22;
PyObject *tmp_import_name_from_14;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_14 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_14)) {
tmp_assign_source_22 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_14,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[111],
mod_consts[49]
);
} else {
tmp_assign_source_22 = IMPORT_NAME(tmp_import_name_from_14, mod_consts[111]);
}
if (tmp_assign_source_22 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[111], tmp_assign_source_22);
}
{
PyObject *tmp_assign_source_23;
PyObject *tmp_import_name_from_15;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_15 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_15)) {
tmp_assign_source_23 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_15,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[112],
mod_consts[49]
);
} else {
tmp_assign_source_23 = IMPORT_NAME(tmp_import_name_from_15, mod_consts[112]);
}
if (tmp_assign_source_23 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[112], tmp_assign_source_23);
}
{
PyObject *tmp_assign_source_24;
PyObject *tmp_import_name_from_16;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_16 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_16)) {
tmp_assign_source_24 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_16,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[113],
mod_consts[49]
);
} else {
tmp_assign_source_24 = IMPORT_NAME(tmp_import_name_from_16, mod_consts[113]);
}
if (tmp_assign_source_24 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113], tmp_assign_source_24);
}
{
PyObject *tmp_assign_source_25;
PyObject *tmp_import_name_from_17;
CHECK_OBJECT(tmp_import_from_2__module);
tmp_import_name_from_17 = tmp_import_from_2__module;
if (PyModule_Check(tmp_import_name_from_17)) {
tmp_assign_source_25 = IMPORT_NAME_OR_MODULE(
tmp_import_name_from_17,
(PyObject *)moduledict_tornado$httpserver,
mod_consts[114],
mod_consts[49]
);
} else {
tmp_assign_source_25 = IMPORT_NAME(tmp_import_name_from_17, mod_consts[114]);
}
if (tmp_assign_source_25 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 40;
goto try_except_handler_2;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[114], tmp_assign_source_25);
}
goto try_end_2;
// Exception handler code:
try_except_handler_2:;
exception_keeper_type_2 = exception_type;
exception_keeper_value_2 = exception_value;
exception_keeper_tb_2 = exception_tb;
exception_keeper_lineno_2 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
CHECK_OBJECT(tmp_import_from_2__module);
Py_DECREF(tmp_import_from_2__module);
tmp_import_from_2__module = NULL;
// Re-raise.
exception_type = exception_keeper_type_2;
exception_value = exception_keeper_value_2;
exception_tb = exception_keeper_tb_2;
exception_lineno = exception_keeper_lineno_2;
goto frame_exception_exit_1;
// End of try:
try_end_2:;
CHECK_OBJECT(tmp_import_from_2__module);
Py_DECREF(tmp_import_from_2__module);
tmp_import_from_2__module = NULL;
// Tried code:
{
PyObject *tmp_assign_source_26;
PyObject *tmp_tuple_element_1;
tmp_tuple_element_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[7]);
if (unlikely(tmp_tuple_element_1 == NULL)) {
tmp_tuple_element_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[7]);
}
if (tmp_tuple_element_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
tmp_assign_source_26 = MAKE_TUPLE_EMPTY(3);
{
PyObject *tmp_expression_value_1;
PyTuple_SET_ITEM0(tmp_assign_source_26, 0, tmp_tuple_element_1);
tmp_tuple_element_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[105]);
if (unlikely(tmp_tuple_element_1 == NULL)) {
tmp_tuple_element_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[105]);
}
assert(!(tmp_tuple_element_1 == NULL));
PyTuple_SET_ITEM0(tmp_assign_source_26, 1, tmp_tuple_element_1);
tmp_expression_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_1 == NULL)) {
tmp_expression_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto tuple_build_exception_1;
}
tmp_tuple_element_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_1, mod_consts[23]);
if (tmp_tuple_element_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto tuple_build_exception_1;
}
PyTuple_SET_ITEM(tmp_assign_source_26, 2, tmp_tuple_element_1);
}
goto tuple_build_noexception_1;
// Exception handling pass through code for tuple_build:
tuple_build_exception_1:;
Py_DECREF(tmp_assign_source_26);
goto try_except_handler_3;
// Finished with no exception for tuple_build:
tuple_build_noexception_1:;
assert(tmp_class_creation_1__bases_orig == NULL);
tmp_class_creation_1__bases_orig = tmp_assign_source_26;
}
{
PyObject *tmp_assign_source_27;
PyObject *tmp_dircall_arg1_1;
CHECK_OBJECT(tmp_class_creation_1__bases_orig);
tmp_dircall_arg1_1 = tmp_class_creation_1__bases_orig;
Py_INCREF(tmp_dircall_arg1_1);
{
PyObject *dir_call_args[] = {tmp_dircall_arg1_1};
tmp_assign_source_27 = impl___main__$$$function__1__mro_entries_conversion(dir_call_args);
}
if (tmp_assign_source_27 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
assert(tmp_class_creation_1__bases == NULL);
tmp_class_creation_1__bases = tmp_assign_source_27;
}
{
PyObject *tmp_assign_source_28;
tmp_assign_source_28 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_1__class_decl_dict == NULL);
tmp_class_creation_1__class_decl_dict = tmp_assign_source_28;
}
{
PyObject *tmp_assign_source_29;
PyObject *tmp_metaclass_value_1;
bool tmp_condition_result_1;
PyObject *tmp_key_value_1;
PyObject *tmp_dict_arg_value_1;
PyObject *tmp_dict_arg_value_2;
PyObject *tmp_key_value_2;
nuitka_bool tmp_condition_result_2;
int tmp_truth_name_1;
PyObject *tmp_type_arg_1;
PyObject *tmp_expression_value_2;
PyObject *tmp_subscript_value_1;
PyObject *tmp_bases_value_1;
tmp_key_value_1 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_1__class_decl_dict);
tmp_dict_arg_value_1 = tmp_class_creation_1__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_1, tmp_key_value_1);
assert(!(tmp_res == -1));
tmp_condition_result_1 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_1 != false) {
goto condexpr_true_1;
} else {
goto condexpr_false_1;
}
condexpr_true_1:;
CHECK_OBJECT(tmp_class_creation_1__class_decl_dict);
tmp_dict_arg_value_2 = tmp_class_creation_1__class_decl_dict;
tmp_key_value_2 = mod_consts[115];
tmp_metaclass_value_1 = DICT_GET_ITEM0(tmp_dict_arg_value_2, tmp_key_value_2);
if (tmp_metaclass_value_1 == NULL) {
tmp_metaclass_value_1 = Py_None;
}
assert(!(tmp_metaclass_value_1 == NULL));
Py_INCREF(tmp_metaclass_value_1);
goto condexpr_end_1;
condexpr_false_1:;
CHECK_OBJECT(tmp_class_creation_1__bases);
tmp_truth_name_1 = CHECK_IF_TRUE(tmp_class_creation_1__bases);
if (tmp_truth_name_1 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
tmp_condition_result_2 = tmp_truth_name_1 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
if (tmp_condition_result_2 == NUITKA_BOOL_TRUE) {
goto condexpr_true_2;
} else {
goto condexpr_false_2;
}
condexpr_true_2:;
CHECK_OBJECT(tmp_class_creation_1__bases);
tmp_expression_value_2 = tmp_class_creation_1__bases;
tmp_subscript_value_1 = mod_consts[49];
tmp_type_arg_1 = LOOKUP_SUBSCRIPT_CONST(tmp_expression_value_2, tmp_subscript_value_1, 0);
if (tmp_type_arg_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
tmp_metaclass_value_1 = BUILTIN_TYPE1(tmp_type_arg_1);
Py_DECREF(tmp_type_arg_1);
if (tmp_metaclass_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
goto condexpr_end_2;
condexpr_false_2:;
tmp_metaclass_value_1 = (PyObject *)&PyType_Type;
Py_INCREF(tmp_metaclass_value_1);
condexpr_end_2:;
condexpr_end_1:;
CHECK_OBJECT(tmp_class_creation_1__bases);
tmp_bases_value_1 = tmp_class_creation_1__bases;
tmp_assign_source_29 = SELECT_METACLASS(tmp_metaclass_value_1, tmp_bases_value_1);
Py_DECREF(tmp_metaclass_value_1);
if (tmp_assign_source_29 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
assert(tmp_class_creation_1__metaclass == NULL);
tmp_class_creation_1__metaclass = tmp_assign_source_29;
}
{
bool tmp_condition_result_3;
PyObject *tmp_key_value_3;
PyObject *tmp_dict_arg_value_3;
tmp_key_value_3 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_1__class_decl_dict);
tmp_dict_arg_value_3 = tmp_class_creation_1__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_3, tmp_key_value_3);
assert(!(tmp_res == -1));
tmp_condition_result_3 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_3 != false) {
goto branch_yes_1;
} else {
goto branch_no_1;
}
}
branch_yes_1:;
CHECK_OBJECT(tmp_class_creation_1__class_decl_dict);
tmp_dictdel_dict = tmp_class_creation_1__class_decl_dict;
tmp_dictdel_key = mod_consts[115];
tmp_result = DICT_REMOVE_ITEM(tmp_dictdel_dict, tmp_dictdel_key);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
branch_no_1:;
{
nuitka_bool tmp_condition_result_4;
PyObject *tmp_expression_value_3;
CHECK_OBJECT(tmp_class_creation_1__metaclass);
tmp_expression_value_3 = tmp_class_creation_1__metaclass;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_3, mod_consts[116]);
tmp_condition_result_4 = (tmp_result) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE;
if (tmp_condition_result_4 == NUITKA_BOOL_TRUE) {
goto branch_yes_2;
} else {
goto branch_no_2;
}
}
branch_yes_2:;
{
PyObject *tmp_assign_source_30;
PyObject *tmp_called_value_1;
PyObject *tmp_expression_value_4;
PyObject *tmp_args_value_1;
PyObject *tmp_tuple_element_2;
PyObject *tmp_kwargs_value_1;
CHECK_OBJECT(tmp_class_creation_1__metaclass);
tmp_expression_value_4 = tmp_class_creation_1__metaclass;
tmp_called_value_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_4, mod_consts[116]);
if (tmp_called_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
tmp_tuple_element_2 = mod_consts[12];
tmp_args_value_1 = MAKE_TUPLE_EMPTY(2);
PyTuple_SET_ITEM0(tmp_args_value_1, 0, tmp_tuple_element_2);
CHECK_OBJECT(tmp_class_creation_1__bases);
tmp_tuple_element_2 = tmp_class_creation_1__bases;
PyTuple_SET_ITEM0(tmp_args_value_1, 1, tmp_tuple_element_2);
CHECK_OBJECT(tmp_class_creation_1__class_decl_dict);
tmp_kwargs_value_1 = tmp_class_creation_1__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 46;
tmp_assign_source_30 = CALL_FUNCTION(tmp_called_value_1, tmp_args_value_1, tmp_kwargs_value_1);
Py_DECREF(tmp_called_value_1);
Py_DECREF(tmp_args_value_1);
if (tmp_assign_source_30 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
assert(tmp_class_creation_1__prepared == NULL);
tmp_class_creation_1__prepared = tmp_assign_source_30;
}
{
bool tmp_condition_result_5;
PyObject *tmp_operand_value_1;
PyObject *tmp_expression_value_5;
CHECK_OBJECT(tmp_class_creation_1__prepared);
tmp_expression_value_5 = tmp_class_creation_1__prepared;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_5, mod_consts[117]);
tmp_operand_value_1 = (tmp_result) ? Py_True : Py_False;
tmp_res = CHECK_IF_TRUE(tmp_operand_value_1);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
tmp_condition_result_5 = (tmp_res == 0) ? true : false;
if (tmp_condition_result_5 != false) {
goto branch_yes_3;
} else {
goto branch_no_3;
}
}
branch_yes_3:;
{
PyObject *tmp_raise_type_1;
PyObject *tmp_raise_value_1;
PyObject *tmp_mod_expr_left_1;
PyObject *tmp_mod_expr_right_1;
PyObject *tmp_tuple_element_3;
PyObject *tmp_getattr_target_1;
PyObject *tmp_getattr_attr_1;
PyObject *tmp_getattr_default_1;
tmp_raise_type_1 = PyExc_TypeError;
tmp_mod_expr_left_1 = mod_consts[118];
CHECK_OBJECT(tmp_class_creation_1__metaclass);
tmp_getattr_target_1 = tmp_class_creation_1__metaclass;
tmp_getattr_attr_1 = mod_consts[119];
tmp_getattr_default_1 = mod_consts[120];
tmp_tuple_element_3 = BUILTIN_GETATTR(tmp_getattr_target_1, tmp_getattr_attr_1, tmp_getattr_default_1);
if (tmp_tuple_element_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
tmp_mod_expr_right_1 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_6;
PyObject *tmp_type_arg_2;
PyTuple_SET_ITEM(tmp_mod_expr_right_1, 0, tmp_tuple_element_3);
CHECK_OBJECT(tmp_class_creation_1__prepared);
tmp_type_arg_2 = tmp_class_creation_1__prepared;
tmp_expression_value_6 = BUILTIN_TYPE1(tmp_type_arg_2);
assert(!(tmp_expression_value_6 == NULL));
tmp_tuple_element_3 = LOOKUP_ATTRIBUTE(tmp_expression_value_6, mod_consts[119]);
Py_DECREF(tmp_expression_value_6);
if (tmp_tuple_element_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto tuple_build_exception_2;
}
PyTuple_SET_ITEM(tmp_mod_expr_right_1, 1, tmp_tuple_element_3);
}
goto tuple_build_noexception_2;
// Exception handling pass through code for tuple_build:
tuple_build_exception_2:;
Py_DECREF(tmp_mod_expr_right_1);
goto try_except_handler_3;
// Finished with no exception for tuple_build:
tuple_build_noexception_2:;
tmp_raise_value_1 = BINARY_OPERATION_MOD_OBJECT_UNICODE_TUPLE(tmp_mod_expr_left_1, tmp_mod_expr_right_1);
Py_DECREF(tmp_mod_expr_right_1);
if (tmp_raise_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_3;
}
exception_type = tmp_raise_type_1;
Py_INCREF(tmp_raise_type_1);
exception_value = tmp_raise_value_1;
exception_lineno = 46;
RAISE_EXCEPTION_IMPLICIT(&exception_type, &exception_value, &exception_tb);
goto try_except_handler_3;
}
branch_no_3:;
goto branch_end_2;
branch_no_2:;
{
PyObject *tmp_assign_source_31;
tmp_assign_source_31 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_1__prepared == NULL);
tmp_class_creation_1__prepared = tmp_assign_source_31;
}
branch_end_2:;
{
PyObject *tmp_assign_source_32;
{
PyObject *tmp_set_locals_1;
CHECK_OBJECT(tmp_class_creation_1__prepared);
tmp_set_locals_1 = tmp_class_creation_1__prepared;
locals_tornado$httpserver$$$class__1_HTTPServer_46 = tmp_set_locals_1;
Py_INCREF(tmp_set_locals_1);
}
// Tried code:
// Tried code:
tmp_dictset_value = mod_consts[121];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[122], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_5;
}
tmp_dictset_value = mod_consts[123];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[85], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_5;
}
tmp_dictset_value = mod_consts[12];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[124], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_5;
}
if (isFrameUnusable(cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2)) {
Py_XDECREF(cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2);
#if _DEBUG_REFCOUNTS
if (cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2 = MAKE_CLASS_FRAME(codeobj_a25d1c93d930735a2549284fc2a3ca9a, module_tornado$httpserver, NULL, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2->m_type_description == NULL);
frame_a25d1c93d930735a2549284fc2a3ca9a_2 = cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2;
// Push the new frame as the currently active one.
pushFrameStack(frame_a25d1c93d930735a2549284fc2a3ca9a_2);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_a25d1c93d930735a2549284fc2a3ca9a_2) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_annotations_1;
PyObject *tmp_dict_key_1;
PyObject *tmp_dict_value_1;
tmp_dict_key_1 = mod_consts[125];
tmp_dict_value_1 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[107]);
if (tmp_dict_value_1 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[107]);
if (unlikely(tmp_dict_value_1 == NULL)) {
tmp_dict_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[107]);
}
if (tmp_dict_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 156;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_dict_value_1);
} else {
goto frame_exception_exit_2;
}
}
tmp_annotations_1 = _PyDict_NewPresized( 3 );
tmp_res = PyDict_SetItem(tmp_annotations_1, tmp_dict_key_1, tmp_dict_value_1);
Py_DECREF(tmp_dict_value_1);
assert(!(tmp_res != 0));
tmp_dict_key_1 = mod_consts[126];
tmp_dict_value_1 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[107]);
if (tmp_dict_value_1 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_1 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[107]);
if (unlikely(tmp_dict_value_1 == NULL)) {
tmp_dict_value_1 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[107]);
}
if (tmp_dict_value_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 156;
type_description_2 = "o";
goto dict_build_exception_1;
}
Py_INCREF(tmp_dict_value_1);
} else {
goto dict_build_exception_1;
}
}
tmp_res = PyDict_SetItem(tmp_annotations_1, tmp_dict_key_1, tmp_dict_value_1);
Py_DECREF(tmp_dict_value_1);
assert(!(tmp_res != 0));
tmp_dict_key_1 = mod_consts[127];
tmp_dict_value_1 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_1, tmp_dict_key_1, tmp_dict_value_1);
assert(!(tmp_res != 0));
goto dict_build_noexception_1;
// Exception handling pass through code for dict_build:
dict_build_exception_1:;
Py_DECREF(tmp_annotations_1);
goto frame_exception_exit_2;
// Finished with no exception for dict_build:
dict_build_noexception_1:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__1___init__(tmp_annotations_1);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[8], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 156;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
{
PyObject *tmp_defaults_1;
PyObject *tmp_annotations_2;
PyObject *tmp_dict_key_2;
PyObject *tmp_dict_value_2;
PyObject *tmp_expression_value_7;
PyObject *tmp_subscript_value_2;
PyObject *tmp_tuple_element_4;
PyObject *tmp_expression_value_8;
tmp_defaults_1 = mod_consts[129];
tmp_dict_key_2 = mod_consts[0];
tmp_expression_value_7 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[106]);
if (tmp_expression_value_7 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_7 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[106]);
if (unlikely(tmp_expression_value_7 == NULL)) {
tmp_expression_value_7 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[106]);
}
if (tmp_expression_value_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 166;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_expression_value_7);
} else {
goto frame_exception_exit_2;
}
}
tmp_expression_value_8 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[22]);
if (tmp_expression_value_8 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_8 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_8 == NULL)) {
tmp_expression_value_8 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_7);
exception_lineno = 167;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_expression_value_8);
} else {
goto frame_exception_exit_2;
}
}
tmp_tuple_element_4 = LOOKUP_ATTRIBUTE(tmp_expression_value_8, mod_consts[23]);
Py_DECREF(tmp_expression_value_8);
if (tmp_tuple_element_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_7);
exception_lineno = 167;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_subscript_value_2 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_9;
PyObject *tmp_subscript_value_3;
PyObject *tmp_tuple_element_5;
PyObject *tmp_list_element_1;
PyObject *tmp_expression_value_10;
PyTuple_SET_ITEM(tmp_subscript_value_2, 0, tmp_tuple_element_4);
tmp_expression_value_9 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[109]);
if (tmp_expression_value_9 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_9 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[109]);
if (unlikely(tmp_expression_value_9 == NULL)) {
tmp_expression_value_9 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[109]);
}
if (tmp_expression_value_9 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 168;
type_description_2 = "o";
goto tuple_build_exception_3;
}
Py_INCREF(tmp_expression_value_9);
} else {
goto tuple_build_exception_3;
}
}
tmp_expression_value_10 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[22]);
if (tmp_expression_value_10 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_10 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_10 == NULL)) {
tmp_expression_value_10 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_10 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_9);
exception_lineno = 168;
type_description_2 = "o";
goto tuple_build_exception_3;
}
Py_INCREF(tmp_expression_value_10);
} else {
goto tuple_build_exception_3;
}
}
tmp_list_element_1 = LOOKUP_ATTRIBUTE(tmp_expression_value_10, mod_consts[35]);
Py_DECREF(tmp_expression_value_10);
if (tmp_list_element_1 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_9);
exception_lineno = 168;
type_description_2 = "o";
goto tuple_build_exception_3;
}
tmp_tuple_element_5 = MAKE_LIST_EMPTY(1);
PyList_SET_ITEM(tmp_tuple_element_5, 0, tmp_list_element_1);
tmp_subscript_value_3 = MAKE_TUPLE_EMPTY(2);
PyTuple_SET_ITEM(tmp_subscript_value_3, 0, tmp_tuple_element_5);
tmp_tuple_element_5 = Py_None;
PyTuple_SET_ITEM0(tmp_subscript_value_3, 1, tmp_tuple_element_5);
tmp_tuple_element_4 = LOOKUP_SUBSCRIPT(tmp_expression_value_9, tmp_subscript_value_3);
Py_DECREF(tmp_expression_value_9);
Py_DECREF(tmp_subscript_value_3);
if (tmp_tuple_element_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 168;
type_description_2 = "o";
goto tuple_build_exception_3;
}
PyTuple_SET_ITEM(tmp_subscript_value_2, 1, tmp_tuple_element_4);
}
goto tuple_build_noexception_3;
// Exception handling pass through code for tuple_build:
tuple_build_exception_3:;
Py_DECREF(tmp_expression_value_7);
Py_DECREF(tmp_subscript_value_2);
goto frame_exception_exit_2;
// Finished with no exception for tuple_build:
tuple_build_noexception_3:;
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_7, tmp_subscript_value_2);
Py_DECREF(tmp_expression_value_7);
Py_DECREF(tmp_subscript_value_2);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 167;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_annotations_2 = _PyDict_NewPresized( 14 );
{
PyObject *tmp_expression_value_11;
PyObject *tmp_subscript_value_4;
PyObject *tmp_expression_value_12;
PyObject *tmp_subscript_value_5;
PyObject *tmp_tuple_element_6;
PyObject *tmp_expression_value_13;
PyObject *tmp_subscript_value_6;
PyObject *tmp_tuple_element_7;
PyObject *tmp_expression_value_15;
PyObject *tmp_subscript_value_7;
PyObject *tmp_expression_value_16;
PyObject *tmp_subscript_value_8;
PyObject *tmp_expression_value_17;
PyObject *tmp_subscript_value_9;
PyObject *tmp_expression_value_18;
PyObject *tmp_subscript_value_10;
PyObject *tmp_expression_value_19;
PyObject *tmp_subscript_value_11;
PyObject *tmp_expression_value_20;
PyObject *tmp_subscript_value_12;
PyObject *tmp_expression_value_21;
PyObject *tmp_subscript_value_13;
PyObject *tmp_expression_value_22;
PyObject *tmp_subscript_value_14;
PyObject *tmp_expression_value_23;
PyObject *tmp_subscript_value_15;
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[130];
tmp_dict_value_2 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[131]);
if (tmp_dict_value_2 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_2 = (PyObject *)&PyBool_Type;
Py_INCREF(tmp_dict_value_2);
} else {
goto dict_build_exception_2;
}
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[1];
tmp_dict_value_2 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[131]);
if (tmp_dict_value_2 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_2 = (PyObject *)&PyBool_Type;
Py_INCREF(tmp_dict_value_2);
} else {
goto dict_build_exception_2;
}
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[132];
tmp_expression_value_11 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_11 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_11 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_11 == NULL)) {
tmp_expression_value_11 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 172;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_11);
} else {
goto dict_build_exception_2;
}
}
tmp_expression_value_12 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[106]);
if (tmp_expression_value_12 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_12 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[106]);
if (unlikely(tmp_expression_value_12 == NULL)) {
tmp_expression_value_12 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[106]);
}
if (tmp_expression_value_12 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_11);
exception_lineno = 172;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_12);
} else {
goto dict_build_exception_2;
}
}
tmp_expression_value_13 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[108]);
if (tmp_expression_value_13 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_13 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[108]);
if (unlikely(tmp_expression_value_13 == NULL)) {
tmp_expression_value_13 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[108]);
}
if (tmp_expression_value_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_11);
Py_DECREF(tmp_expression_value_12);
exception_lineno = 172;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_13);
} else {
goto dict_build_exception_2;
}
}
tmp_tuple_element_7 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[133]);
if (tmp_tuple_element_7 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_tuple_element_7 = (PyObject *)&PyUnicode_Type;
Py_INCREF(tmp_tuple_element_7);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_6 = MAKE_TUPLE_EMPTY(2);
PyTuple_SET_ITEM(tmp_subscript_value_6, 0, tmp_tuple_element_7);
tmp_tuple_element_7 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[107]);
if (tmp_tuple_element_7 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_tuple_element_7 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[107]);
if (unlikely(tmp_tuple_element_7 == NULL)) {
tmp_tuple_element_7 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[107]);
}
if (tmp_tuple_element_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 172;
type_description_2 = "o";
goto tuple_build_exception_4;
}
Py_INCREF(tmp_tuple_element_7);
} else {
goto tuple_build_exception_4;
}
}
PyTuple_SET_ITEM(tmp_subscript_value_6, 1, tmp_tuple_element_7);
goto tuple_build_noexception_4;
// Exception handling pass through code for tuple_build:
tuple_build_exception_4:;
Py_DECREF(tmp_expression_value_11);
Py_DECREF(tmp_expression_value_12);
Py_DECREF(tmp_expression_value_13);
Py_DECREF(tmp_subscript_value_6);
goto dict_build_exception_2;
// Finished with no exception for tuple_build:
tuple_build_noexception_4:;
tmp_tuple_element_6 = LOOKUP_SUBSCRIPT(tmp_expression_value_13, tmp_subscript_value_6);
Py_DECREF(tmp_expression_value_13);
Py_DECREF(tmp_subscript_value_6);
if (tmp_tuple_element_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_11);
Py_DECREF(tmp_expression_value_12);
exception_lineno = 172;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_subscript_value_5 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_14;
PyTuple_SET_ITEM(tmp_subscript_value_5, 0, tmp_tuple_element_6);
tmp_expression_value_14 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[92]);
if (tmp_expression_value_14 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_14 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[92]);
if (unlikely(tmp_expression_value_14 == NULL)) {
tmp_expression_value_14 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[92]);
}
if (tmp_expression_value_14 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 172;
type_description_2 = "o";
goto tuple_build_exception_5;
}
Py_INCREF(tmp_expression_value_14);
} else {
goto tuple_build_exception_5;
}
}
tmp_tuple_element_6 = LOOKUP_ATTRIBUTE(tmp_expression_value_14, mod_consts[134]);
Py_DECREF(tmp_expression_value_14);
if (tmp_tuple_element_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 172;
type_description_2 = "o";
goto tuple_build_exception_5;
}
PyTuple_SET_ITEM(tmp_subscript_value_5, 1, tmp_tuple_element_6);
}
goto tuple_build_noexception_5;
// Exception handling pass through code for tuple_build:
tuple_build_exception_5:;
Py_DECREF(tmp_expression_value_11);
Py_DECREF(tmp_expression_value_12);
Py_DECREF(tmp_subscript_value_5);
goto dict_build_exception_2;
// Finished with no exception for tuple_build:
tuple_build_noexception_5:;
tmp_subscript_value_4 = LOOKUP_SUBSCRIPT(tmp_expression_value_12, tmp_subscript_value_5);
Py_DECREF(tmp_expression_value_12);
Py_DECREF(tmp_subscript_value_5);
if (tmp_subscript_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_11);
exception_lineno = 172;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_11, tmp_subscript_value_4);
Py_DECREF(tmp_expression_value_11);
Py_DECREF(tmp_subscript_value_4);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 172;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[2];
tmp_expression_value_15 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_15 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_15 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_15 == NULL)) {
tmp_expression_value_15 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_15 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 173;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_15);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_7 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[133]);
if (tmp_subscript_value_7 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_7 = (PyObject *)&PyUnicode_Type;
Py_INCREF(tmp_subscript_value_7);
} else {
goto dict_build_exception_2;
}
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_15, tmp_subscript_value_7);
Py_DECREF(tmp_expression_value_15);
Py_DECREF(tmp_subscript_value_7);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 173;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[135];
tmp_dict_value_2 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[131]);
if (tmp_dict_value_2 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_2 = (PyObject *)&PyBool_Type;
Py_INCREF(tmp_dict_value_2);
} else {
goto dict_build_exception_2;
}
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[136];
tmp_expression_value_16 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_16 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_16 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_16 == NULL)) {
tmp_expression_value_16 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_16 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 175;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_16);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_8 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[137]);
if (tmp_subscript_value_8 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_8 = (PyObject *)&PyLong_Type;
Py_INCREF(tmp_subscript_value_8);
} else {
goto dict_build_exception_2;
}
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_16, tmp_subscript_value_8);
Py_DECREF(tmp_expression_value_16);
Py_DECREF(tmp_subscript_value_8);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 175;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[138];
tmp_expression_value_17 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_17 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_17 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_17 == NULL)) {
tmp_expression_value_17 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_17 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 176;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_17);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_9 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[137]);
if (tmp_subscript_value_9 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_9 = (PyObject *)&PyLong_Type;
Py_INCREF(tmp_subscript_value_9);
} else {
goto dict_build_exception_2;
}
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_17, tmp_subscript_value_9);
Py_DECREF(tmp_expression_value_17);
Py_DECREF(tmp_subscript_value_9);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 176;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[139];
tmp_expression_value_18 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_18 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_18 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_18 == NULL)) {
tmp_expression_value_18 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_18 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 177;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_18);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_10 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[140]);
if (tmp_subscript_value_10 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_10 = (PyObject *)&PyFloat_Type;
Py_INCREF(tmp_subscript_value_10);
} else {
goto dict_build_exception_2;
}
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_18, tmp_subscript_value_10);
Py_DECREF(tmp_expression_value_18);
Py_DECREF(tmp_subscript_value_10);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 177;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[141];
tmp_expression_value_19 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_19 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_19 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_19 == NULL)) {
tmp_expression_value_19 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_19 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 178;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_19);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_11 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[140]);
if (tmp_subscript_value_11 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_11 = (PyObject *)&PyFloat_Type;
Py_INCREF(tmp_subscript_value_11);
} else {
goto dict_build_exception_2;
}
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_19, tmp_subscript_value_11);
Py_DECREF(tmp_expression_value_19);
Py_DECREF(tmp_subscript_value_11);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 178;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[142];
tmp_expression_value_20 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_20 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_20 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_20 == NULL)) {
tmp_expression_value_20 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_20 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 179;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_20);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_12 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[137]);
if (tmp_subscript_value_12 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_12 = (PyObject *)&PyLong_Type;
Py_INCREF(tmp_subscript_value_12);
} else {
goto dict_build_exception_2;
}
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_20, tmp_subscript_value_12);
Py_DECREF(tmp_expression_value_20);
Py_DECREF(tmp_subscript_value_12);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 179;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[143];
tmp_expression_value_21 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_21 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_21 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_21 == NULL)) {
tmp_expression_value_21 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_21 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 180;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_21);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_13 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[137]);
if (tmp_subscript_value_13 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_13 = (PyObject *)&PyLong_Type;
Py_INCREF(tmp_subscript_value_13);
} else {
goto dict_build_exception_2;
}
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_21, tmp_subscript_value_13);
Py_DECREF(tmp_expression_value_21);
Py_DECREF(tmp_subscript_value_13);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 180;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[11];
tmp_expression_value_22 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[113]);
if (tmp_expression_value_22 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_22 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_22 == NULL)) {
tmp_expression_value_22 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_22 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 181;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_22);
} else {
goto dict_build_exception_2;
}
}
tmp_expression_value_23 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[110]);
if (tmp_expression_value_23 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_23 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[110]);
if (unlikely(tmp_expression_value_23 == NULL)) {
tmp_expression_value_23 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[110]);
}
if (tmp_expression_value_23 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_22);
exception_lineno = 181;
type_description_2 = "o";
goto dict_build_exception_2;
}
Py_INCREF(tmp_expression_value_23);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_15 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[133]);
if (tmp_subscript_value_15 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_15 = (PyObject *)&PyUnicode_Type;
Py_INCREF(tmp_subscript_value_15);
} else {
goto dict_build_exception_2;
}
}
tmp_subscript_value_14 = LOOKUP_SUBSCRIPT(tmp_expression_value_23, tmp_subscript_value_15);
Py_DECREF(tmp_expression_value_23);
Py_DECREF(tmp_subscript_value_15);
if (tmp_subscript_value_14 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_22);
exception_lineno = 181;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_dict_value_2 = LOOKUP_SUBSCRIPT(tmp_expression_value_22, tmp_subscript_value_14);
Py_DECREF(tmp_expression_value_22);
Py_DECREF(tmp_subscript_value_14);
if (tmp_dict_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 181;
type_description_2 = "o";
goto dict_build_exception_2;
}
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
Py_DECREF(tmp_dict_value_2);
assert(!(tmp_res != 0));
tmp_dict_key_2 = mod_consts[127];
tmp_dict_value_2 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_2, tmp_dict_key_2, tmp_dict_value_2);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_2;
// Exception handling pass through code for dict_build:
dict_build_exception_2:;
Py_DECREF(tmp_annotations_2);
goto frame_exception_exit_2;
// Finished with no exception for dict_build:
dict_build_noexception_2:;
Py_INCREF(tmp_defaults_1);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__2_initialize(tmp_defaults_1, tmp_annotations_2);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[144], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 164;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
{
nuitka_bool tmp_condition_result_6;
PyObject *tmp_called_value_2;
PyObject *tmp_args_element_value_1;
PyObject *tmp_annotations_3;
PyObject *tmp_dict_key_3;
PyObject *tmp_dict_value_3;
PyObject *tmp_expression_value_24;
PyObject *tmp_subscript_value_16;
PyObject *tmp_classmethod_arg_1;
PyObject *tmp_annotations_4;
PyObject *tmp_dict_key_4;
PyObject *tmp_dict_value_4;
PyObject *tmp_expression_value_25;
PyObject *tmp_subscript_value_17;
tmp_res = MAPPING_HAS_ITEM(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[146]);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 208;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_condition_result_6 = (tmp_res == 1) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE;
if (tmp_condition_result_6 == NUITKA_BOOL_TRUE) {
goto condexpr_true_3;
} else {
goto condexpr_false_3;
}
condexpr_true_3:;
tmp_called_value_2 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[146]);
if (unlikely(tmp_called_value_2 == NULL && CHECK_AND_CLEAR_KEY_ERROR_OCCURRED())) {
FORMAT_NAME_ERROR(&exception_type, &exception_value, mod_consts[146]);
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 208;
type_description_2 = "o";
goto frame_exception_exit_2;
}
if (tmp_called_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 208;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_dict_key_3 = mod_consts[127];
tmp_expression_value_24 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[111]);
if (tmp_expression_value_24 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_24 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[111]);
if (unlikely(tmp_expression_value_24 == NULL)) {
tmp_expression_value_24 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[111]);
}
if (tmp_expression_value_24 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_2);
exception_lineno = 209;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_expression_value_24);
} else {
goto frame_exception_exit_2;
}
}
tmp_subscript_value_16 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[105]);
if (tmp_subscript_value_16 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_16 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[105]);
if (unlikely(tmp_subscript_value_16 == NULL)) {
tmp_subscript_value_16 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[105]);
}
if (tmp_subscript_value_16 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_2);
Py_DECREF(tmp_expression_value_24);
exception_lineno = 209;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_subscript_value_16);
} else {
goto frame_exception_exit_2;
}
}
tmp_dict_value_3 = LOOKUP_SUBSCRIPT(tmp_expression_value_24, tmp_subscript_value_16);
Py_DECREF(tmp_expression_value_24);
Py_DECREF(tmp_subscript_value_16);
if (tmp_dict_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_2);
exception_lineno = 209;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_annotations_3 = _PyDict_NewPresized( 1 );
tmp_res = PyDict_SetItem(tmp_annotations_3, tmp_dict_key_3, tmp_dict_value_3);
Py_DECREF(tmp_dict_value_3);
assert(!(tmp_res != 0));
tmp_args_element_value_1 = MAKE_FUNCTION_tornado$httpserver$$$function__3_configurable_base(tmp_annotations_3);
frame_a25d1c93d930735a2549284fc2a3ca9a_2->m_frame.f_lineno = 208;
tmp_dictset_value = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_value_2, tmp_args_element_value_1);
Py_DECREF(tmp_called_value_2);
Py_DECREF(tmp_args_element_value_1);
if (tmp_dictset_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 208;
type_description_2 = "o";
goto frame_exception_exit_2;
}
goto condexpr_end_3;
condexpr_false_3:;
tmp_dict_key_4 = mod_consts[127];
tmp_expression_value_25 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[111]);
if (tmp_expression_value_25 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_25 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[111]);
if (unlikely(tmp_expression_value_25 == NULL)) {
tmp_expression_value_25 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[111]);
}
if (tmp_expression_value_25 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 209;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_expression_value_25);
} else {
goto frame_exception_exit_2;
}
}
tmp_subscript_value_17 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[105]);
if (tmp_subscript_value_17 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_17 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[105]);
if (unlikely(tmp_subscript_value_17 == NULL)) {
tmp_subscript_value_17 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[105]);
}
if (tmp_subscript_value_17 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_25);
exception_lineno = 209;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_subscript_value_17);
} else {
goto frame_exception_exit_2;
}
}
tmp_dict_value_4 = LOOKUP_SUBSCRIPT(tmp_expression_value_25, tmp_subscript_value_17);
Py_DECREF(tmp_expression_value_25);
Py_DECREF(tmp_subscript_value_17);
if (tmp_dict_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 209;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_annotations_4 = _PyDict_NewPresized( 1 );
tmp_res = PyDict_SetItem(tmp_annotations_4, tmp_dict_key_4, tmp_dict_value_4);
Py_DECREF(tmp_dict_value_4);
assert(!(tmp_res != 0));
tmp_classmethod_arg_1 = MAKE_FUNCTION_tornado$httpserver$$$function__3_configurable_base(tmp_annotations_4);
tmp_dictset_value = BUILTIN_CLASSMETHOD(tmp_classmethod_arg_1);
Py_DECREF(tmp_classmethod_arg_1);
if (tmp_dictset_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 208;
type_description_2 = "o";
goto frame_exception_exit_2;
}
condexpr_end_3:;
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[147], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 209;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
{
nuitka_bool tmp_condition_result_7;
PyObject *tmp_called_value_3;
PyObject *tmp_args_element_value_2;
PyObject *tmp_annotations_5;
PyObject *tmp_dict_key_5;
PyObject *tmp_dict_value_5;
PyObject *tmp_expression_value_26;
PyObject *tmp_subscript_value_18;
PyObject *tmp_classmethod_arg_2;
PyObject *tmp_annotations_6;
PyObject *tmp_dict_key_6;
PyObject *tmp_dict_value_6;
PyObject *tmp_expression_value_27;
PyObject *tmp_subscript_value_19;
tmp_res = MAPPING_HAS_ITEM(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[146]);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 212;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_condition_result_7 = (tmp_res == 1) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE;
if (tmp_condition_result_7 == NUITKA_BOOL_TRUE) {
goto condexpr_true_4;
} else {
goto condexpr_false_4;
}
condexpr_true_4:;
tmp_called_value_3 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[146]);
if (unlikely(tmp_called_value_3 == NULL && CHECK_AND_CLEAR_KEY_ERROR_OCCURRED())) {
FORMAT_NAME_ERROR(&exception_type, &exception_value, mod_consts[146]);
NORMALIZE_EXCEPTION(&exception_type, &exception_value, &exception_tb);
CHAIN_EXCEPTION(exception_value);
exception_lineno = 212;
type_description_2 = "o";
goto frame_exception_exit_2;
}
if (tmp_called_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 212;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_dict_key_5 = mod_consts[127];
tmp_expression_value_26 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[111]);
if (tmp_expression_value_26 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_26 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[111]);
if (unlikely(tmp_expression_value_26 == NULL)) {
tmp_expression_value_26 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[111]);
}
if (tmp_expression_value_26 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_3);
exception_lineno = 213;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_expression_value_26);
} else {
goto frame_exception_exit_2;
}
}
tmp_subscript_value_18 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[105]);
if (tmp_subscript_value_18 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_18 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[105]);
if (unlikely(tmp_subscript_value_18 == NULL)) {
tmp_subscript_value_18 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[105]);
}
if (tmp_subscript_value_18 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_3);
Py_DECREF(tmp_expression_value_26);
exception_lineno = 213;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_subscript_value_18);
} else {
goto frame_exception_exit_2;
}
}
tmp_dict_value_5 = LOOKUP_SUBSCRIPT(tmp_expression_value_26, tmp_subscript_value_18);
Py_DECREF(tmp_expression_value_26);
Py_DECREF(tmp_subscript_value_18);
if (tmp_dict_value_5 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_called_value_3);
exception_lineno = 213;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_annotations_5 = _PyDict_NewPresized( 1 );
tmp_res = PyDict_SetItem(tmp_annotations_5, tmp_dict_key_5, tmp_dict_value_5);
Py_DECREF(tmp_dict_value_5);
assert(!(tmp_res != 0));
tmp_args_element_value_2 = MAKE_FUNCTION_tornado$httpserver$$$function__4_configurable_default(tmp_annotations_5);
frame_a25d1c93d930735a2549284fc2a3ca9a_2->m_frame.f_lineno = 212;
tmp_dictset_value = CALL_FUNCTION_WITH_SINGLE_ARG(tmp_called_value_3, tmp_args_element_value_2);
Py_DECREF(tmp_called_value_3);
Py_DECREF(tmp_args_element_value_2);
if (tmp_dictset_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 212;
type_description_2 = "o";
goto frame_exception_exit_2;
}
goto condexpr_end_4;
condexpr_false_4:;
tmp_dict_key_6 = mod_consts[127];
tmp_expression_value_27 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[111]);
if (tmp_expression_value_27 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_27 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[111]);
if (unlikely(tmp_expression_value_27 == NULL)) {
tmp_expression_value_27 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[111]);
}
if (tmp_expression_value_27 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 213;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_expression_value_27);
} else {
goto frame_exception_exit_2;
}
}
tmp_subscript_value_19 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[105]);
if (tmp_subscript_value_19 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_19 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[105]);
if (unlikely(tmp_subscript_value_19 == NULL)) {
tmp_subscript_value_19 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[105]);
}
if (tmp_subscript_value_19 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_27);
exception_lineno = 213;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_subscript_value_19);
} else {
goto frame_exception_exit_2;
}
}
tmp_dict_value_6 = LOOKUP_SUBSCRIPT(tmp_expression_value_27, tmp_subscript_value_19);
Py_DECREF(tmp_expression_value_27);
Py_DECREF(tmp_subscript_value_19);
if (tmp_dict_value_6 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 213;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_annotations_6 = _PyDict_NewPresized( 1 );
tmp_res = PyDict_SetItem(tmp_annotations_6, tmp_dict_key_6, tmp_dict_value_6);
Py_DECREF(tmp_dict_value_6);
assert(!(tmp_res != 0));
tmp_classmethod_arg_2 = MAKE_FUNCTION_tornado$httpserver$$$function__4_configurable_default(tmp_annotations_6);
tmp_dictset_value = BUILTIN_CLASSMETHOD(tmp_classmethod_arg_2);
Py_DECREF(tmp_classmethod_arg_2);
if (tmp_dictset_value == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 212;
type_description_2 = "o";
goto frame_exception_exit_2;
}
condexpr_end_4:;
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[149], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 213;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
{
PyObject *tmp_annotations_7;
tmp_annotations_7 = DICT_COPY(mod_consts[151]);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__5_close_all_connections(tmp_annotations_7);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[16], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 216;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
{
PyObject *tmp_annotations_8;
PyObject *tmp_dict_key_7;
PyObject *tmp_dict_value_7;
PyObject *tmp_expression_value_28;
tmp_dict_key_7 = mod_consts[152];
tmp_expression_value_28 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[52]);
if (tmp_expression_value_28 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_28 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[52]);
if (unlikely(tmp_expression_value_28 == NULL)) {
tmp_expression_value_28 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[52]);
}
if (tmp_expression_value_28 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 235;
type_description_2 = "o";
goto frame_exception_exit_2;
}
Py_INCREF(tmp_expression_value_28);
} else {
goto frame_exception_exit_2;
}
}
tmp_dict_value_7 = LOOKUP_ATTRIBUTE(tmp_expression_value_28, mod_consts[153]);
Py_DECREF(tmp_expression_value_28);
if (tmp_dict_value_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 235;
type_description_2 = "o";
goto frame_exception_exit_2;
}
tmp_annotations_8 = _PyDict_NewPresized( 3 );
tmp_res = PyDict_SetItem(tmp_annotations_8, tmp_dict_key_7, tmp_dict_value_7);
Py_DECREF(tmp_dict_value_7);
assert(!(tmp_res != 0));
tmp_dict_key_7 = mod_consts[43];
tmp_dict_value_7 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[112]);
if (tmp_dict_value_7 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_7 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[112]);
if (unlikely(tmp_dict_value_7 == NULL)) {
tmp_dict_value_7 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[112]);
}
if (tmp_dict_value_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 235;
type_description_2 = "o";
goto dict_build_exception_3;
}
Py_INCREF(tmp_dict_value_7);
} else {
goto dict_build_exception_3;
}
}
tmp_res = PyDict_SetItem(tmp_annotations_8, tmp_dict_key_7, tmp_dict_value_7);
Py_DECREF(tmp_dict_value_7);
assert(!(tmp_res != 0));
tmp_dict_key_7 = mod_consts[127];
tmp_dict_value_7 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_8, tmp_dict_key_7, tmp_dict_value_7);
assert(!(tmp_res != 0));
goto dict_build_noexception_3;
// Exception handling pass through code for dict_build:
dict_build_exception_3:;
Py_DECREF(tmp_annotations_8);
goto frame_exception_exit_2;
// Finished with no exception for dict_build:
dict_build_noexception_3:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__6_handle_stream(tmp_annotations_8);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[154], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 235;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
{
PyObject *tmp_annotations_9;
PyObject *tmp_dict_key_8;
PyObject *tmp_dict_value_8;
tmp_dict_key_8 = mod_consts[156];
tmp_dict_value_8 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[157]);
if (tmp_dict_value_8 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_8 = (PyObject *)&PyBaseObject_Type;
Py_INCREF(tmp_dict_value_8);
} else {
goto frame_exception_exit_2;
}
}
tmp_annotations_9 = _PyDict_NewPresized( 3 );
{
PyObject *tmp_expression_value_29;
PyObject *tmp_expression_value_30;
tmp_res = PyDict_SetItem(tmp_annotations_9, tmp_dict_key_8, tmp_dict_value_8);
Py_DECREF(tmp_dict_value_8);
assert(!(tmp_res != 0));
tmp_dict_key_8 = mod_consts[27];
tmp_expression_value_29 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[22]);
if (tmp_expression_value_29 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_29 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_29 == NULL)) {
tmp_expression_value_29 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_29 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 244;
type_description_2 = "o";
goto dict_build_exception_4;
}
Py_INCREF(tmp_expression_value_29);
} else {
goto dict_build_exception_4;
}
}
tmp_dict_value_8 = LOOKUP_ATTRIBUTE(tmp_expression_value_29, mod_consts[158]);
Py_DECREF(tmp_expression_value_29);
if (tmp_dict_value_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 244;
type_description_2 = "o";
goto dict_build_exception_4;
}
tmp_res = PyDict_SetItem(tmp_annotations_9, tmp_dict_key_8, tmp_dict_value_8);
Py_DECREF(tmp_dict_value_8);
assert(!(tmp_res != 0));
tmp_dict_key_8 = mod_consts[127];
tmp_expression_value_30 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[22]);
if (tmp_expression_value_30 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_30 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_30 == NULL)) {
tmp_expression_value_30 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_30 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 245;
type_description_2 = "o";
goto dict_build_exception_4;
}
Py_INCREF(tmp_expression_value_30);
} else {
goto dict_build_exception_4;
}
}
tmp_dict_value_8 = LOOKUP_ATTRIBUTE(tmp_expression_value_30, mod_consts[159]);
Py_DECREF(tmp_expression_value_30);
if (tmp_dict_value_8 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 245;
type_description_2 = "o";
goto dict_build_exception_4;
}
tmp_res = PyDict_SetItem(tmp_annotations_9, tmp_dict_key_8, tmp_dict_value_8);
Py_DECREF(tmp_dict_value_8);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_4;
// Exception handling pass through code for dict_build:
dict_build_exception_4:;
Py_DECREF(tmp_annotations_9);
goto frame_exception_exit_2;
// Finished with no exception for dict_build:
dict_build_noexception_4:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__7_start_request(tmp_annotations_9);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[24], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 243;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
{
PyObject *tmp_annotations_10;
PyObject *tmp_dict_key_9;
PyObject *tmp_dict_value_9;
tmp_dict_key_9 = mod_consts[156];
tmp_dict_value_9 = PyObject_GetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[157]);
if (tmp_dict_value_9 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_9 = (PyObject *)&PyBaseObject_Type;
Py_INCREF(tmp_dict_value_9);
} else {
goto frame_exception_exit_2;
}
}
tmp_annotations_10 = _PyDict_NewPresized( 2 );
tmp_res = PyDict_SetItem(tmp_annotations_10, tmp_dict_key_9, tmp_dict_value_9);
Py_DECREF(tmp_dict_value_9);
assert(!(tmp_res != 0));
tmp_dict_key_9 = mod_consts[127];
tmp_dict_value_9 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_10, tmp_dict_key_9, tmp_dict_value_9);
assert(!(tmp_res != 0));
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__8_on_close(tmp_annotations_10);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[161], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 256;
type_description_2 = "o";
goto frame_exception_exit_2;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_a25d1c93d930735a2549284fc2a3ca9a_2);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_1;
frame_exception_exit_2:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_a25d1c93d930735a2549284fc2a3ca9a_2);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_a25d1c93d930735a2549284fc2a3ca9a_2, exception_lineno);
} else if (exception_tb->tb_frame != &frame_a25d1c93d930735a2549284fc2a3ca9a_2->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_a25d1c93d930735a2549284fc2a3ca9a_2, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_a25d1c93d930735a2549284fc2a3ca9a_2,
type_description_2,
outline_0_var___class__
);
// Release cached frame if used for exception.
if (frame_a25d1c93d930735a2549284fc2a3ca9a_2 == cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2);
cache_frame_a25d1c93d930735a2549284fc2a3ca9a_2 = NULL;
}
assertFrameObject(frame_a25d1c93d930735a2549284fc2a3ca9a_2);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto nested_frame_exit_1;
frame_no_exception_1:;
goto skip_nested_handling_1;
nested_frame_exit_1:;
goto try_except_handler_5;
skip_nested_handling_1:;
{
nuitka_bool tmp_condition_result_8;
PyObject *tmp_cmp_expr_left_1;
PyObject *tmp_cmp_expr_right_1;
CHECK_OBJECT(tmp_class_creation_1__bases);
tmp_cmp_expr_left_1 = tmp_class_creation_1__bases;
CHECK_OBJECT(tmp_class_creation_1__bases_orig);
tmp_cmp_expr_right_1 = tmp_class_creation_1__bases_orig;
tmp_condition_result_8 = RICH_COMPARE_NE_NBOOL_OBJECT_TUPLE(tmp_cmp_expr_left_1, tmp_cmp_expr_right_1);
if (tmp_condition_result_8 == NUITKA_BOOL_EXCEPTION) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_5;
}
if (tmp_condition_result_8 == NUITKA_BOOL_TRUE) {
goto branch_yes_4;
} else {
goto branch_no_4;
}
}
branch_yes_4:;
CHECK_OBJECT(tmp_class_creation_1__bases_orig);
tmp_dictset_value = tmp_class_creation_1__bases_orig;
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__1_HTTPServer_46, mod_consts[163], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_5;
}
branch_no_4:;
{
PyObject *tmp_assign_source_33;
PyObject *tmp_called_value_4;
PyObject *tmp_args_value_2;
PyObject *tmp_tuple_element_8;
PyObject *tmp_kwargs_value_2;
CHECK_OBJECT(tmp_class_creation_1__metaclass);
tmp_called_value_4 = tmp_class_creation_1__metaclass;
tmp_tuple_element_8 = mod_consts[12];
tmp_args_value_2 = MAKE_TUPLE_EMPTY(3);
PyTuple_SET_ITEM0(tmp_args_value_2, 0, tmp_tuple_element_8);
CHECK_OBJECT(tmp_class_creation_1__bases);
tmp_tuple_element_8 = tmp_class_creation_1__bases;
PyTuple_SET_ITEM0(tmp_args_value_2, 1, tmp_tuple_element_8);
tmp_tuple_element_8 = locals_tornado$httpserver$$$class__1_HTTPServer_46;
PyTuple_SET_ITEM0(tmp_args_value_2, 2, tmp_tuple_element_8);
CHECK_OBJECT(tmp_class_creation_1__class_decl_dict);
tmp_kwargs_value_2 = tmp_class_creation_1__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 46;
tmp_assign_source_33 = CALL_FUNCTION(tmp_called_value_4, tmp_args_value_2, tmp_kwargs_value_2);
Py_DECREF(tmp_args_value_2);
if (tmp_assign_source_33 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 46;
goto try_except_handler_5;
}
assert(outline_0_var___class__ == NULL);
outline_0_var___class__ = tmp_assign_source_33;
}
CHECK_OBJECT(outline_0_var___class__);
tmp_assign_source_32 = outline_0_var___class__;
Py_INCREF(tmp_assign_source_32);
goto try_return_handler_5;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_5:;
Py_DECREF(locals_tornado$httpserver$$$class__1_HTTPServer_46);
locals_tornado$httpserver$$$class__1_HTTPServer_46 = NULL;
goto try_return_handler_4;
// Exception handler code:
try_except_handler_5:;
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_DECREF(locals_tornado$httpserver$$$class__1_HTTPServer_46);
locals_tornado$httpserver$$$class__1_HTTPServer_46 = 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 try_except_handler_4;
// End of try:
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_4:;
CHECK_OBJECT(outline_0_var___class__);
Py_DECREF(outline_0_var___class__);
outline_0_var___class__ = NULL;
goto outline_result_1;
// Exception handler code:
try_except_handler_4:;
exception_keeper_type_4 = exception_type;
exception_keeper_value_4 = exception_value;
exception_keeper_tb_4 = exception_tb;
exception_keeper_lineno_4 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
// Re-raise.
exception_type = exception_keeper_type_4;
exception_value = exception_keeper_value_4;
exception_tb = exception_keeper_tb_4;
exception_lineno = exception_keeper_lineno_4;
goto outline_exception_1;
// End of try:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
outline_exception_1:;
exception_lineno = 46;
goto try_except_handler_3;
outline_result_1:;
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[12], tmp_assign_source_32);
}
goto try_end_3;
// Exception handler code:
try_except_handler_3:;
exception_keeper_type_5 = exception_type;
exception_keeper_value_5 = exception_value;
exception_keeper_tb_5 = exception_tb;
exception_keeper_lineno_5 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
Py_XDECREF(tmp_class_creation_1__bases_orig);
tmp_class_creation_1__bases_orig = NULL;
Py_XDECREF(tmp_class_creation_1__bases);
tmp_class_creation_1__bases = NULL;
Py_XDECREF(tmp_class_creation_1__class_decl_dict);
tmp_class_creation_1__class_decl_dict = NULL;
Py_XDECREF(tmp_class_creation_1__metaclass);
tmp_class_creation_1__metaclass = NULL;
Py_XDECREF(tmp_class_creation_1__prepared);
tmp_class_creation_1__prepared = NULL;
// Re-raise.
exception_type = exception_keeper_type_5;
exception_value = exception_keeper_value_5;
exception_tb = exception_keeper_tb_5;
exception_lineno = exception_keeper_lineno_5;
goto frame_exception_exit_1;
// End of try:
try_end_3:;
CHECK_OBJECT(tmp_class_creation_1__bases_orig);
Py_DECREF(tmp_class_creation_1__bases_orig);
tmp_class_creation_1__bases_orig = NULL;
CHECK_OBJECT(tmp_class_creation_1__bases);
Py_DECREF(tmp_class_creation_1__bases);
tmp_class_creation_1__bases = NULL;
CHECK_OBJECT(tmp_class_creation_1__class_decl_dict);
Py_DECREF(tmp_class_creation_1__class_decl_dict);
tmp_class_creation_1__class_decl_dict = NULL;
CHECK_OBJECT(tmp_class_creation_1__metaclass);
Py_DECREF(tmp_class_creation_1__metaclass);
tmp_class_creation_1__metaclass = NULL;
CHECK_OBJECT(tmp_class_creation_1__prepared);
Py_DECREF(tmp_class_creation_1__prepared);
tmp_class_creation_1__prepared = NULL;
// Tried code:
{
PyObject *tmp_assign_source_34;
PyObject *tmp_tuple_element_9;
PyObject *tmp_expression_value_31;
tmp_expression_value_31 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_31 == NULL)) {
tmp_expression_value_31 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_31 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
tmp_tuple_element_9 = LOOKUP_ATTRIBUTE(tmp_expression_value_31, mod_consts[159]);
if (tmp_tuple_element_9 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
tmp_assign_source_34 = MAKE_TUPLE_EMPTY(1);
PyTuple_SET_ITEM(tmp_assign_source_34, 0, tmp_tuple_element_9);
assert(tmp_class_creation_2__bases_orig == NULL);
tmp_class_creation_2__bases_orig = tmp_assign_source_34;
}
{
PyObject *tmp_assign_source_35;
PyObject *tmp_dircall_arg1_2;
CHECK_OBJECT(tmp_class_creation_2__bases_orig);
tmp_dircall_arg1_2 = tmp_class_creation_2__bases_orig;
Py_INCREF(tmp_dircall_arg1_2);
{
PyObject *dir_call_args[] = {tmp_dircall_arg1_2};
tmp_assign_source_35 = impl___main__$$$function__1__mro_entries_conversion(dir_call_args);
}
if (tmp_assign_source_35 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
assert(tmp_class_creation_2__bases == NULL);
tmp_class_creation_2__bases = tmp_assign_source_35;
}
{
PyObject *tmp_assign_source_36;
tmp_assign_source_36 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_2__class_decl_dict == NULL);
tmp_class_creation_2__class_decl_dict = tmp_assign_source_36;
}
{
PyObject *tmp_assign_source_37;
PyObject *tmp_metaclass_value_2;
bool tmp_condition_result_9;
PyObject *tmp_key_value_4;
PyObject *tmp_dict_arg_value_4;
PyObject *tmp_dict_arg_value_5;
PyObject *tmp_key_value_5;
nuitka_bool tmp_condition_result_10;
int tmp_truth_name_2;
PyObject *tmp_type_arg_3;
PyObject *tmp_expression_value_32;
PyObject *tmp_subscript_value_20;
PyObject *tmp_bases_value_2;
tmp_key_value_4 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_2__class_decl_dict);
tmp_dict_arg_value_4 = tmp_class_creation_2__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_4, tmp_key_value_4);
assert(!(tmp_res == -1));
tmp_condition_result_9 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_9 != false) {
goto condexpr_true_5;
} else {
goto condexpr_false_5;
}
condexpr_true_5:;
CHECK_OBJECT(tmp_class_creation_2__class_decl_dict);
tmp_dict_arg_value_5 = tmp_class_creation_2__class_decl_dict;
tmp_key_value_5 = mod_consts[115];
tmp_metaclass_value_2 = DICT_GET_ITEM0(tmp_dict_arg_value_5, tmp_key_value_5);
if (tmp_metaclass_value_2 == NULL) {
tmp_metaclass_value_2 = Py_None;
}
assert(!(tmp_metaclass_value_2 == NULL));
Py_INCREF(tmp_metaclass_value_2);
goto condexpr_end_5;
condexpr_false_5:;
CHECK_OBJECT(tmp_class_creation_2__bases);
tmp_truth_name_2 = CHECK_IF_TRUE(tmp_class_creation_2__bases);
if (tmp_truth_name_2 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
tmp_condition_result_10 = tmp_truth_name_2 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
if (tmp_condition_result_10 == NUITKA_BOOL_TRUE) {
goto condexpr_true_6;
} else {
goto condexpr_false_6;
}
condexpr_true_6:;
CHECK_OBJECT(tmp_class_creation_2__bases);
tmp_expression_value_32 = tmp_class_creation_2__bases;
tmp_subscript_value_20 = mod_consts[49];
tmp_type_arg_3 = LOOKUP_SUBSCRIPT_CONST(tmp_expression_value_32, tmp_subscript_value_20, 0);
if (tmp_type_arg_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
tmp_metaclass_value_2 = BUILTIN_TYPE1(tmp_type_arg_3);
Py_DECREF(tmp_type_arg_3);
if (tmp_metaclass_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
goto condexpr_end_6;
condexpr_false_6:;
tmp_metaclass_value_2 = (PyObject *)&PyType_Type;
Py_INCREF(tmp_metaclass_value_2);
condexpr_end_6:;
condexpr_end_5:;
CHECK_OBJECT(tmp_class_creation_2__bases);
tmp_bases_value_2 = tmp_class_creation_2__bases;
tmp_assign_source_37 = SELECT_METACLASS(tmp_metaclass_value_2, tmp_bases_value_2);
Py_DECREF(tmp_metaclass_value_2);
if (tmp_assign_source_37 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
assert(tmp_class_creation_2__metaclass == NULL);
tmp_class_creation_2__metaclass = tmp_assign_source_37;
}
{
bool tmp_condition_result_11;
PyObject *tmp_key_value_6;
PyObject *tmp_dict_arg_value_6;
tmp_key_value_6 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_2__class_decl_dict);
tmp_dict_arg_value_6 = tmp_class_creation_2__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_6, tmp_key_value_6);
assert(!(tmp_res == -1));
tmp_condition_result_11 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_11 != false) {
goto branch_yes_5;
} else {
goto branch_no_5;
}
}
branch_yes_5:;
CHECK_OBJECT(tmp_class_creation_2__class_decl_dict);
tmp_dictdel_dict = tmp_class_creation_2__class_decl_dict;
tmp_dictdel_key = mod_consts[115];
tmp_result = DICT_REMOVE_ITEM(tmp_dictdel_dict, tmp_dictdel_key);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
branch_no_5:;
{
nuitka_bool tmp_condition_result_12;
PyObject *tmp_expression_value_33;
CHECK_OBJECT(tmp_class_creation_2__metaclass);
tmp_expression_value_33 = tmp_class_creation_2__metaclass;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_33, mod_consts[116]);
tmp_condition_result_12 = (tmp_result) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE;
if (tmp_condition_result_12 == NUITKA_BOOL_TRUE) {
goto branch_yes_6;
} else {
goto branch_no_6;
}
}
branch_yes_6:;
{
PyObject *tmp_assign_source_38;
PyObject *tmp_called_value_5;
PyObject *tmp_expression_value_34;
PyObject *tmp_args_value_3;
PyObject *tmp_tuple_element_10;
PyObject *tmp_kwargs_value_3;
CHECK_OBJECT(tmp_class_creation_2__metaclass);
tmp_expression_value_34 = tmp_class_creation_2__metaclass;
tmp_called_value_5 = LOOKUP_ATTRIBUTE(tmp_expression_value_34, mod_consts[116]);
if (tmp_called_value_5 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
tmp_tuple_element_10 = mod_consts[25];
tmp_args_value_3 = MAKE_TUPLE_EMPTY(2);
PyTuple_SET_ITEM0(tmp_args_value_3, 0, tmp_tuple_element_10);
CHECK_OBJECT(tmp_class_creation_2__bases);
tmp_tuple_element_10 = tmp_class_creation_2__bases;
PyTuple_SET_ITEM0(tmp_args_value_3, 1, tmp_tuple_element_10);
CHECK_OBJECT(tmp_class_creation_2__class_decl_dict);
tmp_kwargs_value_3 = tmp_class_creation_2__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 260;
tmp_assign_source_38 = CALL_FUNCTION(tmp_called_value_5, tmp_args_value_3, tmp_kwargs_value_3);
Py_DECREF(tmp_called_value_5);
Py_DECREF(tmp_args_value_3);
if (tmp_assign_source_38 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
assert(tmp_class_creation_2__prepared == NULL);
tmp_class_creation_2__prepared = tmp_assign_source_38;
}
{
bool tmp_condition_result_13;
PyObject *tmp_operand_value_2;
PyObject *tmp_expression_value_35;
CHECK_OBJECT(tmp_class_creation_2__prepared);
tmp_expression_value_35 = tmp_class_creation_2__prepared;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_35, mod_consts[117]);
tmp_operand_value_2 = (tmp_result) ? Py_True : Py_False;
tmp_res = CHECK_IF_TRUE(tmp_operand_value_2);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
tmp_condition_result_13 = (tmp_res == 0) ? true : false;
if (tmp_condition_result_13 != false) {
goto branch_yes_7;
} else {
goto branch_no_7;
}
}
branch_yes_7:;
{
PyObject *tmp_raise_type_2;
PyObject *tmp_raise_value_2;
PyObject *tmp_mod_expr_left_2;
PyObject *tmp_mod_expr_right_2;
PyObject *tmp_tuple_element_11;
PyObject *tmp_getattr_target_2;
PyObject *tmp_getattr_attr_2;
PyObject *tmp_getattr_default_2;
tmp_raise_type_2 = PyExc_TypeError;
tmp_mod_expr_left_2 = mod_consts[118];
CHECK_OBJECT(tmp_class_creation_2__metaclass);
tmp_getattr_target_2 = tmp_class_creation_2__metaclass;
tmp_getattr_attr_2 = mod_consts[119];
tmp_getattr_default_2 = mod_consts[120];
tmp_tuple_element_11 = BUILTIN_GETATTR(tmp_getattr_target_2, tmp_getattr_attr_2, tmp_getattr_default_2);
if (tmp_tuple_element_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
tmp_mod_expr_right_2 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_36;
PyObject *tmp_type_arg_4;
PyTuple_SET_ITEM(tmp_mod_expr_right_2, 0, tmp_tuple_element_11);
CHECK_OBJECT(tmp_class_creation_2__prepared);
tmp_type_arg_4 = tmp_class_creation_2__prepared;
tmp_expression_value_36 = BUILTIN_TYPE1(tmp_type_arg_4);
assert(!(tmp_expression_value_36 == NULL));
tmp_tuple_element_11 = LOOKUP_ATTRIBUTE(tmp_expression_value_36, mod_consts[119]);
Py_DECREF(tmp_expression_value_36);
if (tmp_tuple_element_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto tuple_build_exception_6;
}
PyTuple_SET_ITEM(tmp_mod_expr_right_2, 1, tmp_tuple_element_11);
}
goto tuple_build_noexception_6;
// Exception handling pass through code for tuple_build:
tuple_build_exception_6:;
Py_DECREF(tmp_mod_expr_right_2);
goto try_except_handler_6;
// Finished with no exception for tuple_build:
tuple_build_noexception_6:;
tmp_raise_value_2 = BINARY_OPERATION_MOD_OBJECT_UNICODE_TUPLE(tmp_mod_expr_left_2, tmp_mod_expr_right_2);
Py_DECREF(tmp_mod_expr_right_2);
if (tmp_raise_value_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_6;
}
exception_type = tmp_raise_type_2;
Py_INCREF(tmp_raise_type_2);
exception_value = tmp_raise_value_2;
exception_lineno = 260;
RAISE_EXCEPTION_IMPLICIT(&exception_type, &exception_value, &exception_tb);
goto try_except_handler_6;
}
branch_no_7:;
goto branch_end_6;
branch_no_6:;
{
PyObject *tmp_assign_source_39;
tmp_assign_source_39 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_2__prepared == NULL);
tmp_class_creation_2__prepared = tmp_assign_source_39;
}
branch_end_6:;
{
PyObject *tmp_assign_source_40;
{
PyObject *tmp_set_locals_2;
CHECK_OBJECT(tmp_class_creation_2__prepared);
tmp_set_locals_2 = tmp_class_creation_2__prepared;
locals_tornado$httpserver$$$class__2__CallableAdapter_260 = tmp_set_locals_2;
Py_INCREF(tmp_set_locals_2);
}
// Tried code:
// Tried code:
tmp_dictset_value = mod_consts[121];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[122], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_8;
}
tmp_dictset_value = mod_consts[25];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[124], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_8;
}
if (isFrameUnusable(cache_frame_49692425c35a61756076db1f490c47d5_3)) {
Py_XDECREF(cache_frame_49692425c35a61756076db1f490c47d5_3);
#if _DEBUG_REFCOUNTS
if (cache_frame_49692425c35a61756076db1f490c47d5_3 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_49692425c35a61756076db1f490c47d5_3 = MAKE_CLASS_FRAME(codeobj_49692425c35a61756076db1f490c47d5, module_tornado$httpserver, NULL, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_49692425c35a61756076db1f490c47d5_3->m_type_description == NULL);
frame_49692425c35a61756076db1f490c47d5_3 = cache_frame_49692425c35a61756076db1f490c47d5_3;
// Push the new frame as the currently active one.
pushFrameStack(frame_49692425c35a61756076db1f490c47d5_3);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_49692425c35a61756076db1f490c47d5_3) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_annotations_11;
PyObject *tmp_dict_key_10;
PyObject *tmp_dict_value_10;
PyObject *tmp_expression_value_37;
PyObject *tmp_subscript_value_21;
PyObject *tmp_tuple_element_12;
PyObject *tmp_list_element_2;
PyObject *tmp_expression_value_38;
tmp_dict_key_10 = mod_consts[0];
tmp_expression_value_37 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[109]);
if (tmp_expression_value_37 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_37 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[109]);
if (unlikely(tmp_expression_value_37 == NULL)) {
tmp_expression_value_37 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[109]);
}
if (tmp_expression_value_37 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 263;
type_description_2 = "o";
goto frame_exception_exit_3;
}
Py_INCREF(tmp_expression_value_37);
} else {
goto frame_exception_exit_3;
}
}
tmp_expression_value_38 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[22]);
if (tmp_expression_value_38 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_38 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_38 == NULL)) {
tmp_expression_value_38 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_38 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_37);
exception_lineno = 263;
type_description_2 = "o";
goto frame_exception_exit_3;
}
Py_INCREF(tmp_expression_value_38);
} else {
goto frame_exception_exit_3;
}
}
tmp_list_element_2 = LOOKUP_ATTRIBUTE(tmp_expression_value_38, mod_consts[35]);
Py_DECREF(tmp_expression_value_38);
if (tmp_list_element_2 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_37);
exception_lineno = 263;
type_description_2 = "o";
goto frame_exception_exit_3;
}
tmp_tuple_element_12 = MAKE_LIST_EMPTY(1);
PyList_SET_ITEM(tmp_tuple_element_12, 0, tmp_list_element_2);
tmp_subscript_value_21 = MAKE_TUPLE_EMPTY(2);
PyTuple_SET_ITEM(tmp_subscript_value_21, 0, tmp_tuple_element_12);
tmp_tuple_element_12 = Py_None;
PyTuple_SET_ITEM0(tmp_subscript_value_21, 1, tmp_tuple_element_12);
tmp_dict_value_10 = LOOKUP_SUBSCRIPT(tmp_expression_value_37, tmp_subscript_value_21);
Py_DECREF(tmp_expression_value_37);
Py_DECREF(tmp_subscript_value_21);
if (tmp_dict_value_10 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 263;
type_description_2 = "o";
goto frame_exception_exit_3;
}
tmp_annotations_11 = _PyDict_NewPresized( 3 );
{
PyObject *tmp_expression_value_39;
tmp_res = PyDict_SetItem(tmp_annotations_11, tmp_dict_key_10, tmp_dict_value_10);
Py_DECREF(tmp_dict_value_10);
assert(!(tmp_res != 0));
tmp_dict_key_10 = mod_consts[27];
tmp_expression_value_39 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[22]);
if (tmp_expression_value_39 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_39 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_39 == NULL)) {
tmp_expression_value_39 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_39 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 264;
type_description_2 = "o";
goto dict_build_exception_5;
}
Py_INCREF(tmp_expression_value_39);
} else {
goto dict_build_exception_5;
}
}
tmp_dict_value_10 = LOOKUP_ATTRIBUTE(tmp_expression_value_39, mod_consts[158]);
Py_DECREF(tmp_expression_value_39);
if (tmp_dict_value_10 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 264;
type_description_2 = "o";
goto dict_build_exception_5;
}
tmp_res = PyDict_SetItem(tmp_annotations_11, tmp_dict_key_10, tmp_dict_value_10);
Py_DECREF(tmp_dict_value_10);
assert(!(tmp_res != 0));
tmp_dict_key_10 = mod_consts[127];
tmp_dict_value_10 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_11, tmp_dict_key_10, tmp_dict_value_10);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_5;
// Exception handling pass through code for dict_build:
dict_build_exception_5:;
Py_DECREF(tmp_annotations_11);
goto frame_exception_exit_3;
// Finished with no exception for dict_build:
dict_build_noexception_5:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__9___init__(tmp_annotations_11);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[8], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 261;
type_description_2 = "o";
goto frame_exception_exit_3;
}
}
{
PyObject *tmp_annotations_12;
PyObject *tmp_dict_key_11;
PyObject *tmp_dict_value_11;
PyObject *tmp_expression_value_40;
PyObject *tmp_subscript_value_22;
PyObject *tmp_tuple_element_13;
PyObject *tmp_expression_value_41;
tmp_dict_key_11 = mod_consts[165];
tmp_expression_value_40 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[106]);
if (tmp_expression_value_40 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_40 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[106]);
if (unlikely(tmp_expression_value_40 == NULL)) {
tmp_expression_value_40 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[106]);
}
if (tmp_expression_value_40 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 274;
type_description_2 = "o";
goto frame_exception_exit_3;
}
Py_INCREF(tmp_expression_value_40);
} else {
goto frame_exception_exit_3;
}
}
tmp_expression_value_41 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[22]);
if (tmp_expression_value_41 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_41 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_41 == NULL)) {
tmp_expression_value_41 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_41 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_40);
exception_lineno = 274;
type_description_2 = "o";
goto frame_exception_exit_3;
}
Py_INCREF(tmp_expression_value_41);
} else {
goto frame_exception_exit_3;
}
}
tmp_tuple_element_13 = LOOKUP_ATTRIBUTE(tmp_expression_value_41, mod_consts[36]);
Py_DECREF(tmp_expression_value_41);
if (tmp_tuple_element_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_40);
exception_lineno = 274;
type_description_2 = "o";
goto frame_exception_exit_3;
}
tmp_subscript_value_22 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_42;
PyTuple_SET_ITEM(tmp_subscript_value_22, 0, tmp_tuple_element_13);
tmp_expression_value_42 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[22]);
if (tmp_expression_value_42 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_42 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_42 == NULL)) {
tmp_expression_value_42 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_42 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 274;
type_description_2 = "o";
goto tuple_build_exception_7;
}
Py_INCREF(tmp_expression_value_42);
} else {
goto tuple_build_exception_7;
}
}
tmp_tuple_element_13 = LOOKUP_ATTRIBUTE(tmp_expression_value_42, mod_consts[166]);
Py_DECREF(tmp_expression_value_42);
if (tmp_tuple_element_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 274;
type_description_2 = "o";
goto tuple_build_exception_7;
}
PyTuple_SET_ITEM(tmp_subscript_value_22, 1, tmp_tuple_element_13);
}
goto tuple_build_noexception_7;
// Exception handling pass through code for tuple_build:
tuple_build_exception_7:;
Py_DECREF(tmp_expression_value_40);
Py_DECREF(tmp_subscript_value_22);
goto frame_exception_exit_3;
// Finished with no exception for tuple_build:
tuple_build_noexception_7:;
tmp_dict_value_11 = LOOKUP_SUBSCRIPT(tmp_expression_value_40, tmp_subscript_value_22);
Py_DECREF(tmp_expression_value_40);
Py_DECREF(tmp_subscript_value_22);
if (tmp_dict_value_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 274;
type_description_2 = "o";
goto frame_exception_exit_3;
}
tmp_annotations_12 = _PyDict_NewPresized( 3 );
{
PyObject *tmp_expression_value_43;
PyObject *tmp_expression_value_44;
PyObject *tmp_subscript_value_23;
PyObject *tmp_expression_value_45;
PyObject *tmp_subscript_value_24;
tmp_res = PyDict_SetItem(tmp_annotations_12, tmp_dict_key_11, tmp_dict_value_11);
Py_DECREF(tmp_dict_value_11);
assert(!(tmp_res != 0));
tmp_dict_key_11 = mod_consts[167];
tmp_expression_value_43 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[22]);
if (tmp_expression_value_43 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_43 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_43 == NULL)) {
tmp_expression_value_43 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_43 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 275;
type_description_2 = "o";
goto dict_build_exception_6;
}
Py_INCREF(tmp_expression_value_43);
} else {
goto dict_build_exception_6;
}
}
tmp_dict_value_11 = LOOKUP_ATTRIBUTE(tmp_expression_value_43, mod_consts[168]);
Py_DECREF(tmp_expression_value_43);
if (tmp_dict_value_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 275;
type_description_2 = "o";
goto dict_build_exception_6;
}
tmp_res = PyDict_SetItem(tmp_annotations_12, tmp_dict_key_11, tmp_dict_value_11);
Py_DECREF(tmp_dict_value_11);
assert(!(tmp_res != 0));
tmp_dict_key_11 = mod_consts[127];
tmp_expression_value_44 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[113]);
if (tmp_expression_value_44 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_44 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_44 == NULL)) {
tmp_expression_value_44 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_44 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 276;
type_description_2 = "o";
goto dict_build_exception_6;
}
Py_INCREF(tmp_expression_value_44);
} else {
goto dict_build_exception_6;
}
}
tmp_expression_value_45 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[114]);
if (tmp_expression_value_45 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_45 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[114]);
if (unlikely(tmp_expression_value_45 == NULL)) {
tmp_expression_value_45 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[114]);
}
if (tmp_expression_value_45 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_44);
exception_lineno = 276;
type_description_2 = "o";
goto dict_build_exception_6;
}
Py_INCREF(tmp_expression_value_45);
} else {
goto dict_build_exception_6;
}
}
tmp_subscript_value_24 = Py_None;
tmp_subscript_value_23 = LOOKUP_SUBSCRIPT(tmp_expression_value_45, tmp_subscript_value_24);
Py_DECREF(tmp_expression_value_45);
if (tmp_subscript_value_23 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_44);
exception_lineno = 276;
type_description_2 = "o";
goto dict_build_exception_6;
}
tmp_dict_value_11 = LOOKUP_SUBSCRIPT(tmp_expression_value_44, tmp_subscript_value_23);
Py_DECREF(tmp_expression_value_44);
Py_DECREF(tmp_subscript_value_23);
if (tmp_dict_value_11 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 276;
type_description_2 = "o";
goto dict_build_exception_6;
}
tmp_res = PyDict_SetItem(tmp_annotations_12, tmp_dict_key_11, tmp_dict_value_11);
Py_DECREF(tmp_dict_value_11);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_6;
// Exception handling pass through code for dict_build:
dict_build_exception_6:;
Py_DECREF(tmp_annotations_12);
goto frame_exception_exit_3;
// Finished with no exception for dict_build:
dict_build_noexception_6:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__10_headers_received(tmp_annotations_12);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[78], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 272;
type_description_2 = "o";
goto frame_exception_exit_3;
}
}
{
PyObject *tmp_annotations_13;
PyObject *tmp_dict_key_12;
PyObject *tmp_dict_value_12;
tmp_dict_key_12 = mod_consts[170];
tmp_dict_value_12 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[171]);
if (tmp_dict_value_12 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_12 = (PyObject *)&PyBytes_Type;
Py_INCREF(tmp_dict_value_12);
} else {
goto frame_exception_exit_3;
}
}
tmp_annotations_13 = _PyDict_NewPresized( 2 );
{
PyObject *tmp_expression_value_46;
PyObject *tmp_subscript_value_25;
PyObject *tmp_expression_value_47;
PyObject *tmp_subscript_value_26;
tmp_res = PyDict_SetItem(tmp_annotations_13, tmp_dict_key_12, tmp_dict_value_12);
Py_DECREF(tmp_dict_value_12);
assert(!(tmp_res != 0));
tmp_dict_key_12 = mod_consts[127];
tmp_expression_value_46 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[113]);
if (tmp_expression_value_46 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_46 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_46 == NULL)) {
tmp_expression_value_46 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_46 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 284;
type_description_2 = "o";
goto dict_build_exception_7;
}
Py_INCREF(tmp_expression_value_46);
} else {
goto dict_build_exception_7;
}
}
tmp_expression_value_47 = PyObject_GetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[114]);
if (tmp_expression_value_47 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_47 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[114]);
if (unlikely(tmp_expression_value_47 == NULL)) {
tmp_expression_value_47 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[114]);
}
if (tmp_expression_value_47 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_46);
exception_lineno = 284;
type_description_2 = "o";
goto dict_build_exception_7;
}
Py_INCREF(tmp_expression_value_47);
} else {
goto dict_build_exception_7;
}
}
tmp_subscript_value_26 = Py_None;
tmp_subscript_value_25 = LOOKUP_SUBSCRIPT(tmp_expression_value_47, tmp_subscript_value_26);
Py_DECREF(tmp_expression_value_47);
if (tmp_subscript_value_25 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_46);
exception_lineno = 284;
type_description_2 = "o";
goto dict_build_exception_7;
}
tmp_dict_value_12 = LOOKUP_SUBSCRIPT(tmp_expression_value_46, tmp_subscript_value_25);
Py_DECREF(tmp_expression_value_46);
Py_DECREF(tmp_subscript_value_25);
if (tmp_dict_value_12 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 284;
type_description_2 = "o";
goto dict_build_exception_7;
}
tmp_res = PyDict_SetItem(tmp_annotations_13, tmp_dict_key_12, tmp_dict_value_12);
Py_DECREF(tmp_dict_value_12);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_7;
// Exception handling pass through code for dict_build:
dict_build_exception_7:;
Py_DECREF(tmp_annotations_13);
goto frame_exception_exit_3;
// Finished with no exception for dict_build:
dict_build_noexception_7:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__11_data_received(tmp_annotations_13);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[79], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 284;
type_description_2 = "o";
goto frame_exception_exit_3;
}
}
{
PyObject *tmp_annotations_14;
tmp_annotations_14 = DICT_COPY(mod_consts[151]);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__12_finish(tmp_annotations_14);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[80], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 288;
type_description_2 = "o";
goto frame_exception_exit_3;
}
}
{
PyObject *tmp_annotations_15;
tmp_annotations_15 = DICT_COPY(mod_consts[151]);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__13_on_connection_close(tmp_annotations_15);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[82], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 294;
type_description_2 = "o";
goto frame_exception_exit_3;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_49692425c35a61756076db1f490c47d5_3);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_2;
frame_exception_exit_3:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_49692425c35a61756076db1f490c47d5_3);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_49692425c35a61756076db1f490c47d5_3, exception_lineno);
} else if (exception_tb->tb_frame != &frame_49692425c35a61756076db1f490c47d5_3->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_49692425c35a61756076db1f490c47d5_3, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_49692425c35a61756076db1f490c47d5_3,
type_description_2,
outline_1_var___class__
);
// Release cached frame if used for exception.
if (frame_49692425c35a61756076db1f490c47d5_3 == cache_frame_49692425c35a61756076db1f490c47d5_3) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_49692425c35a61756076db1f490c47d5_3);
cache_frame_49692425c35a61756076db1f490c47d5_3 = NULL;
}
assertFrameObject(frame_49692425c35a61756076db1f490c47d5_3);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto nested_frame_exit_2;
frame_no_exception_2:;
goto skip_nested_handling_2;
nested_frame_exit_2:;
goto try_except_handler_8;
skip_nested_handling_2:;
{
nuitka_bool tmp_condition_result_14;
PyObject *tmp_cmp_expr_left_2;
PyObject *tmp_cmp_expr_right_2;
CHECK_OBJECT(tmp_class_creation_2__bases);
tmp_cmp_expr_left_2 = tmp_class_creation_2__bases;
CHECK_OBJECT(tmp_class_creation_2__bases_orig);
tmp_cmp_expr_right_2 = tmp_class_creation_2__bases_orig;
tmp_condition_result_14 = RICH_COMPARE_NE_NBOOL_OBJECT_TUPLE(tmp_cmp_expr_left_2, tmp_cmp_expr_right_2);
if (tmp_condition_result_14 == NUITKA_BOOL_EXCEPTION) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_8;
}
if (tmp_condition_result_14 == NUITKA_BOOL_TRUE) {
goto branch_yes_8;
} else {
goto branch_no_8;
}
}
branch_yes_8:;
CHECK_OBJECT(tmp_class_creation_2__bases_orig);
tmp_dictset_value = tmp_class_creation_2__bases_orig;
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__2__CallableAdapter_260, mod_consts[163], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_8;
}
branch_no_8:;
{
PyObject *tmp_assign_source_41;
PyObject *tmp_called_value_6;
PyObject *tmp_args_value_4;
PyObject *tmp_tuple_element_14;
PyObject *tmp_kwargs_value_4;
CHECK_OBJECT(tmp_class_creation_2__metaclass);
tmp_called_value_6 = tmp_class_creation_2__metaclass;
tmp_tuple_element_14 = mod_consts[25];
tmp_args_value_4 = MAKE_TUPLE_EMPTY(3);
PyTuple_SET_ITEM0(tmp_args_value_4, 0, tmp_tuple_element_14);
CHECK_OBJECT(tmp_class_creation_2__bases);
tmp_tuple_element_14 = tmp_class_creation_2__bases;
PyTuple_SET_ITEM0(tmp_args_value_4, 1, tmp_tuple_element_14);
tmp_tuple_element_14 = locals_tornado$httpserver$$$class__2__CallableAdapter_260;
PyTuple_SET_ITEM0(tmp_args_value_4, 2, tmp_tuple_element_14);
CHECK_OBJECT(tmp_class_creation_2__class_decl_dict);
tmp_kwargs_value_4 = tmp_class_creation_2__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 260;
tmp_assign_source_41 = CALL_FUNCTION(tmp_called_value_6, tmp_args_value_4, tmp_kwargs_value_4);
Py_DECREF(tmp_args_value_4);
if (tmp_assign_source_41 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 260;
goto try_except_handler_8;
}
assert(outline_1_var___class__ == NULL);
outline_1_var___class__ = tmp_assign_source_41;
}
CHECK_OBJECT(outline_1_var___class__);
tmp_assign_source_40 = outline_1_var___class__;
Py_INCREF(tmp_assign_source_40);
goto try_return_handler_8;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_8:;
Py_DECREF(locals_tornado$httpserver$$$class__2__CallableAdapter_260);
locals_tornado$httpserver$$$class__2__CallableAdapter_260 = NULL;
goto try_return_handler_7;
// Exception handler code:
try_except_handler_8:;
exception_keeper_type_6 = exception_type;
exception_keeper_value_6 = exception_value;
exception_keeper_tb_6 = exception_tb;
exception_keeper_lineno_6 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
Py_DECREF(locals_tornado$httpserver$$$class__2__CallableAdapter_260);
locals_tornado$httpserver$$$class__2__CallableAdapter_260 = NULL;
// Re-raise.
exception_type = exception_keeper_type_6;
exception_value = exception_keeper_value_6;
exception_tb = exception_keeper_tb_6;
exception_lineno = exception_keeper_lineno_6;
goto try_except_handler_7;
// End of try:
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_7:;
CHECK_OBJECT(outline_1_var___class__);
Py_DECREF(outline_1_var___class__);
outline_1_var___class__ = NULL;
goto outline_result_2;
// Exception handler code:
try_except_handler_7:;
exception_keeper_type_7 = exception_type;
exception_keeper_value_7 = exception_value;
exception_keeper_tb_7 = exception_tb;
exception_keeper_lineno_7 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
// Re-raise.
exception_type = exception_keeper_type_7;
exception_value = exception_keeper_value_7;
exception_tb = exception_keeper_tb_7;
exception_lineno = exception_keeper_lineno_7;
goto outline_exception_2;
// End of try:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
outline_exception_2:;
exception_lineno = 260;
goto try_except_handler_6;
outline_result_2:;
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[25], tmp_assign_source_40);
}
goto try_end_4;
// Exception handler code:
try_except_handler_6:;
exception_keeper_type_8 = exception_type;
exception_keeper_value_8 = exception_value;
exception_keeper_tb_8 = exception_tb;
exception_keeper_lineno_8 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
Py_XDECREF(tmp_class_creation_2__bases_orig);
tmp_class_creation_2__bases_orig = NULL;
Py_XDECREF(tmp_class_creation_2__bases);
tmp_class_creation_2__bases = NULL;
Py_XDECREF(tmp_class_creation_2__class_decl_dict);
tmp_class_creation_2__class_decl_dict = NULL;
Py_XDECREF(tmp_class_creation_2__metaclass);
tmp_class_creation_2__metaclass = NULL;
Py_XDECREF(tmp_class_creation_2__prepared);
tmp_class_creation_2__prepared = NULL;
// Re-raise.
exception_type = exception_keeper_type_8;
exception_value = exception_keeper_value_8;
exception_tb = exception_keeper_tb_8;
exception_lineno = exception_keeper_lineno_8;
goto frame_exception_exit_1;
// End of try:
try_end_4:;
CHECK_OBJECT(tmp_class_creation_2__bases_orig);
Py_DECREF(tmp_class_creation_2__bases_orig);
tmp_class_creation_2__bases_orig = NULL;
CHECK_OBJECT(tmp_class_creation_2__bases);
Py_DECREF(tmp_class_creation_2__bases);
tmp_class_creation_2__bases = NULL;
CHECK_OBJECT(tmp_class_creation_2__class_decl_dict);
Py_DECREF(tmp_class_creation_2__class_decl_dict);
tmp_class_creation_2__class_decl_dict = NULL;
CHECK_OBJECT(tmp_class_creation_2__metaclass);
Py_DECREF(tmp_class_creation_2__metaclass);
tmp_class_creation_2__metaclass = NULL;
CHECK_OBJECT(tmp_class_creation_2__prepared);
Py_DECREF(tmp_class_creation_2__prepared);
tmp_class_creation_2__prepared = NULL;
// Tried code:
{
PyObject *tmp_assign_source_42;
PyObject *tmp_dircall_arg1_3;
tmp_dircall_arg1_3 = mod_consts[175];
Py_INCREF(tmp_dircall_arg1_3);
{
PyObject *dir_call_args[] = {tmp_dircall_arg1_3};
tmp_assign_source_42 = impl___main__$$$function__1__mro_entries_conversion(dir_call_args);
}
if (tmp_assign_source_42 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
assert(tmp_class_creation_3__bases == NULL);
tmp_class_creation_3__bases = tmp_assign_source_42;
}
{
PyObject *tmp_assign_source_43;
tmp_assign_source_43 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_3__class_decl_dict == NULL);
tmp_class_creation_3__class_decl_dict = tmp_assign_source_43;
}
{
PyObject *tmp_assign_source_44;
PyObject *tmp_metaclass_value_3;
bool tmp_condition_result_15;
PyObject *tmp_key_value_7;
PyObject *tmp_dict_arg_value_7;
PyObject *tmp_dict_arg_value_8;
PyObject *tmp_key_value_8;
nuitka_bool tmp_condition_result_16;
int tmp_truth_name_3;
PyObject *tmp_type_arg_5;
PyObject *tmp_expression_value_48;
PyObject *tmp_subscript_value_27;
PyObject *tmp_bases_value_3;
tmp_key_value_7 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_3__class_decl_dict);
tmp_dict_arg_value_7 = tmp_class_creation_3__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_7, tmp_key_value_7);
assert(!(tmp_res == -1));
tmp_condition_result_15 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_15 != false) {
goto condexpr_true_7;
} else {
goto condexpr_false_7;
}
condexpr_true_7:;
CHECK_OBJECT(tmp_class_creation_3__class_decl_dict);
tmp_dict_arg_value_8 = tmp_class_creation_3__class_decl_dict;
tmp_key_value_8 = mod_consts[115];
tmp_metaclass_value_3 = DICT_GET_ITEM0(tmp_dict_arg_value_8, tmp_key_value_8);
if (tmp_metaclass_value_3 == NULL) {
tmp_metaclass_value_3 = Py_None;
}
assert(!(tmp_metaclass_value_3 == NULL));
Py_INCREF(tmp_metaclass_value_3);
goto condexpr_end_7;
condexpr_false_7:;
CHECK_OBJECT(tmp_class_creation_3__bases);
tmp_truth_name_3 = CHECK_IF_TRUE(tmp_class_creation_3__bases);
if (tmp_truth_name_3 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
tmp_condition_result_16 = tmp_truth_name_3 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
if (tmp_condition_result_16 == NUITKA_BOOL_TRUE) {
goto condexpr_true_8;
} else {
goto condexpr_false_8;
}
condexpr_true_8:;
CHECK_OBJECT(tmp_class_creation_3__bases);
tmp_expression_value_48 = tmp_class_creation_3__bases;
tmp_subscript_value_27 = mod_consts[49];
tmp_type_arg_5 = LOOKUP_SUBSCRIPT_CONST(tmp_expression_value_48, tmp_subscript_value_27, 0);
if (tmp_type_arg_5 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
tmp_metaclass_value_3 = BUILTIN_TYPE1(tmp_type_arg_5);
Py_DECREF(tmp_type_arg_5);
if (tmp_metaclass_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
goto condexpr_end_8;
condexpr_false_8:;
tmp_metaclass_value_3 = (PyObject *)&PyType_Type;
Py_INCREF(tmp_metaclass_value_3);
condexpr_end_8:;
condexpr_end_7:;
CHECK_OBJECT(tmp_class_creation_3__bases);
tmp_bases_value_3 = tmp_class_creation_3__bases;
tmp_assign_source_44 = SELECT_METACLASS(tmp_metaclass_value_3, tmp_bases_value_3);
Py_DECREF(tmp_metaclass_value_3);
if (tmp_assign_source_44 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
assert(tmp_class_creation_3__metaclass == NULL);
tmp_class_creation_3__metaclass = tmp_assign_source_44;
}
{
bool tmp_condition_result_17;
PyObject *tmp_key_value_9;
PyObject *tmp_dict_arg_value_9;
tmp_key_value_9 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_3__class_decl_dict);
tmp_dict_arg_value_9 = tmp_class_creation_3__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_9, tmp_key_value_9);
assert(!(tmp_res == -1));
tmp_condition_result_17 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_17 != false) {
goto branch_yes_9;
} else {
goto branch_no_9;
}
}
branch_yes_9:;
CHECK_OBJECT(tmp_class_creation_3__class_decl_dict);
tmp_dictdel_dict = tmp_class_creation_3__class_decl_dict;
tmp_dictdel_key = mod_consts[115];
tmp_result = DICT_REMOVE_ITEM(tmp_dictdel_dict, tmp_dictdel_key);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
branch_no_9:;
{
nuitka_bool tmp_condition_result_18;
PyObject *tmp_expression_value_49;
CHECK_OBJECT(tmp_class_creation_3__metaclass);
tmp_expression_value_49 = tmp_class_creation_3__metaclass;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_49, mod_consts[116]);
tmp_condition_result_18 = (tmp_result) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE;
if (tmp_condition_result_18 == NUITKA_BOOL_TRUE) {
goto branch_yes_10;
} else {
goto branch_no_10;
}
}
branch_yes_10:;
{
PyObject *tmp_assign_source_45;
PyObject *tmp_called_value_7;
PyObject *tmp_expression_value_50;
PyObject *tmp_args_value_5;
PyObject *tmp_tuple_element_15;
PyObject *tmp_kwargs_value_5;
CHECK_OBJECT(tmp_class_creation_3__metaclass);
tmp_expression_value_50 = tmp_class_creation_3__metaclass;
tmp_called_value_7 = LOOKUP_ATTRIBUTE(tmp_expression_value_50, mod_consts[116]);
if (tmp_called_value_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
tmp_tuple_element_15 = mod_consts[18];
tmp_args_value_5 = MAKE_TUPLE_EMPTY(2);
PyTuple_SET_ITEM0(tmp_args_value_5, 0, tmp_tuple_element_15);
CHECK_OBJECT(tmp_class_creation_3__bases);
tmp_tuple_element_15 = tmp_class_creation_3__bases;
PyTuple_SET_ITEM0(tmp_args_value_5, 1, tmp_tuple_element_15);
CHECK_OBJECT(tmp_class_creation_3__class_decl_dict);
tmp_kwargs_value_5 = tmp_class_creation_3__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 298;
tmp_assign_source_45 = CALL_FUNCTION(tmp_called_value_7, tmp_args_value_5, tmp_kwargs_value_5);
Py_DECREF(tmp_called_value_7);
Py_DECREF(tmp_args_value_5);
if (tmp_assign_source_45 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
assert(tmp_class_creation_3__prepared == NULL);
tmp_class_creation_3__prepared = tmp_assign_source_45;
}
{
bool tmp_condition_result_19;
PyObject *tmp_operand_value_3;
PyObject *tmp_expression_value_51;
CHECK_OBJECT(tmp_class_creation_3__prepared);
tmp_expression_value_51 = tmp_class_creation_3__prepared;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_51, mod_consts[117]);
tmp_operand_value_3 = (tmp_result) ? Py_True : Py_False;
tmp_res = CHECK_IF_TRUE(tmp_operand_value_3);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
tmp_condition_result_19 = (tmp_res == 0) ? true : false;
if (tmp_condition_result_19 != false) {
goto branch_yes_11;
} else {
goto branch_no_11;
}
}
branch_yes_11:;
{
PyObject *tmp_raise_type_3;
PyObject *tmp_raise_value_3;
PyObject *tmp_mod_expr_left_3;
PyObject *tmp_mod_expr_right_3;
PyObject *tmp_tuple_element_16;
PyObject *tmp_getattr_target_3;
PyObject *tmp_getattr_attr_3;
PyObject *tmp_getattr_default_3;
tmp_raise_type_3 = PyExc_TypeError;
tmp_mod_expr_left_3 = mod_consts[118];
CHECK_OBJECT(tmp_class_creation_3__metaclass);
tmp_getattr_target_3 = tmp_class_creation_3__metaclass;
tmp_getattr_attr_3 = mod_consts[119];
tmp_getattr_default_3 = mod_consts[120];
tmp_tuple_element_16 = BUILTIN_GETATTR(tmp_getattr_target_3, tmp_getattr_attr_3, tmp_getattr_default_3);
if (tmp_tuple_element_16 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
tmp_mod_expr_right_3 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_52;
PyObject *tmp_type_arg_6;
PyTuple_SET_ITEM(tmp_mod_expr_right_3, 0, tmp_tuple_element_16);
CHECK_OBJECT(tmp_class_creation_3__prepared);
tmp_type_arg_6 = tmp_class_creation_3__prepared;
tmp_expression_value_52 = BUILTIN_TYPE1(tmp_type_arg_6);
assert(!(tmp_expression_value_52 == NULL));
tmp_tuple_element_16 = LOOKUP_ATTRIBUTE(tmp_expression_value_52, mod_consts[119]);
Py_DECREF(tmp_expression_value_52);
if (tmp_tuple_element_16 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto tuple_build_exception_8;
}
PyTuple_SET_ITEM(tmp_mod_expr_right_3, 1, tmp_tuple_element_16);
}
goto tuple_build_noexception_8;
// Exception handling pass through code for tuple_build:
tuple_build_exception_8:;
Py_DECREF(tmp_mod_expr_right_3);
goto try_except_handler_9;
// Finished with no exception for tuple_build:
tuple_build_noexception_8:;
tmp_raise_value_3 = BINARY_OPERATION_MOD_OBJECT_UNICODE_TUPLE(tmp_mod_expr_left_3, tmp_mod_expr_right_3);
Py_DECREF(tmp_mod_expr_right_3);
if (tmp_raise_value_3 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_9;
}
exception_type = tmp_raise_type_3;
Py_INCREF(tmp_raise_type_3);
exception_value = tmp_raise_value_3;
exception_lineno = 298;
RAISE_EXCEPTION_IMPLICIT(&exception_type, &exception_value, &exception_tb);
goto try_except_handler_9;
}
branch_no_11:;
goto branch_end_10;
branch_no_10:;
{
PyObject *tmp_assign_source_46;
tmp_assign_source_46 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_3__prepared == NULL);
tmp_class_creation_3__prepared = tmp_assign_source_46;
}
branch_end_10:;
{
PyObject *tmp_assign_source_47;
{
PyObject *tmp_set_locals_3;
CHECK_OBJECT(tmp_class_creation_3__prepared);
tmp_set_locals_3 = tmp_class_creation_3__prepared;
locals_tornado$httpserver$$$class__3__HTTPRequestContext_298 = tmp_set_locals_3;
Py_INCREF(tmp_set_locals_3);
}
// Tried code:
// Tried code:
tmp_dictset_value = mod_consts[121];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[122], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_11;
}
tmp_dictset_value = mod_consts[18];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[124], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_11;
}
if (isFrameUnusable(cache_frame_d014d18b17e7ec5bba178d3cede62096_4)) {
Py_XDECREF(cache_frame_d014d18b17e7ec5bba178d3cede62096_4);
#if _DEBUG_REFCOUNTS
if (cache_frame_d014d18b17e7ec5bba178d3cede62096_4 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_d014d18b17e7ec5bba178d3cede62096_4 = MAKE_CLASS_FRAME(codeobj_d014d18b17e7ec5bba178d3cede62096, module_tornado$httpserver, NULL, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_d014d18b17e7ec5bba178d3cede62096_4->m_type_description == NULL);
frame_d014d18b17e7ec5bba178d3cede62096_4 = cache_frame_d014d18b17e7ec5bba178d3cede62096_4;
// Push the new frame as the currently active one.
pushFrameStack(frame_d014d18b17e7ec5bba178d3cede62096_4);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_d014d18b17e7ec5bba178d3cede62096_4) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_defaults_2;
PyObject *tmp_annotations_16;
PyObject *tmp_dict_key_13;
PyObject *tmp_dict_value_13;
PyObject *tmp_expression_value_53;
tmp_defaults_2 = mod_consts[176];
tmp_dict_key_13 = mod_consts[152];
tmp_expression_value_53 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[52]);
if (tmp_expression_value_53 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_53 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[52]);
if (unlikely(tmp_expression_value_53 == NULL)) {
tmp_expression_value_53 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[52]);
}
if (tmp_expression_value_53 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 301;
type_description_2 = "o";
goto frame_exception_exit_4;
}
Py_INCREF(tmp_expression_value_53);
} else {
goto frame_exception_exit_4;
}
}
tmp_dict_value_13 = LOOKUP_ATTRIBUTE(tmp_expression_value_53, mod_consts[153]);
Py_DECREF(tmp_expression_value_53);
if (tmp_dict_value_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 301;
type_description_2 = "o";
goto frame_exception_exit_4;
}
tmp_annotations_16 = _PyDict_NewPresized( 5 );
{
PyObject *tmp_expression_value_54;
PyObject *tmp_subscript_value_28;
PyObject *tmp_expression_value_55;
PyObject *tmp_subscript_value_29;
PyObject *tmp_expression_value_56;
PyObject *tmp_subscript_value_30;
tmp_res = PyDict_SetItem(tmp_annotations_16, tmp_dict_key_13, tmp_dict_value_13);
Py_DECREF(tmp_dict_value_13);
assert(!(tmp_res != 0));
tmp_dict_key_13 = mod_consts[43];
tmp_dict_value_13 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[112]);
if (tmp_dict_value_13 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_13 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[112]);
if (unlikely(tmp_dict_value_13 == NULL)) {
tmp_dict_value_13 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[112]);
}
if (tmp_dict_value_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 302;
type_description_2 = "o";
goto dict_build_exception_8;
}
Py_INCREF(tmp_dict_value_13);
} else {
goto dict_build_exception_8;
}
}
tmp_res = PyDict_SetItem(tmp_annotations_16, tmp_dict_key_13, tmp_dict_value_13);
Py_DECREF(tmp_dict_value_13);
assert(!(tmp_res != 0));
tmp_dict_key_13 = mod_consts[2];
tmp_expression_value_54 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[113]);
if (tmp_expression_value_54 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_54 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_54 == NULL)) {
tmp_expression_value_54 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_54 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 303;
type_description_2 = "o";
goto dict_build_exception_8;
}
Py_INCREF(tmp_expression_value_54);
} else {
goto dict_build_exception_8;
}
}
tmp_subscript_value_28 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[133]);
if (tmp_subscript_value_28 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_28 = (PyObject *)&PyUnicode_Type;
Py_INCREF(tmp_subscript_value_28);
} else {
goto dict_build_exception_8;
}
}
tmp_dict_value_13 = LOOKUP_SUBSCRIPT(tmp_expression_value_54, tmp_subscript_value_28);
Py_DECREF(tmp_expression_value_54);
Py_DECREF(tmp_subscript_value_28);
if (tmp_dict_value_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 303;
type_description_2 = "o";
goto dict_build_exception_8;
}
tmp_res = PyDict_SetItem(tmp_annotations_16, tmp_dict_key_13, tmp_dict_value_13);
Py_DECREF(tmp_dict_value_13);
assert(!(tmp_res != 0));
tmp_dict_key_13 = mod_consts[11];
tmp_expression_value_55 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[113]);
if (tmp_expression_value_55 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_55 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_55 == NULL)) {
tmp_expression_value_55 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_55 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 304;
type_description_2 = "o";
goto dict_build_exception_8;
}
Py_INCREF(tmp_expression_value_55);
} else {
goto dict_build_exception_8;
}
}
tmp_expression_value_56 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[110]);
if (tmp_expression_value_56 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_56 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[110]);
if (unlikely(tmp_expression_value_56 == NULL)) {
tmp_expression_value_56 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[110]);
}
if (tmp_expression_value_56 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_55);
exception_lineno = 304;
type_description_2 = "o";
goto dict_build_exception_8;
}
Py_INCREF(tmp_expression_value_56);
} else {
goto dict_build_exception_8;
}
}
tmp_subscript_value_30 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[133]);
if (tmp_subscript_value_30 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_subscript_value_30 = (PyObject *)&PyUnicode_Type;
Py_INCREF(tmp_subscript_value_30);
} else {
goto dict_build_exception_8;
}
}
tmp_subscript_value_29 = LOOKUP_SUBSCRIPT(tmp_expression_value_56, tmp_subscript_value_30);
Py_DECREF(tmp_expression_value_56);
Py_DECREF(tmp_subscript_value_30);
if (tmp_subscript_value_29 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_55);
exception_lineno = 304;
type_description_2 = "o";
goto dict_build_exception_8;
}
tmp_dict_value_13 = LOOKUP_SUBSCRIPT(tmp_expression_value_55, tmp_subscript_value_29);
Py_DECREF(tmp_expression_value_55);
Py_DECREF(tmp_subscript_value_29);
if (tmp_dict_value_13 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 304;
type_description_2 = "o";
goto dict_build_exception_8;
}
tmp_res = PyDict_SetItem(tmp_annotations_16, tmp_dict_key_13, tmp_dict_value_13);
Py_DECREF(tmp_dict_value_13);
assert(!(tmp_res != 0));
tmp_dict_key_13 = mod_consts[127];
tmp_dict_value_13 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_16, tmp_dict_key_13, tmp_dict_value_13);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_8;
// Exception handling pass through code for dict_build:
dict_build_exception_8:;
Py_DECREF(tmp_annotations_16);
goto frame_exception_exit_4;
// Finished with no exception for dict_build:
dict_build_noexception_8:;
Py_INCREF(tmp_defaults_2);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__14___init__(tmp_defaults_2, tmp_annotations_16);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[8], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 299;
type_description_2 = "o";
goto frame_exception_exit_4;
}
}
{
PyObject *tmp_annotations_17;
PyObject *tmp_dict_key_14;
PyObject *tmp_dict_value_14;
tmp_dict_key_14 = mod_consts[127];
tmp_dict_value_14 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[133]);
if (tmp_dict_value_14 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_14 = (PyObject *)&PyUnicode_Type;
Py_INCREF(tmp_dict_value_14);
} else {
goto frame_exception_exit_4;
}
}
tmp_annotations_17 = _PyDict_NewPresized( 1 );
tmp_res = PyDict_SetItem(tmp_annotations_17, tmp_dict_key_14, tmp_dict_value_14);
Py_DECREF(tmp_dict_value_14);
assert(!(tmp_res != 0));
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__15___str__(tmp_annotations_17);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[178], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 333;
type_description_2 = "o";
goto frame_exception_exit_4;
}
}
{
PyObject *tmp_annotations_18;
PyObject *tmp_dict_key_15;
PyObject *tmp_dict_value_15;
PyObject *tmp_expression_value_57;
tmp_dict_key_15 = mod_consts[167];
tmp_expression_value_57 = PyObject_GetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[22]);
if (tmp_expression_value_57 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_57 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_57 == NULL)) {
tmp_expression_value_57 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_57 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 344;
type_description_2 = "o";
goto frame_exception_exit_4;
}
Py_INCREF(tmp_expression_value_57);
} else {
goto frame_exception_exit_4;
}
}
tmp_dict_value_15 = LOOKUP_ATTRIBUTE(tmp_expression_value_57, mod_consts[168]);
Py_DECREF(tmp_expression_value_57);
if (tmp_dict_value_15 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 344;
type_description_2 = "o";
goto frame_exception_exit_4;
}
tmp_annotations_18 = _PyDict_NewPresized( 2 );
tmp_res = PyDict_SetItem(tmp_annotations_18, tmp_dict_key_15, tmp_dict_value_15);
Py_DECREF(tmp_dict_value_15);
assert(!(tmp_res != 0));
tmp_dict_key_15 = mod_consts[127];
tmp_dict_value_15 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_18, tmp_dict_key_15, tmp_dict_value_15);
assert(!(tmp_res != 0));
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__16__apply_xheaders(tmp_annotations_18);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[77], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 344;
type_description_2 = "o";
goto frame_exception_exit_4;
}
}
{
PyObject *tmp_annotations_19;
tmp_annotations_19 = DICT_COPY(mod_consts[151]);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__17__unapply_xheaders(tmp_annotations_19);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[83], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 366;
type_description_2 = "o";
goto frame_exception_exit_4;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_d014d18b17e7ec5bba178d3cede62096_4);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_3;
frame_exception_exit_4:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_d014d18b17e7ec5bba178d3cede62096_4);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_d014d18b17e7ec5bba178d3cede62096_4, exception_lineno);
} else if (exception_tb->tb_frame != &frame_d014d18b17e7ec5bba178d3cede62096_4->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_d014d18b17e7ec5bba178d3cede62096_4, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_d014d18b17e7ec5bba178d3cede62096_4,
type_description_2,
outline_2_var___class__
);
// Release cached frame if used for exception.
if (frame_d014d18b17e7ec5bba178d3cede62096_4 == cache_frame_d014d18b17e7ec5bba178d3cede62096_4) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_d014d18b17e7ec5bba178d3cede62096_4);
cache_frame_d014d18b17e7ec5bba178d3cede62096_4 = NULL;
}
assertFrameObject(frame_d014d18b17e7ec5bba178d3cede62096_4);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto nested_frame_exit_3;
frame_no_exception_3:;
goto skip_nested_handling_3;
nested_frame_exit_3:;
goto try_except_handler_11;
skip_nested_handling_3:;
{
nuitka_bool tmp_condition_result_20;
PyObject *tmp_cmp_expr_left_3;
PyObject *tmp_cmp_expr_right_3;
CHECK_OBJECT(tmp_class_creation_3__bases);
tmp_cmp_expr_left_3 = tmp_class_creation_3__bases;
tmp_cmp_expr_right_3 = mod_consts[175];
tmp_condition_result_20 = RICH_COMPARE_NE_NBOOL_OBJECT_TUPLE(tmp_cmp_expr_left_3, tmp_cmp_expr_right_3);
if (tmp_condition_result_20 == NUITKA_BOOL_EXCEPTION) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_11;
}
if (tmp_condition_result_20 == NUITKA_BOOL_TRUE) {
goto branch_yes_12;
} else {
goto branch_no_12;
}
}
branch_yes_12:;
tmp_dictset_value = mod_consts[175];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298, mod_consts[163], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_11;
}
branch_no_12:;
{
PyObject *tmp_assign_source_48;
PyObject *tmp_called_value_8;
PyObject *tmp_args_value_6;
PyObject *tmp_tuple_element_17;
PyObject *tmp_kwargs_value_6;
CHECK_OBJECT(tmp_class_creation_3__metaclass);
tmp_called_value_8 = tmp_class_creation_3__metaclass;
tmp_tuple_element_17 = mod_consts[18];
tmp_args_value_6 = MAKE_TUPLE_EMPTY(3);
PyTuple_SET_ITEM0(tmp_args_value_6, 0, tmp_tuple_element_17);
CHECK_OBJECT(tmp_class_creation_3__bases);
tmp_tuple_element_17 = tmp_class_creation_3__bases;
PyTuple_SET_ITEM0(tmp_args_value_6, 1, tmp_tuple_element_17);
tmp_tuple_element_17 = locals_tornado$httpserver$$$class__3__HTTPRequestContext_298;
PyTuple_SET_ITEM0(tmp_args_value_6, 2, tmp_tuple_element_17);
CHECK_OBJECT(tmp_class_creation_3__class_decl_dict);
tmp_kwargs_value_6 = tmp_class_creation_3__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 298;
tmp_assign_source_48 = CALL_FUNCTION(tmp_called_value_8, tmp_args_value_6, tmp_kwargs_value_6);
Py_DECREF(tmp_args_value_6);
if (tmp_assign_source_48 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 298;
goto try_except_handler_11;
}
assert(outline_2_var___class__ == NULL);
outline_2_var___class__ = tmp_assign_source_48;
}
CHECK_OBJECT(outline_2_var___class__);
tmp_assign_source_47 = outline_2_var___class__;
Py_INCREF(tmp_assign_source_47);
goto try_return_handler_11;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_11:;
Py_DECREF(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298);
locals_tornado$httpserver$$$class__3__HTTPRequestContext_298 = NULL;
goto try_return_handler_10;
// Exception handler code:
try_except_handler_11:;
exception_keeper_type_9 = exception_type;
exception_keeper_value_9 = exception_value;
exception_keeper_tb_9 = exception_tb;
exception_keeper_lineno_9 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
Py_DECREF(locals_tornado$httpserver$$$class__3__HTTPRequestContext_298);
locals_tornado$httpserver$$$class__3__HTTPRequestContext_298 = NULL;
// Re-raise.
exception_type = exception_keeper_type_9;
exception_value = exception_keeper_value_9;
exception_tb = exception_keeper_tb_9;
exception_lineno = exception_keeper_lineno_9;
goto try_except_handler_10;
// End of try:
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_10:;
CHECK_OBJECT(outline_2_var___class__);
Py_DECREF(outline_2_var___class__);
outline_2_var___class__ = NULL;
goto outline_result_3;
// Exception handler code:
try_except_handler_10:;
exception_keeper_type_10 = exception_type;
exception_keeper_value_10 = exception_value;
exception_keeper_tb_10 = exception_tb;
exception_keeper_lineno_10 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
// Re-raise.
exception_type = exception_keeper_type_10;
exception_value = exception_keeper_value_10;
exception_tb = exception_keeper_tb_10;
exception_lineno = exception_keeper_lineno_10;
goto outline_exception_3;
// End of try:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
outline_exception_3:;
exception_lineno = 298;
goto try_except_handler_9;
outline_result_3:;
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[18], tmp_assign_source_47);
}
goto try_end_5;
// Exception handler code:
try_except_handler_9:;
exception_keeper_type_11 = exception_type;
exception_keeper_value_11 = exception_value;
exception_keeper_tb_11 = exception_tb;
exception_keeper_lineno_11 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
Py_XDECREF(tmp_class_creation_3__bases);
tmp_class_creation_3__bases = NULL;
Py_XDECREF(tmp_class_creation_3__class_decl_dict);
tmp_class_creation_3__class_decl_dict = NULL;
Py_XDECREF(tmp_class_creation_3__metaclass);
tmp_class_creation_3__metaclass = NULL;
Py_XDECREF(tmp_class_creation_3__prepared);
tmp_class_creation_3__prepared = NULL;
// Re-raise.
exception_type = exception_keeper_type_11;
exception_value = exception_keeper_value_11;
exception_tb = exception_keeper_tb_11;
exception_lineno = exception_keeper_lineno_11;
goto frame_exception_exit_1;
// End of try:
try_end_5:;
CHECK_OBJECT(tmp_class_creation_3__bases);
Py_DECREF(tmp_class_creation_3__bases);
tmp_class_creation_3__bases = NULL;
CHECK_OBJECT(tmp_class_creation_3__class_decl_dict);
Py_DECREF(tmp_class_creation_3__class_decl_dict);
tmp_class_creation_3__class_decl_dict = NULL;
CHECK_OBJECT(tmp_class_creation_3__metaclass);
Py_DECREF(tmp_class_creation_3__metaclass);
tmp_class_creation_3__metaclass = NULL;
CHECK_OBJECT(tmp_class_creation_3__prepared);
Py_DECREF(tmp_class_creation_3__prepared);
tmp_class_creation_3__prepared = NULL;
// Tried code:
{
PyObject *tmp_assign_source_49;
PyObject *tmp_tuple_element_18;
PyObject *tmp_expression_value_58;
tmp_expression_value_58 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_58 == NULL)) {
tmp_expression_value_58 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_58 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
tmp_tuple_element_18 = LOOKUP_ATTRIBUTE(tmp_expression_value_58, mod_consts[159]);
if (tmp_tuple_element_18 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
tmp_assign_source_49 = MAKE_TUPLE_EMPTY(1);
PyTuple_SET_ITEM(tmp_assign_source_49, 0, tmp_tuple_element_18);
assert(tmp_class_creation_4__bases_orig == NULL);
tmp_class_creation_4__bases_orig = tmp_assign_source_49;
}
{
PyObject *tmp_assign_source_50;
PyObject *tmp_dircall_arg1_4;
CHECK_OBJECT(tmp_class_creation_4__bases_orig);
tmp_dircall_arg1_4 = tmp_class_creation_4__bases_orig;
Py_INCREF(tmp_dircall_arg1_4);
{
PyObject *dir_call_args[] = {tmp_dircall_arg1_4};
tmp_assign_source_50 = impl___main__$$$function__1__mro_entries_conversion(dir_call_args);
}
if (tmp_assign_source_50 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
assert(tmp_class_creation_4__bases == NULL);
tmp_class_creation_4__bases = tmp_assign_source_50;
}
{
PyObject *tmp_assign_source_51;
tmp_assign_source_51 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_4__class_decl_dict == NULL);
tmp_class_creation_4__class_decl_dict = tmp_assign_source_51;
}
{
PyObject *tmp_assign_source_52;
PyObject *tmp_metaclass_value_4;
bool tmp_condition_result_21;
PyObject *tmp_key_value_10;
PyObject *tmp_dict_arg_value_10;
PyObject *tmp_dict_arg_value_11;
PyObject *tmp_key_value_11;
nuitka_bool tmp_condition_result_22;
int tmp_truth_name_4;
PyObject *tmp_type_arg_7;
PyObject *tmp_expression_value_59;
PyObject *tmp_subscript_value_31;
PyObject *tmp_bases_value_4;
tmp_key_value_10 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_4__class_decl_dict);
tmp_dict_arg_value_10 = tmp_class_creation_4__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_10, tmp_key_value_10);
assert(!(tmp_res == -1));
tmp_condition_result_21 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_21 != false) {
goto condexpr_true_9;
} else {
goto condexpr_false_9;
}
condexpr_true_9:;
CHECK_OBJECT(tmp_class_creation_4__class_decl_dict);
tmp_dict_arg_value_11 = tmp_class_creation_4__class_decl_dict;
tmp_key_value_11 = mod_consts[115];
tmp_metaclass_value_4 = DICT_GET_ITEM0(tmp_dict_arg_value_11, tmp_key_value_11);
if (tmp_metaclass_value_4 == NULL) {
tmp_metaclass_value_4 = Py_None;
}
assert(!(tmp_metaclass_value_4 == NULL));
Py_INCREF(tmp_metaclass_value_4);
goto condexpr_end_9;
condexpr_false_9:;
CHECK_OBJECT(tmp_class_creation_4__bases);
tmp_truth_name_4 = CHECK_IF_TRUE(tmp_class_creation_4__bases);
if (tmp_truth_name_4 == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
tmp_condition_result_22 = tmp_truth_name_4 == 0 ? NUITKA_BOOL_FALSE : NUITKA_BOOL_TRUE;
if (tmp_condition_result_22 == NUITKA_BOOL_TRUE) {
goto condexpr_true_10;
} else {
goto condexpr_false_10;
}
condexpr_true_10:;
CHECK_OBJECT(tmp_class_creation_4__bases);
tmp_expression_value_59 = tmp_class_creation_4__bases;
tmp_subscript_value_31 = mod_consts[49];
tmp_type_arg_7 = LOOKUP_SUBSCRIPT_CONST(tmp_expression_value_59, tmp_subscript_value_31, 0);
if (tmp_type_arg_7 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
tmp_metaclass_value_4 = BUILTIN_TYPE1(tmp_type_arg_7);
Py_DECREF(tmp_type_arg_7);
if (tmp_metaclass_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
goto condexpr_end_10;
condexpr_false_10:;
tmp_metaclass_value_4 = (PyObject *)&PyType_Type;
Py_INCREF(tmp_metaclass_value_4);
condexpr_end_10:;
condexpr_end_9:;
CHECK_OBJECT(tmp_class_creation_4__bases);
tmp_bases_value_4 = tmp_class_creation_4__bases;
tmp_assign_source_52 = SELECT_METACLASS(tmp_metaclass_value_4, tmp_bases_value_4);
Py_DECREF(tmp_metaclass_value_4);
if (tmp_assign_source_52 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
assert(tmp_class_creation_4__metaclass == NULL);
tmp_class_creation_4__metaclass = tmp_assign_source_52;
}
{
bool tmp_condition_result_23;
PyObject *tmp_key_value_12;
PyObject *tmp_dict_arg_value_12;
tmp_key_value_12 = mod_consts[115];
CHECK_OBJECT(tmp_class_creation_4__class_decl_dict);
tmp_dict_arg_value_12 = tmp_class_creation_4__class_decl_dict;
tmp_res = DICT_HAS_ITEM(tmp_dict_arg_value_12, tmp_key_value_12);
assert(!(tmp_res == -1));
tmp_condition_result_23 = (tmp_res != 0) ? true : false;
if (tmp_condition_result_23 != false) {
goto branch_yes_13;
} else {
goto branch_no_13;
}
}
branch_yes_13:;
CHECK_OBJECT(tmp_class_creation_4__class_decl_dict);
tmp_dictdel_dict = tmp_class_creation_4__class_decl_dict;
tmp_dictdel_key = mod_consts[115];
tmp_result = DICT_REMOVE_ITEM(tmp_dictdel_dict, tmp_dictdel_key);
if (tmp_result == false) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
branch_no_13:;
{
nuitka_bool tmp_condition_result_24;
PyObject *tmp_expression_value_60;
CHECK_OBJECT(tmp_class_creation_4__metaclass);
tmp_expression_value_60 = tmp_class_creation_4__metaclass;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_60, mod_consts[116]);
tmp_condition_result_24 = (tmp_result) ? NUITKA_BOOL_TRUE : NUITKA_BOOL_FALSE;
if (tmp_condition_result_24 == NUITKA_BOOL_TRUE) {
goto branch_yes_14;
} else {
goto branch_no_14;
}
}
branch_yes_14:;
{
PyObject *tmp_assign_source_53;
PyObject *tmp_called_value_9;
PyObject *tmp_expression_value_61;
PyObject *tmp_args_value_7;
PyObject *tmp_tuple_element_19;
PyObject *tmp_kwargs_value_7;
CHECK_OBJECT(tmp_class_creation_4__metaclass);
tmp_expression_value_61 = tmp_class_creation_4__metaclass;
tmp_called_value_9 = LOOKUP_ATTRIBUTE(tmp_expression_value_61, mod_consts[116]);
if (tmp_called_value_9 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
tmp_tuple_element_19 = mod_consts[26];
tmp_args_value_7 = MAKE_TUPLE_EMPTY(2);
PyTuple_SET_ITEM0(tmp_args_value_7, 0, tmp_tuple_element_19);
CHECK_OBJECT(tmp_class_creation_4__bases);
tmp_tuple_element_19 = tmp_class_creation_4__bases;
PyTuple_SET_ITEM0(tmp_args_value_7, 1, tmp_tuple_element_19);
CHECK_OBJECT(tmp_class_creation_4__class_decl_dict);
tmp_kwargs_value_7 = tmp_class_creation_4__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 376;
tmp_assign_source_53 = CALL_FUNCTION(tmp_called_value_9, tmp_args_value_7, tmp_kwargs_value_7);
Py_DECREF(tmp_called_value_9);
Py_DECREF(tmp_args_value_7);
if (tmp_assign_source_53 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
assert(tmp_class_creation_4__prepared == NULL);
tmp_class_creation_4__prepared = tmp_assign_source_53;
}
{
bool tmp_condition_result_25;
PyObject *tmp_operand_value_4;
PyObject *tmp_expression_value_62;
CHECK_OBJECT(tmp_class_creation_4__prepared);
tmp_expression_value_62 = tmp_class_creation_4__prepared;
tmp_result = HAS_ATTR_BOOL(tmp_expression_value_62, mod_consts[117]);
tmp_operand_value_4 = (tmp_result) ? Py_True : Py_False;
tmp_res = CHECK_IF_TRUE(tmp_operand_value_4);
if (tmp_res == -1) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
tmp_condition_result_25 = (tmp_res == 0) ? true : false;
if (tmp_condition_result_25 != false) {
goto branch_yes_15;
} else {
goto branch_no_15;
}
}
branch_yes_15:;
{
PyObject *tmp_raise_type_4;
PyObject *tmp_raise_value_4;
PyObject *tmp_mod_expr_left_4;
PyObject *tmp_mod_expr_right_4;
PyObject *tmp_tuple_element_20;
PyObject *tmp_getattr_target_4;
PyObject *tmp_getattr_attr_4;
PyObject *tmp_getattr_default_4;
tmp_raise_type_4 = PyExc_TypeError;
tmp_mod_expr_left_4 = mod_consts[118];
CHECK_OBJECT(tmp_class_creation_4__metaclass);
tmp_getattr_target_4 = tmp_class_creation_4__metaclass;
tmp_getattr_attr_4 = mod_consts[119];
tmp_getattr_default_4 = mod_consts[120];
tmp_tuple_element_20 = BUILTIN_GETATTR(tmp_getattr_target_4, tmp_getattr_attr_4, tmp_getattr_default_4);
if (tmp_tuple_element_20 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
tmp_mod_expr_right_4 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_63;
PyObject *tmp_type_arg_8;
PyTuple_SET_ITEM(tmp_mod_expr_right_4, 0, tmp_tuple_element_20);
CHECK_OBJECT(tmp_class_creation_4__prepared);
tmp_type_arg_8 = tmp_class_creation_4__prepared;
tmp_expression_value_63 = BUILTIN_TYPE1(tmp_type_arg_8);
assert(!(tmp_expression_value_63 == NULL));
tmp_tuple_element_20 = LOOKUP_ATTRIBUTE(tmp_expression_value_63, mod_consts[119]);
Py_DECREF(tmp_expression_value_63);
if (tmp_tuple_element_20 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto tuple_build_exception_9;
}
PyTuple_SET_ITEM(tmp_mod_expr_right_4, 1, tmp_tuple_element_20);
}
goto tuple_build_noexception_9;
// Exception handling pass through code for tuple_build:
tuple_build_exception_9:;
Py_DECREF(tmp_mod_expr_right_4);
goto try_except_handler_12;
// Finished with no exception for tuple_build:
tuple_build_noexception_9:;
tmp_raise_value_4 = BINARY_OPERATION_MOD_OBJECT_UNICODE_TUPLE(tmp_mod_expr_left_4, tmp_mod_expr_right_4);
Py_DECREF(tmp_mod_expr_right_4);
if (tmp_raise_value_4 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_12;
}
exception_type = tmp_raise_type_4;
Py_INCREF(tmp_raise_type_4);
exception_value = tmp_raise_value_4;
exception_lineno = 376;
RAISE_EXCEPTION_IMPLICIT(&exception_type, &exception_value, &exception_tb);
goto try_except_handler_12;
}
branch_no_15:;
goto branch_end_14;
branch_no_14:;
{
PyObject *tmp_assign_source_54;
tmp_assign_source_54 = MAKE_DICT_EMPTY();
assert(tmp_class_creation_4__prepared == NULL);
tmp_class_creation_4__prepared = tmp_assign_source_54;
}
branch_end_14:;
{
PyObject *tmp_assign_source_55;
{
PyObject *tmp_set_locals_4;
CHECK_OBJECT(tmp_class_creation_4__prepared);
tmp_set_locals_4 = tmp_class_creation_4__prepared;
locals_tornado$httpserver$$$class__4__ProxyAdapter_376 = tmp_set_locals_4;
Py_INCREF(tmp_set_locals_4);
}
// Tried code:
// Tried code:
tmp_dictset_value = mod_consts[121];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[122], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_14;
}
tmp_dictset_value = mod_consts[26];
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[124], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_14;
}
if (isFrameUnusable(cache_frame_28e1407cd71d73c320bd5d996112767f_5)) {
Py_XDECREF(cache_frame_28e1407cd71d73c320bd5d996112767f_5);
#if _DEBUG_REFCOUNTS
if (cache_frame_28e1407cd71d73c320bd5d996112767f_5 == NULL) {
count_active_frame_cache_instances += 1;
} else {
count_released_frame_cache_instances += 1;
}
count_allocated_frame_cache_instances += 1;
#endif
cache_frame_28e1407cd71d73c320bd5d996112767f_5 = MAKE_CLASS_FRAME(codeobj_28e1407cd71d73c320bd5d996112767f, module_tornado$httpserver, NULL, sizeof(void *));
#if _DEBUG_REFCOUNTS
} else {
count_hit_frame_cache_instances += 1;
#endif
}
assert(cache_frame_28e1407cd71d73c320bd5d996112767f_5->m_type_description == NULL);
frame_28e1407cd71d73c320bd5d996112767f_5 = cache_frame_28e1407cd71d73c320bd5d996112767f_5;
// Push the new frame as the currently active one.
pushFrameStack(frame_28e1407cd71d73c320bd5d996112767f_5);
// Mark the frame object as in use, ref count 1 will be up for reuse.
assert(Py_REFCNT(frame_28e1407cd71d73c320bd5d996112767f_5) == 2); // Frame stack
// Framed code:
{
PyObject *tmp_annotations_20;
PyObject *tmp_dict_key_16;
PyObject *tmp_dict_value_16;
PyObject *tmp_expression_value_64;
tmp_dict_key_16 = mod_consts[33];
tmp_expression_value_64 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[22]);
if (tmp_expression_value_64 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_64 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_64 == NULL)) {
tmp_expression_value_64 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_64 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 379;
type_description_2 = "o";
goto frame_exception_exit_5;
}
Py_INCREF(tmp_expression_value_64);
} else {
goto frame_exception_exit_5;
}
}
tmp_dict_value_16 = LOOKUP_ATTRIBUTE(tmp_expression_value_64, mod_consts[159]);
Py_DECREF(tmp_expression_value_64);
if (tmp_dict_value_16 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 379;
type_description_2 = "o";
goto frame_exception_exit_5;
}
tmp_annotations_20 = _PyDict_NewPresized( 3 );
{
PyObject *tmp_expression_value_65;
tmp_res = PyDict_SetItem(tmp_annotations_20, tmp_dict_key_16, tmp_dict_value_16);
Py_DECREF(tmp_dict_value_16);
assert(!(tmp_res != 0));
tmp_dict_key_16 = mod_consts[27];
tmp_expression_value_65 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[22]);
if (tmp_expression_value_65 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_65 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_65 == NULL)) {
tmp_expression_value_65 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_65 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 380;
type_description_2 = "o";
goto dict_build_exception_9;
}
Py_INCREF(tmp_expression_value_65);
} else {
goto dict_build_exception_9;
}
}
tmp_dict_value_16 = LOOKUP_ATTRIBUTE(tmp_expression_value_65, mod_consts[158]);
Py_DECREF(tmp_expression_value_65);
if (tmp_dict_value_16 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 380;
type_description_2 = "o";
goto dict_build_exception_9;
}
tmp_res = PyDict_SetItem(tmp_annotations_20, tmp_dict_key_16, tmp_dict_value_16);
Py_DECREF(tmp_dict_value_16);
assert(!(tmp_res != 0));
tmp_dict_key_16 = mod_consts[127];
tmp_dict_value_16 = Py_None;
tmp_res = PyDict_SetItem(tmp_annotations_20, tmp_dict_key_16, tmp_dict_value_16);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_9;
// Exception handling pass through code for dict_build:
dict_build_exception_9:;
Py_DECREF(tmp_annotations_20);
goto frame_exception_exit_5;
// Finished with no exception for dict_build:
dict_build_noexception_9:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__18___init__(tmp_annotations_20);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[8], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 377;
type_description_2 = "o";
goto frame_exception_exit_5;
}
}
{
PyObject *tmp_annotations_21;
PyObject *tmp_dict_key_17;
PyObject *tmp_dict_value_17;
PyObject *tmp_expression_value_66;
PyObject *tmp_subscript_value_32;
PyObject *tmp_tuple_element_21;
PyObject *tmp_expression_value_67;
tmp_dict_key_17 = mod_consts[165];
tmp_expression_value_66 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[106]);
if (tmp_expression_value_66 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_66 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[106]);
if (unlikely(tmp_expression_value_66 == NULL)) {
tmp_expression_value_66 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[106]);
}
if (tmp_expression_value_66 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 387;
type_description_2 = "o";
goto frame_exception_exit_5;
}
Py_INCREF(tmp_expression_value_66);
} else {
goto frame_exception_exit_5;
}
}
tmp_expression_value_67 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[22]);
if (tmp_expression_value_67 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_67 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_67 == NULL)) {
tmp_expression_value_67 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_67 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_66);
exception_lineno = 387;
type_description_2 = "o";
goto frame_exception_exit_5;
}
Py_INCREF(tmp_expression_value_67);
} else {
goto frame_exception_exit_5;
}
}
tmp_tuple_element_21 = LOOKUP_ATTRIBUTE(tmp_expression_value_67, mod_consts[36]);
Py_DECREF(tmp_expression_value_67);
if (tmp_tuple_element_21 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_66);
exception_lineno = 387;
type_description_2 = "o";
goto frame_exception_exit_5;
}
tmp_subscript_value_32 = MAKE_TUPLE_EMPTY(2);
{
PyObject *tmp_expression_value_68;
PyTuple_SET_ITEM(tmp_subscript_value_32, 0, tmp_tuple_element_21);
tmp_expression_value_68 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[22]);
if (tmp_expression_value_68 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_68 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_68 == NULL)) {
tmp_expression_value_68 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_68 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 387;
type_description_2 = "o";
goto tuple_build_exception_10;
}
Py_INCREF(tmp_expression_value_68);
} else {
goto tuple_build_exception_10;
}
}
tmp_tuple_element_21 = LOOKUP_ATTRIBUTE(tmp_expression_value_68, mod_consts[166]);
Py_DECREF(tmp_expression_value_68);
if (tmp_tuple_element_21 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 387;
type_description_2 = "o";
goto tuple_build_exception_10;
}
PyTuple_SET_ITEM(tmp_subscript_value_32, 1, tmp_tuple_element_21);
}
goto tuple_build_noexception_10;
// Exception handling pass through code for tuple_build:
tuple_build_exception_10:;
Py_DECREF(tmp_expression_value_66);
Py_DECREF(tmp_subscript_value_32);
goto frame_exception_exit_5;
// Finished with no exception for tuple_build:
tuple_build_noexception_10:;
tmp_dict_value_17 = LOOKUP_SUBSCRIPT(tmp_expression_value_66, tmp_subscript_value_32);
Py_DECREF(tmp_expression_value_66);
Py_DECREF(tmp_subscript_value_32);
if (tmp_dict_value_17 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 387;
type_description_2 = "o";
goto frame_exception_exit_5;
}
tmp_annotations_21 = _PyDict_NewPresized( 3 );
{
PyObject *tmp_expression_value_69;
PyObject *tmp_expression_value_70;
PyObject *tmp_subscript_value_33;
PyObject *tmp_expression_value_71;
PyObject *tmp_subscript_value_34;
tmp_res = PyDict_SetItem(tmp_annotations_21, tmp_dict_key_17, tmp_dict_value_17);
Py_DECREF(tmp_dict_value_17);
assert(!(tmp_res != 0));
tmp_dict_key_17 = mod_consts[167];
tmp_expression_value_69 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[22]);
if (tmp_expression_value_69 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_69 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_69 == NULL)) {
tmp_expression_value_69 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_69 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 388;
type_description_2 = "o";
goto dict_build_exception_10;
}
Py_INCREF(tmp_expression_value_69);
} else {
goto dict_build_exception_10;
}
}
tmp_dict_value_17 = LOOKUP_ATTRIBUTE(tmp_expression_value_69, mod_consts[168]);
Py_DECREF(tmp_expression_value_69);
if (tmp_dict_value_17 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 388;
type_description_2 = "o";
goto dict_build_exception_10;
}
tmp_res = PyDict_SetItem(tmp_annotations_21, tmp_dict_key_17, tmp_dict_value_17);
Py_DECREF(tmp_dict_value_17);
assert(!(tmp_res != 0));
tmp_dict_key_17 = mod_consts[127];
tmp_expression_value_70 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[113]);
if (tmp_expression_value_70 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_70 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_70 == NULL)) {
tmp_expression_value_70 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_70 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 389;
type_description_2 = "o";
goto dict_build_exception_10;
}
Py_INCREF(tmp_expression_value_70);
} else {
goto dict_build_exception_10;
}
}
tmp_expression_value_71 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[114]);
if (tmp_expression_value_71 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_71 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[114]);
if (unlikely(tmp_expression_value_71 == NULL)) {
tmp_expression_value_71 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[114]);
}
if (tmp_expression_value_71 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_70);
exception_lineno = 389;
type_description_2 = "o";
goto dict_build_exception_10;
}
Py_INCREF(tmp_expression_value_71);
} else {
goto dict_build_exception_10;
}
}
tmp_subscript_value_34 = Py_None;
tmp_subscript_value_33 = LOOKUP_SUBSCRIPT(tmp_expression_value_71, tmp_subscript_value_34);
Py_DECREF(tmp_expression_value_71);
if (tmp_subscript_value_33 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_70);
exception_lineno = 389;
type_description_2 = "o";
goto dict_build_exception_10;
}
tmp_dict_value_17 = LOOKUP_SUBSCRIPT(tmp_expression_value_70, tmp_subscript_value_33);
Py_DECREF(tmp_expression_value_70);
Py_DECREF(tmp_subscript_value_33);
if (tmp_dict_value_17 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 389;
type_description_2 = "o";
goto dict_build_exception_10;
}
tmp_res = PyDict_SetItem(tmp_annotations_21, tmp_dict_key_17, tmp_dict_value_17);
Py_DECREF(tmp_dict_value_17);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_10;
// Exception handling pass through code for dict_build:
dict_build_exception_10:;
Py_DECREF(tmp_annotations_21);
goto frame_exception_exit_5;
// Finished with no exception for dict_build:
dict_build_noexception_10:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__19_headers_received(tmp_annotations_21);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[78], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 385;
type_description_2 = "o";
goto frame_exception_exit_5;
}
}
{
PyObject *tmp_annotations_22;
PyObject *tmp_dict_key_18;
PyObject *tmp_dict_value_18;
tmp_dict_key_18 = mod_consts[170];
tmp_dict_value_18 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[171]);
if (tmp_dict_value_18 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_dict_value_18 = (PyObject *)&PyBytes_Type;
Py_INCREF(tmp_dict_value_18);
} else {
goto frame_exception_exit_5;
}
}
tmp_annotations_22 = _PyDict_NewPresized( 2 );
{
PyObject *tmp_expression_value_72;
PyObject *tmp_subscript_value_35;
PyObject *tmp_expression_value_73;
PyObject *tmp_subscript_value_36;
tmp_res = PyDict_SetItem(tmp_annotations_22, tmp_dict_key_18, tmp_dict_value_18);
Py_DECREF(tmp_dict_value_18);
assert(!(tmp_res != 0));
tmp_dict_key_18 = mod_consts[127];
tmp_expression_value_72 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[113]);
if (tmp_expression_value_72 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_72 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[113]);
if (unlikely(tmp_expression_value_72 == NULL)) {
tmp_expression_value_72 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[113]);
}
if (tmp_expression_value_72 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 395;
type_description_2 = "o";
goto dict_build_exception_11;
}
Py_INCREF(tmp_expression_value_72);
} else {
goto dict_build_exception_11;
}
}
tmp_expression_value_73 = PyObject_GetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[114]);
if (tmp_expression_value_73 == NULL) {
if (CHECK_AND_CLEAR_KEY_ERROR_OCCURRED()) {
tmp_expression_value_73 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[114]);
if (unlikely(tmp_expression_value_73 == NULL)) {
tmp_expression_value_73 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[114]);
}
if (tmp_expression_value_73 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_72);
exception_lineno = 395;
type_description_2 = "o";
goto dict_build_exception_11;
}
Py_INCREF(tmp_expression_value_73);
} else {
goto dict_build_exception_11;
}
}
tmp_subscript_value_36 = Py_None;
tmp_subscript_value_35 = LOOKUP_SUBSCRIPT(tmp_expression_value_73, tmp_subscript_value_36);
Py_DECREF(tmp_expression_value_73);
if (tmp_subscript_value_35 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
Py_DECREF(tmp_expression_value_72);
exception_lineno = 395;
type_description_2 = "o";
goto dict_build_exception_11;
}
tmp_dict_value_18 = LOOKUP_SUBSCRIPT(tmp_expression_value_72, tmp_subscript_value_35);
Py_DECREF(tmp_expression_value_72);
Py_DECREF(tmp_subscript_value_35);
if (tmp_dict_value_18 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 395;
type_description_2 = "o";
goto dict_build_exception_11;
}
tmp_res = PyDict_SetItem(tmp_annotations_22, tmp_dict_key_18, tmp_dict_value_18);
Py_DECREF(tmp_dict_value_18);
assert(!(tmp_res != 0));
}
goto dict_build_noexception_11;
// Exception handling pass through code for dict_build:
dict_build_exception_11:;
Py_DECREF(tmp_annotations_22);
goto frame_exception_exit_5;
// Finished with no exception for dict_build:
dict_build_noexception_11:;
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__20_data_received(tmp_annotations_22);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[79], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 395;
type_description_2 = "o";
goto frame_exception_exit_5;
}
}
{
PyObject *tmp_annotations_23;
tmp_annotations_23 = DICT_COPY(mod_consts[151]);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__21_finish(tmp_annotations_23);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[80], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 398;
type_description_2 = "o";
goto frame_exception_exit_5;
}
}
{
PyObject *tmp_annotations_24;
tmp_annotations_24 = DICT_COPY(mod_consts[151]);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__22_on_connection_close(tmp_annotations_24);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[82], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 402;
type_description_2 = "o";
goto frame_exception_exit_5;
}
}
{
PyObject *tmp_annotations_25;
tmp_annotations_25 = DICT_COPY(mod_consts[151]);
tmp_dictset_value = MAKE_FUNCTION_tornado$httpserver$$$function__23__cleanup(tmp_annotations_25);
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[81], tmp_dictset_value);
Py_DECREF(tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 406;
type_description_2 = "o";
goto frame_exception_exit_5;
}
}
#if 0
RESTORE_FRAME_EXCEPTION(frame_28e1407cd71d73c320bd5d996112767f_5);
#endif
// Put the previous frame back on top.
popFrameStack();
goto frame_no_exception_4;
frame_exception_exit_5:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_28e1407cd71d73c320bd5d996112767f_5);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_28e1407cd71d73c320bd5d996112767f_5, exception_lineno);
} else if (exception_tb->tb_frame != &frame_28e1407cd71d73c320bd5d996112767f_5->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_28e1407cd71d73c320bd5d996112767f_5, exception_lineno);
}
// Attaches locals to frame if any.
Nuitka_Frame_AttachLocals(
frame_28e1407cd71d73c320bd5d996112767f_5,
type_description_2,
outline_3_var___class__
);
// Release cached frame if used for exception.
if (frame_28e1407cd71d73c320bd5d996112767f_5 == cache_frame_28e1407cd71d73c320bd5d996112767f_5) {
#if _DEBUG_REFCOUNTS
count_active_frame_cache_instances -= 1;
count_released_frame_cache_instances += 1;
#endif
Py_DECREF(cache_frame_28e1407cd71d73c320bd5d996112767f_5);
cache_frame_28e1407cd71d73c320bd5d996112767f_5 = NULL;
}
assertFrameObject(frame_28e1407cd71d73c320bd5d996112767f_5);
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto nested_frame_exit_4;
frame_no_exception_4:;
goto skip_nested_handling_4;
nested_frame_exit_4:;
goto try_except_handler_14;
skip_nested_handling_4:;
{
nuitka_bool tmp_condition_result_26;
PyObject *tmp_cmp_expr_left_4;
PyObject *tmp_cmp_expr_right_4;
CHECK_OBJECT(tmp_class_creation_4__bases);
tmp_cmp_expr_left_4 = tmp_class_creation_4__bases;
CHECK_OBJECT(tmp_class_creation_4__bases_orig);
tmp_cmp_expr_right_4 = tmp_class_creation_4__bases_orig;
tmp_condition_result_26 = RICH_COMPARE_NE_NBOOL_OBJECT_TUPLE(tmp_cmp_expr_left_4, tmp_cmp_expr_right_4);
if (tmp_condition_result_26 == NUITKA_BOOL_EXCEPTION) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_14;
}
if (tmp_condition_result_26 == NUITKA_BOOL_TRUE) {
goto branch_yes_16;
} else {
goto branch_no_16;
}
}
branch_yes_16:;
CHECK_OBJECT(tmp_class_creation_4__bases_orig);
tmp_dictset_value = tmp_class_creation_4__bases_orig;
tmp_res = PyObject_SetItem(locals_tornado$httpserver$$$class__4__ProxyAdapter_376, mod_consts[163], tmp_dictset_value);
if (tmp_res != 0) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_14;
}
branch_no_16:;
{
PyObject *tmp_assign_source_56;
PyObject *tmp_called_value_10;
PyObject *tmp_args_value_8;
PyObject *tmp_tuple_element_22;
PyObject *tmp_kwargs_value_8;
CHECK_OBJECT(tmp_class_creation_4__metaclass);
tmp_called_value_10 = tmp_class_creation_4__metaclass;
tmp_tuple_element_22 = mod_consts[26];
tmp_args_value_8 = MAKE_TUPLE_EMPTY(3);
PyTuple_SET_ITEM0(tmp_args_value_8, 0, tmp_tuple_element_22);
CHECK_OBJECT(tmp_class_creation_4__bases);
tmp_tuple_element_22 = tmp_class_creation_4__bases;
PyTuple_SET_ITEM0(tmp_args_value_8, 1, tmp_tuple_element_22);
tmp_tuple_element_22 = locals_tornado$httpserver$$$class__4__ProxyAdapter_376;
PyTuple_SET_ITEM0(tmp_args_value_8, 2, tmp_tuple_element_22);
CHECK_OBJECT(tmp_class_creation_4__class_decl_dict);
tmp_kwargs_value_8 = tmp_class_creation_4__class_decl_dict;
frame_3218705dca38d069420afe98d6c3fe50->m_frame.f_lineno = 376;
tmp_assign_source_56 = CALL_FUNCTION(tmp_called_value_10, tmp_args_value_8, tmp_kwargs_value_8);
Py_DECREF(tmp_args_value_8);
if (tmp_assign_source_56 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 376;
goto try_except_handler_14;
}
assert(outline_3_var___class__ == NULL);
outline_3_var___class__ = tmp_assign_source_56;
}
CHECK_OBJECT(outline_3_var___class__);
tmp_assign_source_55 = outline_3_var___class__;
Py_INCREF(tmp_assign_source_55);
goto try_return_handler_14;
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_14:;
Py_DECREF(locals_tornado$httpserver$$$class__4__ProxyAdapter_376);
locals_tornado$httpserver$$$class__4__ProxyAdapter_376 = NULL;
goto try_return_handler_13;
// Exception handler code:
try_except_handler_14:;
exception_keeper_type_12 = exception_type;
exception_keeper_value_12 = exception_value;
exception_keeper_tb_12 = exception_tb;
exception_keeper_lineno_12 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
Py_DECREF(locals_tornado$httpserver$$$class__4__ProxyAdapter_376);
locals_tornado$httpserver$$$class__4__ProxyAdapter_376 = NULL;
// Re-raise.
exception_type = exception_keeper_type_12;
exception_value = exception_keeper_value_12;
exception_tb = exception_keeper_tb_12;
exception_lineno = exception_keeper_lineno_12;
goto try_except_handler_13;
// End of try:
NUITKA_CANNOT_GET_HERE("tried codes exits in all cases");
return NULL;
// Return handler code:
try_return_handler_13:;
CHECK_OBJECT(outline_3_var___class__);
Py_DECREF(outline_3_var___class__);
outline_3_var___class__ = NULL;
goto outline_result_4;
// Exception handler code:
try_except_handler_13:;
exception_keeper_type_13 = exception_type;
exception_keeper_value_13 = exception_value;
exception_keeper_tb_13 = exception_tb;
exception_keeper_lineno_13 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
// Re-raise.
exception_type = exception_keeper_type_13;
exception_value = exception_keeper_value_13;
exception_tb = exception_keeper_tb_13;
exception_lineno = exception_keeper_lineno_13;
goto outline_exception_4;
// End of try:
NUITKA_CANNOT_GET_HERE("Return statement must have exited already.");
return NULL;
outline_exception_4:;
exception_lineno = 376;
goto try_except_handler_12;
outline_result_4:;
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[26], tmp_assign_source_55);
}
goto try_end_6;
// Exception handler code:
try_except_handler_12:;
exception_keeper_type_14 = exception_type;
exception_keeper_value_14 = exception_value;
exception_keeper_tb_14 = exception_tb;
exception_keeper_lineno_14 = exception_lineno;
exception_type = NULL;
exception_value = NULL;
exception_tb = NULL;
exception_lineno = 0;
Py_XDECREF(tmp_class_creation_4__bases_orig);
tmp_class_creation_4__bases_orig = NULL;
Py_XDECREF(tmp_class_creation_4__bases);
tmp_class_creation_4__bases = NULL;
Py_XDECREF(tmp_class_creation_4__class_decl_dict);
tmp_class_creation_4__class_decl_dict = NULL;
Py_XDECREF(tmp_class_creation_4__metaclass);
tmp_class_creation_4__metaclass = NULL;
Py_XDECREF(tmp_class_creation_4__prepared);
tmp_class_creation_4__prepared = NULL;
// Re-raise.
exception_type = exception_keeper_type_14;
exception_value = exception_keeper_value_14;
exception_tb = exception_keeper_tb_14;
exception_lineno = exception_keeper_lineno_14;
goto frame_exception_exit_1;
// End of try:
try_end_6:;
CHECK_OBJECT(tmp_class_creation_4__bases_orig);
Py_DECREF(tmp_class_creation_4__bases_orig);
tmp_class_creation_4__bases_orig = NULL;
CHECK_OBJECT(tmp_class_creation_4__bases);
Py_DECREF(tmp_class_creation_4__bases);
tmp_class_creation_4__bases = NULL;
CHECK_OBJECT(tmp_class_creation_4__class_decl_dict);
Py_DECREF(tmp_class_creation_4__class_decl_dict);
tmp_class_creation_4__class_decl_dict = NULL;
CHECK_OBJECT(tmp_class_creation_4__metaclass);
Py_DECREF(tmp_class_creation_4__metaclass);
tmp_class_creation_4__metaclass = NULL;
CHECK_OBJECT(tmp_class_creation_4__prepared);
Py_DECREF(tmp_class_creation_4__prepared);
tmp_class_creation_4__prepared = NULL;
{
PyObject *tmp_assign_source_57;
PyObject *tmp_expression_value_74;
tmp_expression_value_74 = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[22]);
if (unlikely(tmp_expression_value_74 == NULL)) {
tmp_expression_value_74 = GET_MODULE_VARIABLE_VALUE_FALLBACK(mod_consts[22]);
}
if (tmp_expression_value_74 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 410;
goto frame_exception_exit_1;
}
tmp_assign_source_57 = LOOKUP_ATTRIBUTE(tmp_expression_value_74, mod_consts[35]);
if (tmp_assign_source_57 == NULL) {
assert(ERROR_OCCURRED());
FETCH_ERROR_OCCURRED(&exception_type, &exception_value, &exception_tb);
exception_lineno = 410;
goto frame_exception_exit_1;
}
UPDATE_STRING_DICT1(moduledict_tornado$httpserver, (Nuitka_StringObject *)mod_consts[188], tmp_assign_source_57);
}
// Restore frame exception if necessary.
#if 0
RESTORE_FRAME_EXCEPTION(frame_3218705dca38d069420afe98d6c3fe50);
#endif
popFrameStack();
goto frame_no_exception_5;
frame_exception_exit_1:;
#if 0
RESTORE_FRAME_EXCEPTION(frame_3218705dca38d069420afe98d6c3fe50);
#endif
if (exception_tb == NULL) {
exception_tb = MAKE_TRACEBACK(frame_3218705dca38d069420afe98d6c3fe50, exception_lineno);
} else if (exception_tb->tb_frame != &frame_3218705dca38d069420afe98d6c3fe50->m_frame) {
exception_tb = ADD_TRACEBACK(exception_tb, frame_3218705dca38d069420afe98d6c3fe50, exception_lineno);
}
// Put the previous frame back on top.
popFrameStack();
// Return the error.
goto module_exception_exit;
frame_no_exception_5:;
// Report to PGO about leaving the module without error.
PGO_onModuleExit("tornado.httpserver", false);
Py_INCREF(module_tornado$httpserver);
return module_tornado$httpserver;
module_exception_exit:
#if defined(_NUITKA_MODULE) && 0
{
PyObject *module_name = GET_STRING_DICT_VALUE(moduledict_tornado$httpserver, (Nuitka_StringObject *)const_str_plain___name__);
if (module_name != NULL) {
Nuitka_DelModule(module_name);
}
}
#endif
PGO_onModuleExit("tornado$httpserver", false);
RESTORE_ERROR_OCCURRED(exception_type, exception_value, exception_tb);
return NULL;
}