[Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files) (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Tue Oct 3 12:29:30 EDT 2017
- Previous message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Next message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
03.10.17 18:15, Guido van Rossum пише:
It's really not that hard. You just check the magic number and if it's the new one, skip 4 words. No need to understand the internals of the header.
Hence you should know all old magic numbers to determine if the read magic number is the new one. Right?
- Previous message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Next message (by thread): [Python-Dev] Intention to accept PEP 552 soon (deterministic pyc files)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]