Files
RustPython/Lib/test/test_set.py
Ankit Goel 48025e0102 Cache hash value for FrozenSets
Adds a hash field to the `PyFrozenSet` data type in order to avoid
recomputing the hash of an immutable object.
2024-09-22 06:15:54 +01:00

69 KiB
Vendored