Message 384110 - Python tracker (original) (raw)
note the optimized .pyc is deterministic. As far as I know only debug is set to False, or is there something else different?
Hum, maybe there is a misunderstanding on the PEP 552 purpose.
I understood that the main point of the PEP 552 is to compare hash(), rather than checking the .py and .pyc file modification time.
It doesn't magically make the PYC file content fully reproducible. Correct me if I misunderstood PEP 552 as well.