Fix marshal recursive reference loading by youknowone · Pull Request #8501 · RustPython/RustPython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions Lib/test/test_marshal.py
168 changes: 144 additions & 24 deletions crates/compiler-core/src/marshal.rs
Loading
Loading