Steve Dower <steve.do...@python.org> added the comment:

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.

----------
assignee:  -> steve.dower

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35596>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to