Skip to content

Avoid `hash()` in Field.hashable_contents

hash should not be used in hashable_contents because even if we will use a deterministic hash function we will end up non-deterministic since hash is initialized with a random seed.

Merge request reports

Loading