[issue20621] Issue with zipimport in 3.3.4 and 3.4.0rc1

Gregory P. Smith report at bugs.python.org
Sun Feb 16 19:25:52 CET 2014


Gregory P. Smith added the comment:

if you look at the zipimport.c file log there was one additional tiny change to fix a potential memory leak made after the change I suggested backing out:
http://hg.python.org/cpython/log/fb5f4cfc3230/Modules/zipimport.c

anyways, yes, backing up to the change before the ones i suggested backing out is the right thing to do.  patches attached though I don't have a reproduction case to confirm the problem and subsequent lack of problem yet.

----------
keywords: +patch
Added file: http://bugs.python.org/file34102/issue20621-33-rollbacks-gps01.diff

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


More information about the Python-bugs-list mailing list