rm extra word
This commit is contained in:
parent
dfa8fd0bcc
commit
2164c30c3d
|
@ -75,7 +75,7 @@ in the header.
|
|||
If the lowest bit of the bit field is set, the pyc is a hash-based pyc. We call
|
||||
the second lowest bit the ``check_source`` flag. Following the bit field is a
|
||||
64-bit hash of the source file. We will use a SipHash_ with a hardcoded key of
|
||||
the contents of the source file. Another a fast hash like MD5 or BLAKE2_ would
|
||||
the contents of the source file. Another fast hash like MD5 or BLAKE2_ would
|
||||
also work. We choose SipHash because Python already has a builtin implementation
|
||||
of it from :pep:`456`, although an interface that allows picking the SipHash key
|
||||
must be exposed to Python. Security of the hash is not a concern, though we pass
|
||||
|
|
Loading…
Reference in New Issue