This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mcepl
Recipients doko, mcepl, serhiy.storchaka, vstinner
Date 2018-07-04.23:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530745905.52.0.56676864532.issue34022@psf.upfronthosting.co.za>
In-reply-to
Content
From https://mail.python.org/pipermail/python-dev/2018-July/154273.html
(by Nick Coghlan):

In particular, if a build system sets SOURCE_DATE_EPOCH without
specifying a pyc format for py_compile or compileall, Python 3.7 will
give you checked hashes by default:
https://docs.python.org/3/library/py_compile.html?highlight=source_date_epoch#py_compile.compile
History
Date User Action Args
2018-07-04 23:11:45mceplsetrecipients: + mcepl, doko, vstinner, serhiy.storchaka
2018-07-04 23:11:45mceplsetmessageid: <1530745905.52.0.56676864532.issue34022@psf.upfronthosting.co.za>
2018-07-04 23:11:45mcepllinkissue34022 messages
2018-07-04 23:11:45mceplcreate