Title: thread 'main' panicked at crates/codegen/src/compile.rs:648:13: · Issue #6641 · RustPython/RustPython · GitHub
Open Graph Title: thread 'main' panicked at crates/codegen/src/compile.rs:648:13: · Issue #6641 · RustPython/RustPython
X Title: thread 'main' panicked at crates/codegen/src/compile.rs:648:13: · Issue #6641 · RustPython/RustPython
Description: 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_...
Open Graph Description: 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...
X Description: 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_t...
Opengraph URL: https://github.com/RustPython/RustPython/issues/6641
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"thread 'main' panicked at crates/codegen/src/compile.rs:648:13:","articleBody":"```xsh\nrustpython -V\n# Python 3.13.0alpha (heads/master:8bfe927de\n```\n```xsh\ncd xonsh/\nRUST_BACKTRACE=full rust-pytest\n```\n```xsh\nthread 'main' (16880887) panicked at crates/codegen/src/compile.rs:648:13:\npush_symbol_table: no sub_tables available in pytest_runtest_protocol (type: Function)\nnote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace\n```\n```xsh\nRUST_BACKTRACE=full rust-pytest\n```\n```xsh\nthread 'main' (16878492) panicked at crates/codegen/src/compile.rs:648:13:\npush_symbol_table: no sub_tables available in pytest_runtest_protocol (type: Function)\nstack backtrace:\n 0: 0x102dc7ba0 - \u003cstd::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display\u003e::fmt::h2808c764b780ef77\n 1: 0x10230cfb4 - core::fmt::write::h164e2e78980a3344\n 2: 0x102da5654 - std::io::Write::write_fmt::hc5b2a4d160c11c86\n 3: 0x102dabf88 - std::sys::backtrace::BacktraceLock::print::h765d16e49e83c7b3\n 4: 0x102dae4b0 - std::panicking::default_hook::{{closure}}::hf5d7ef6cefa10586\n 5: 0x102dae110 - std::panicking::default_hook::h8781bd6c5c54e4cc\n 6: 0x102dae9a0 - std::panicking::panic_with_hook::h93c775fc227522dd\n 7: 0x102dae68c - std::panicking::panic_handler::{{closure}}::h8561e58c9391724a\n 8: 0x102dac094 - std::sys::backtrace::__rust_end_short_backtrace::h55629ed76aaa9d26\n 9: 0x102d9d948 - __rustc[d9b87f19e823c0ef]::rust_begin_unwind\n 10: 0x102f63924 - core::panicking::panic_fmt::hfe9cfd57c06d80d9\n 11: 0x1025b79c4 - rustpython_codegen::compile::Compiler::push_symbol_table::hfeafda8d0290b5ca\n 12: 0x1025ae1d0 - rustpython_codegen::compile::Compiler::push_output::ha6ee3ae42a4636e3\n 13: 0x1025bddf4 - rustpython_codegen::compile::Compiler::compile_comprehension::hb484e6cf43f9f5cf\n 14: 0x1025ba7ec - rustpython_codegen::compile::Compiler::compile_expression::he6bbf8bb018e050e\n 15: 0x1025b9854 - rustpython_codegen::compile::Compiler::compile_expression::he6bbf8bb018e050e\n 16: 0x1025b476c - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02\n 17: 0x1025c064c - rustpython_codegen::compile::Compiler::compile_try_statement::hc999aeecc9056ff6\n 18: 0x1025b5430 - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02\n 19: 0x1025be78c - rustpython_codegen::compile::Compiler::compile_function_body::h9dee484648b86dae\n 20: 0x1025b6500 - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02\n 21: 0x1025b8dd0 - rustpython_codegen::compile::Compiler::compile_class_body::h3590690ed451b898\n 22: 0x1025b68f0 - rustpython_codegen::compile::Compiler::compile_statement::hc5fc9a32b46a1d02\n 23: 0x1025aad50 - rustpython_codegen::compile::compile_program::ha3ec8bdff9e2b9e1\n 24: 0x1025aaa18 - rustpython_codegen::compile::compile_top::haa9565b0967bdaa9\n 25: 0x10262019c - rustpython_compiler::compile::hecf8b963be2e901f\n 26: 0x102b492e0 - rustpython_vm::vm::compile::\u003cimpl rustpython_vm::vm::VirtualMachine\u003e::compile_with_opts::h6b00ff523f94fe36\n 27: 0x102c43ec8 - rustpython_vm::function::builtin::\u003cimpl rustpython_vm::function::builtin::sealed::PyNativeFnInternal\u003c(rustpython_vm::function::builtin::OwnedParam\u003cT1\u003e,),R,rustpython_vm::vm::VirtualMachine\u003e for F\u003e::call_::h593b1ec8c5dcbe5b\n 28: 0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314\n 29: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 30: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 31: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 32: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 33: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 34: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 35: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 36: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 37: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 38: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 39: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 40: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 41: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 42: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 43: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 44: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 45: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 46: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 47: 0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2\n 48: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 49: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 50: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 51: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 52: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 53: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 54: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 55: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 56: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 57: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 58: 0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2\n 59: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 60: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 61: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 62: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 63: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 64: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 65: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 66: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 67: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 68: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 69: 0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2\n 70: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 71: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 72: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 73: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 74: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 75: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 76: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 77: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 78: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 79: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 80: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 81: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 82: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 83: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 84: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 85: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 86: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 87: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 88: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 89: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 90: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 91: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 92: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 93: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 94: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 95: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 96: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 97: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 98: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 99: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 100: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 101: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 102: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 103: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 104: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 105: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 106: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 107: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 108: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 109: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 110: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 111: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 112: 0x102901520 - rustpython_vm::function::builtin::into_func::{{closure}}::hd98d1c9485b66fbe\n 113: 0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314\n 114: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 115: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 116: 0x102b34b60 - rustpython_vm::vm::VirtualMachine::import_inner::h86b8aa23276ce4d7\n 117: 0x102985748 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 118: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 119: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 120: 0x102b35724 - rustpython_vm::vm::VirtualMachine::run_code_obj::h9723235367b30e83\n 121: 0x102c3efc4 - rustpython_vm::stdlib::builtins::builtins::run_code::h4f3c50559926755b\n 122: 0x102c4a3c0 - rustpython_vm::function::builtin::\u003cimpl rustpython_vm::function::builtin::sealed::PyNativeFnInternal\u003c(rustpython_vm::function::builtin::OwnedParam\u003cT1\u003e,rustpython_vm::function::builtin::OwnedParam\u003cT2\u003e),R,rustpython_vm::vm::VirtualMachine\u003e for F\u003e::call_::hbb7b67b48362f017\n 123: 0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314\n 124: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 125: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 126: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 127: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 128: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 129: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 130: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 131: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 132: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 133: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 134: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 135: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 136: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 137: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 138: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 139: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 140: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 141: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 142: 0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2\n 143: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 144: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 145: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 146: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 147: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 148: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 149: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 150: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 151: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 152: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 153: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 154: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 155: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 156: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 157: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 158: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 159: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 160: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 161: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 162: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 163: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 164: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 165: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 166: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 167: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 168: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 169: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 170: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 171: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 172: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 173: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 174: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 175: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 176: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 177: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 178: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 179: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 180: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 181: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 182: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 183: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 184: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 185: 0x102901520 - rustpython_vm::function::builtin::into_func::{{closure}}::hd98d1c9485b66fbe\n 186: 0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314\n 187: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 188: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 189: 0x102b34b60 - rustpython_vm::vm::VirtualMachine::import_inner::h86b8aa23276ce4d7\n 190: 0x102985748 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 191: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 192: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 193: 0x102b35724 - rustpython_vm::vm::VirtualMachine::run_code_obj::h9723235367b30e83\n 194: 0x102c3efc4 - rustpython_vm::stdlib::builtins::builtins::run_code::h4f3c50559926755b\n 195: 0x102c4a3c0 - rustpython_vm::function::builtin::\u003cimpl rustpython_vm::function::builtin::sealed::PyNativeFnInternal\u003c(rustpython_vm::function::builtin::OwnedParam\u003cT1\u003e,rustpython_vm::function::builtin::OwnedParam\u003cT2\u003e),R,rustpython_vm::vm::VirtualMachine\u003e for F\u003e::call_::hbb7b67b48362f017\n 196: 0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314\n 197: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 198: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 199: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 200: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 201: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 202: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 203: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 204: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 205: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 206: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 207: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 208: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 209: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 210: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 211: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 212: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 213: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 214: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 215: 0x102993eec - rustpython_vm::types::slot::Callable::slot_call::h469f267eaf6556b2\n 216: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 217: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 218: 0x1029804d8 - rustpython_vm::frame::ExecutingFrame::execute_method_call::h50295f4f91eb6167\n 219: 0x102984448 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 220: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 221: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 222: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 223: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 224: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 225: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 226: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 227: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 228: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 229: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 230: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 231: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 232: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 233: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 234: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 235: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 236: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 237: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 238: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 239: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 240: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 241: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 242: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 243: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 244: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 245: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 246: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 247: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 248: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 249: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 250: 0x10297e928 - rustpython_vm::frame::ExecutingFrame::execute_call::h8fca0c22a2e74162\n 251: 0x102983240 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 252: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 253: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 254: 0x10283e61c - rustpython_vm::builtins::function::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::builtins::function::PyFunction\u003e\u003e::invoke_with_locals::hd27346d63756e6f4\n 255: 0x1029943ac - rustpython_vm::types::slot::Callable::slot_call::hac99f1a27112728a\n 256: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 257: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 258: 0x102901520 - rustpython_vm::function::builtin::into_func::{{closure}}::hd98d1c9485b66fbe\n 259: 0x102bd684c - rustpython_vm::types::slot::Callable::slot_call::h5005acbfd54ce314\n 260: 0x102c11458 - rustpython_vm::protocol::callable::PyCallable::invoke::hc7b3c913f7e70e38\n 261: 0x10284a180 - rustpython_vm::protocol::callable::\u003cimpl rustpython_vm::object::core::PyObject\u003e::call_with_args::hc88ea6065efebfed\n 262: 0x102b34b60 - rustpython_vm::vm::VirtualMachine::import_inner::h86b8aa23276ce4d7\n 263: 0x102985748 - rustpython_vm::frame::ExecutingFrame::run::h4716dfe6b63c4134\n 264: 0x10281b614 - rustpython_vm::frame::\u003cimpl rustpython_vm::object::core::Py\u003crustpython_vm::frame::Frame\u003e\u003e::run::hebd968f3912dd00a\n 265: 0x102b344f0 - rustpython_vm::vm::VirtualMachine::with_frame::ha2d5eded57c7e9ac\n 266: 0x102b35724 - rustpython_vm::vm::VirtualMachine::run_code_obj::h9723235367b30e83\n 267: 0x102b486f0 - rustpython_vm::vm::compile::\u003cimpl rustpython_vm::vm::VirtualMachine\u003e::run_script::hdef9dc44a8bcaa9b\n 268: 0x1025a20c0 - rustpython::run_rustpython::hd099e34ea939d5b5\n 269: 0x1025a85f4 - rustpython_vm::vm::interpreter::Interpreter::run::h8386f1d91dce5170\n 270: 0x1025a9c50 - rustpython::main::h4a4405cac817cd6f\n 271: 0x1025a9da0 - std::sys::backtrace::__rust_begin_short_backtrace::hf130dc165d2c0a67\n 272: 0x1025a9d88 - std::rt::lang_start::{{closure}}::h0f56355f41cb5906\n 273: 0x102da6c34 - std::rt::lang_start_internal::h1e9a2dfabf97dcbe\n 274: 0x1025aa468 - _main\n\n```","author":{"url":"https://github.com/anki-code","@type":"Person","name":"anki-code"},"datePublished":"2026-01-04T05:10:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/6641/RustPython/issues/6641"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:86094420-f912-9f8b-d66e-69a64c4b4e3d |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A2BC:14BBA0:44B936:5DC6C1:6964F255 |
| html-safe-nonce | c15ee1bd1b43e164b37db9b23f220071169676a537d4d3dba8b413397ea54cd2 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBMkJDOjE0QkJBMDo0NEI5MzY6NURDNkMxOjY5NjRGMjU1IiwidmlzaXRvcl9pZCI6IjEyOTk3NzYxODc4MDEwNzIyMTMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 223ef9400340caeaeceaae23c2ed8630b22e44487d621d44c0354ede1a3ee7e8 |
| hovercard-subject-tag | issue:3778811841 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/RustPython/RustPython/6641/issue_layout |
| twitter:image | https://opengraph.githubassets.com/18d9b2b07a69d74b2a4303b824f0b4bbd311471756e8003af59f70e80c846294/RustPython/RustPython/issues/6641 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/18d9b2b07a69d74b2a4303b824f0b4bbd311471756e8003af59f70e80c846294/RustPython/RustPython/issues/6641 |
| og:image:alt | 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... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | anki-code |
| hostname | github.com |
| expected-hostname | github.com |
| None | 53cd8ae9b65b7c4a0ad545ffeb3216839259a92733857ba426906c0655c5419d |
| turbo-cache-control | no-preview |
| go-import | github.com/RustPython/RustPython git https://github.com/RustPython/RustPython.git |
| octolytics-dimension-user_id | 39710557 |
| octolytics-dimension-user_login | RustPython |
| octolytics-dimension-repository_id | 135201145 |
| octolytics-dimension-repository_nwo | RustPython/RustPython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 135201145 |
| octolytics-dimension-repository_network_root_nwo | RustPython/RustPython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | c140758368c0a01881f61b83770bd75cfe81e2c4 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width