Handle oversized __hash__ results without panicking by Copilot · Pull Request #6561 · 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
8 changes: 4 additions & 4 deletions crates/vm/src/types/slot.rs
8 changes: 8 additions & 0 deletions extra_tests/snippets/builtin_hash.py
Loading