Skip to content
  • Stephan Seitz's avatar
    Avoid `hash()` in Field.hashable_contents · 7e5faa0a
    Stephan Seitz authored
    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.
    7e5faa0a