adding missing word
This commit is contained in:
parent
d92f361e3b
commit
5d965ca285
|
@ -14,8 +14,7 @@ Post-History: 2017-09-07
|
|||
Abstract
|
||||
========
|
||||
|
||||
This PEP proposes an extension to the pyc format to make it more
|
||||
deterministic.
|
||||
This PEP proposes an extension to the pyc format to make it more deterministic.
|
||||
|
||||
|
||||
Rationale
|
||||
|
@ -33,7 +32,7 @@ The current Python pyc format is the marshaled code object of the module
|
|||
prefixed by a `magic number`_, the source timestamp, and the source file
|
||||
size. The presence of a source timestamp means that a pyc is not a deterministic
|
||||
function of the input file’s contents—it also depends on the volatile metadata,
|
||||
mtime, of the source. Thus, the pycs are a barrier to proper reproducibility.
|
||||
the mtime of the source. Thus, the pycs are a barrier to proper reproducibility.
|
||||
|
||||
Distributors of Python code are currently stuck with the options of
|
||||
|
||||
|
|
Loading…
Reference in New Issue