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

Gregory P. Smith report at bugs.python.org
Thu Apr 19 01:33:49 CEST 2012


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

That warning is correct, there's a bug in the code.  but given this is only a bug when PyMem_MALLOC returns NULL I do not expect this to be an issue for anyone who does not already have issues.

Regardless, I'm fixing it.

----------

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


More information about the Python-bugs-list mailing list