Navigation
index
next
|
previous
|
PyPy documentation
»
Project Documentation
»
Configuration Options for PyPy
»
objspace
»
objspace.hash
¶
name:
hash
description:
The hash function to use for strings: fnv from CPython 2.7 or siphash24 from CPython >= 3.4
command-line:
–hash
option type:
choice option
possible values:
fnv
siphash24
default:
siphash24
Previous topic
objspace.fstrings
Next topic
objspace.std
This Page
Show Source
Quick search
Navigation
index
next
|
previous
|
PyPy documentation
»
Project Documentation
»
Configuration Options for PyPy
»
objspace
»