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 steve.dower
Recipients brett.cannon, eric.snow, hyu, miss-islington, ncoghlan, ned.deily, paul.moore, schlamar, serhiy.storchaka, steve.dower, tim.golden, vstinner, wwqgtxx, zach.ware
Date 2019-01-08.02:26:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546914395.93.0.502919801731.issue35596@roundup.psfhosted.org>
In-reply-to
Content
Looks like zipimport in 3.7 always rejected CHECKED_HASH pycs, while in 3.8 it always accepts them (or runs it through a validation process that passes them when the source file doesn't exist - I only confirmed by testing a build, not by walking through the new sources).

Rather than changing the old zipimport now, it's more correct to fix the embeddable ZIP build to specify UNCHECKED_HASH.
History
Date User Action Args
2019-01-08 02:26:36steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, ncoghlan, vstinner, tim.golden, ned.deily, schlamar, eric.snow, zach.ware, serhiy.storchaka, wwqgtxx, miss-islington, hyu
2019-01-08 02:26:35steve.dowersetmessageid: <1546914395.93.0.502919801731.issue35596@roundup.psfhosted.org>
2019-01-08 02:26:35steve.dowerlinkissue35596 messages
2019-01-08 02:26:35steve.dowercreate