[issue19081] zipimport behaves badly when the zip file changes while the process is running

Nick Coghlan report at bugs.python.org
Sat Jan 25 05:51:40 CET 2014


Nick Coghlan added the comment:

I dunno Brett - have you read the extension module import code and the zipimport code lately? I don't think I'll be willing to claim to fully understand even the default importers until we've rewritten those as PEP 451 compliant Python code with a couple of essential C level helper functions, just like the rest of the import system :)

As far as this particular issue goes, removing the extra level of caching sounds like a good idea, and http://bugs.python.org/file33614/issue19081-subimport-fix-gps02.diff looks right to me.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19081>
_______________________________________


More information about the Python-bugs-list mailing list