frozenset to HashSet<T> #3771
Unanswered
hauntsaninja
asked this question in
Questions
Replies: 1 comment
-
With apologies this is a bug that already got fixed on |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PyO3's conversion guide https://pyo3.rs/v0.11.0/conversions#argument-types suggests that if I have an argument type of HashSet I should be able to pass a frozenset to it. However, when I attempt this I get
TypeError: argument 'xyz': 'frozenset' object cannot be converted to 'PySet'
. Am I missing something — if not, I can make a small repro and open an issue.Beta Was this translation helpful? Give feedback.
All reactions