[issue34056] checked hash-based pyc files not working with imp module

Patrick McCarty report at bugs.python.org
Fri Jul 6 01:18:00 EDT 2018


Patrick McCarty <patrick.mccarty at intel.com> added the comment:

Thanks for the response.

I would like to avoid using imp, but I work on a distro team that ships many packages that still use the module. We wanted to start using checked-hash invalidation right away after upgrading to 3.7.0, but some of our release tests failed due to this issue.

I am willing to file bugs against other projects still using imp to stop using it, if that is the recommended direction. Considering that imp still works with timestamp invalidation, and checked-hash invalidation being a brand new feature, I wanted to file a bug here first before reaching out to the other projects.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34056>
_______________________________________


More information about the Python-bugs-list mailing list