[issue12070] Unlimited loop in sysconfig._parse_makefile()

STINNER Victor report at bugs.python.org
Tue May 24 15:15:30 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

distutils.sysconfig has also a parse_makefile() function, but it doesn't have the bug.

Attached patch fixes this issue: keep "bogus" variables unchanged and adds tests for _parse_makefile().

----------
keywords: +patch
versions: +Python 3.2
Added file: http://bugs.python.org/file22090/sysconfig.patch

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


More information about the Python-bugs-list mailing list