Skip to content

thread 'main' panicked at crates/codegen/src/compile.rs:648:13: #6641

@anki-code

Description

@anki-code
rustpython -V
# Python 3.13.0alpha (heads/master:8bfe927de
cd xonsh/
RUST_BACKTRACE=full rust-pytest
thread 'main' (16880887) panicked at crates/codegen/src/compile.rs:648:13:
push_symbol_table: no sub_tables available in pytest_runtest_protocol (type: Function)
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
RUST_BACKTRACE=full rust-pytest
thread 'main' (16878492) panicked at crates/codegen/src/compile.rs:648:13:
push_symbol_table: no sub_tables available in pytest_runtest_protocol (type: Function)
stack backtrace:
   0:        0x102dc7ba0 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h2808c764b780ef77
   1:        0x10230cfb4 - core::fmt::write::h164e2e78980a3344
   2:        0x102da5654 - std::io::Write::write_fmt::hc5b2a4d160c11c86
   3:        0x102dabf88 - std::sys::backtrace::BacktraceLock::print::h765d16e49e83c7b3
   4:        0x102dae4b0 - std::panicking::default_hook::{{closure}}::hf5d7ef6cefa10586
   5:        0x102dae110 - std::panicking::default_hook::h8781bd6c5c54e4cc
   6:        0x102dae9a0 - std::panicking::panic_with_hook::h93c775fc227522dd
   7:        0x102dae68c - std::panicking::panic_handler::{{closure}}::h8561e58c9391724a
   8:        0x102dac094 - std::sys::backtrace::__rust_end_short_backtrace::h55629ed76aaa9d26
   9:        0x102d9d948 - __rustc[d9b87f19e823c0ef]::rust_begin_unwind
  10:        0x102f63924 - core::panicking::panic_fmt::hfe9cfd57c06d80d9
  11:        0x1025b79c4 - rustpython_codegen::compile::Compiler::push_symbol_table::hfeafda8d0290b5ca
  12:        0x1025ae1d0 - rustpython_codegen::compile::Compiler::push_output::ha6ee3ae42a4636e3
  13:        0x1025bddf4 - rustpython_codegen::compile::Compiler::compile_comprehension::hb484e6cf43f9f5cf
  14:        0x1025ba7ec - rustpython_codegen::compile::Compiler::compile_expression::he6bbf8bb018e050e
  15:        0x1025b9854 - rustpython_codegen::compile::Compiler::compile_expression::he6bbf8bb018e050e
  16:        0x1025b476c - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02
  17:        0x1025c064c - rustpython_codegen::compile::Compiler::compile_try_statement::hc999aeecc9056ff6
  18:        0x1025b5430 - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02
  19:        0x1025be78c - rustpython_codegen::compile::Compiler::compile_function_body::h9dee484648b86dae
  20:        0x1025b6500 - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02
  21:        0x1025b8dd0 - rustpython_codegen::compile::Compiler::compile_class_body::h3590690ed451b898
  22:        0x1025b68f0 - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02
  23:        0x1025aad50 - rustpython_codegen::compile::compile_program::ha3ec8bdff9e2b9e1
  24:        0x1025aaa18 - rustpython_codegen::compile::compile_top::haa9565b0967bdaa9
  25:        0x10262019c - rustpython_compiler::compile::hecf8b963be2e901f
  26:        0x102b492e0 - rustpython_vm::vm::compile::<impl rustpython_vm::vm::VirtualMachine>::compile_with_opts::h6b00ff523f94fe36
  27:        0x102c43ec8 - rustpython_vm::function::builtin::<impl rustpython_vm::function::builtin::sealed::PyNativeFnInternal<(rustpython_vm::function::builtin::OwnedParam<T1>,),R,rustpython_vm::vm::VirtualMachine> for F>::call_::h593b1ec8c5dcbe5b
  28:        0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314
  29:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  30:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  31:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
  32:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  33:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  34:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
  35:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
  36:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
  37:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  38:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  39:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
  40:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  41:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  42:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
  43:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
  44:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
  45:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  46:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  47:        0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2
  48:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  49:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  50:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
  51:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  52:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  53:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
  54:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
  55:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
  56:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  57:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  58:        0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2
  59:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  60:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  61:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
  62:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  63:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  64:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
  65:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
  66:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
  67:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  68:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  69:        0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2
  70:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  71:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  72:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
  73:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  74:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  75:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
  76:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
  77:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
  78:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  79:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  80:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
  81:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  82:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  83:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
  84:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
  85:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
  86:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  87:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  88:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
  89:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  90:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  91:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
  92:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
  93:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
  94:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
  95:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
  96:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
  97:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
  98:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
  99:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 100:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 101:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 102:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 103:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 104:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 105:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 106:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 107:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 108:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 109:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 110:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 111:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 112:        0x102901520 - rustpython_vm::function::builtin::into_func::{{closure}}::hd98d1c9485b66fbe
 113:        0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314
 114:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 115:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 116:        0x102b34b60 - rustpython_vm::vm::VirtualMachine::import_inner::h86b8aa23276ce4d7
 117:        0x102985748 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 118:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 119:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 120:        0x102b35724 - rustpython_vm::vm::VirtualMachine::run_code_obj::h9723235367b30e83
 121:        0x102c3efc4 - rustpython_vm::stdlib::builtins::builtins::run_code::h4f3c50559926755b
 122:        0x102c4a3c0 - rustpython_vm::function::builtin::<impl rustpython_vm::function::builtin::sealed::PyNativeFnInternal<(rustpython_vm::function::builtin::OwnedParam<T1>,rustpython_vm::function::builtin::OwnedParam<T2>),R,rustpython_vm::vm::VirtualMachine> for F>::call_::hbb7b67b48362f017
 123:        0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314
 124:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 125:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 126:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 127:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 128:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 129:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 130:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 131:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 132:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 133:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 134:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
 135:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 136:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 137:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 138:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 139:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 140:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 141:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 142:        0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2
 143:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 144:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 145:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
 146:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 147:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 148:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 149:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 150:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 151:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 152:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 153:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 154:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 155:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 156:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 157:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 158:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 159:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 160:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 161:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 162:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 163:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 164:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 165:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 166:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 167:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 168:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 169:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 170:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 171:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 172:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 173:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 174:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 175:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 176:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 177:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 178:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 179:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 180:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 181:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 182:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 183:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 184:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 185:        0x102901520 - rustpython_vm::function::builtin::into_func::{{closure}}::hd98d1c9485b66fbe
 186:        0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314
 187:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 188:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 189:        0x102b34b60 - rustpython_vm::vm::VirtualMachine::import_inner::h86b8aa23276ce4d7
 190:        0x102985748 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 191:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 192:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 193:        0x102b35724 - rustpython_vm::vm::VirtualMachine::run_code_obj::h9723235367b30e83
 194:        0x102c3efc4 - rustpython_vm::stdlib::builtins::builtins::run_code::h4f3c50559926755b
 195:        0x102c4a3c0 - rustpython_vm::function::builtin::<impl rustpython_vm::function::builtin::sealed::PyNativeFnInternal<(rustpython_vm::function::builtin::OwnedParam<T1>,rustpython_vm::function::builtin::OwnedParam<T2>),R,rustpython_vm::vm::VirtualMachine> for F>::call_::hbb7b67b48362f017
 196:        0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314
 197:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 198:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 199:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 200:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 201:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 202:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 203:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 204:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 205:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 206:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 207:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
 208:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 209:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 210:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 211:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 212:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 213:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 214:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 215:        0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2
 216:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 217:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 218:        0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167
 219:        0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 220:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 221:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 222:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 223:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 224:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 225:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 226:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 227:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 228:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 229:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 230:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 231:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 232:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 233:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 234:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 235:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 236:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 237:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 238:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 239:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 240:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 241:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 242:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 243:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 244:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 245:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 246:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 247:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 248:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 249:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 250:        0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162
 251:        0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 252:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 253:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 254:        0x10283e61c - rustpython_vm::builtins::function::<impl rustpython_vm::object::core::Py<rustpython_vm::builtins::function::PyFunction>>::invoke_with_locals::hd27346d63756e6f4
 255:        0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a
 256:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 257:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 258:        0x102901520 - rustpython_vm::function::builtin::into_func::{{closure}}::hd98d1c9485b66fbe
 259:        0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314
 260:        0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38
 261:        0x10284a180 - rustpython_vm::protocol::callable::<impl rustpython_vm::object::core::PyObject>::call_with_args::hc88ea6065efebfed
 262:        0x102b34b60 - rustpython_vm::vm::VirtualMachine::import_inner::h86b8aa23276ce4d7
 263:        0x102985748 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134
 264:        0x10281b614 - rustpython_vm::frame::<impl rustpython_vm::object::core::Py<rustpython_vm::frame::Frame>>::run::hebd968f3912dd00a
 265:        0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac
 266:        0x102b35724 - rustpython_vm::vm::VirtualMachine::run_code_obj::h9723235367b30e83
 267:        0x102b486f0 - rustpython_vm::vm::compile::<impl rustpython_vm::vm::VirtualMachine>::run_script::hdef9dc44a8bcaa9b
 268:        0x1025a20c0 - rustpython::run_rustpython::hd099e34ea939d5b5
 269:        0x1025a85f4 - rustpython_vm::vm::interpreter::Interpreter::run::h8386f1d91dce5170
 270:        0x1025a9c50 - rustpython::main::h4a4405cac817cd6f
 271:        0x1025a9da0 - std::sys::backtrace::__rust_begin_short_backtrace::hf130dc165d2c0a67
 272:        0x1025a9d88 - std::rt::lang_start::{{closure}}::h0f56355f41cb5906
 273:        0x102da6c34 - std::rt::lang_start_internal::h1e9a2dfabf97dcbe
 274:        0x1025aa468 - _main

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions