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

Gregory P. Smith report at bugs.python.org
Fri Mar 16 07:08:50 CET 2012


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

Here's a patch for python 2.7.  test cases pass but it could use review to see if I missed any free()s.

----------
keywords: +patch
Added file: http://bugs.python.org/file24882/malloc-import-pathbufs-py27.001.diff

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


More information about the Python-bugs-list mailing list