-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/test_hash_trie_map.py::test_hashing - pyo3_runtime.PanicException: attempt to multiply with overflow
and more
#86
Comments
Thanks for catching that! I was not aware of overflowing in Rust when implementing it. I'll submit a PR to fix it soon! |
Thanks! Feel free to CC me and I'll test it. |
By the way, it's probably useful to consider running CI using |
Julian
added a commit
to FlickerSoul/rpds
that referenced
this issue
Oct 31, 2024
Fixed in #87. |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test suite of 0.20.0 release fails with PyO3 panics when built with
--profile=dev
.To reproduce:
Output:
The text was updated successfully, but these errors were encountered: