Re: [Python-Dev] PEP 552: deterministic pycs

2017年9月07日 14:03:55 -0700

On 2017年9月07日 13:39:21 -0700
Benjamin Peterson <[email protected]> wrote:
> Hello,
> I've written a short PEP about an import extension to allow pycs to be
> more deterministic by optional replacing the timestamp with a hash of
> the source file: https://www.python.org/dev/peps/pep-0552/ 
Why isn't https://github.com/python/cpython/pull/296 a good enough
solution to this problem? It has a simple implementation, and requires
neither maintaining two different pyc formats nor reading the entire
source file to check whether the pyc file is up to date.
Regards
Antoine.
_______________________________________________
Python-Dev mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to