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

Gregory P. Smith report at bugs.python.org
Mon Jan 27 02:52:38 CET 2014


Gregory P. Smith added the comment:

Updated to make that function (zipimporter_init) easier to follow by not repurposing the path variable mid-function and allocate the local path buffer rather than keeping it on the stack.

----------
Added file: http://bugs.python.org/file33736/issue19081-subimport-fix-gps04.diff

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


More information about the Python-bugs-list mailing list