[issue14331] Python/import.c uses a lot of stack space due to MAXPATHLEN

Gregory P. Smith report at bugs.python.org
Sun Mar 18 23:42:38 CET 2012


Gregory P. Smith <greg at krypto.org> added the comment:

side by side code review of the 3.2 version revealed some missing PyMem_FREE calls.  patch updated.

----------
Added file: http://bugs.python.org/file24929/malloc-import-pathbufs-py32.004.diff

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


More information about the Python-bugs-list mailing list