New submission from STINNER Victor <victor.stin...@haypocalc.com>: $ ./python -c "import sysconfig; sysconfig._parse_makefile('Makefile.loop')"
It loops on the following variables: 'DESTSHARED'='$(BINLIBDEST)/lib-dynload' 'INCLDIRSTOMAKE'='$(INCLUDEDIR) $(CONFINCLUDEDIR) $(INCLUDEPY) $(CONFINCLUDEPY)' 'CONFINCLUDEPY'='$(CONFINCLUDEDIR)/python$(LDVERSION)' 'DESTLIB'='$(LIBDEST)' 'INCLUDEPY'='$(INCLUDEDIR)/python$(LDVERSION)' 'MANDIR'='${datarootdir}/man' 'DESTDIRS'='$(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)' 'CONFINCLUDEDIR'='$(exec_prefix)/include' 'exec_prefix'='${prefix}' 'LIBDIR'='${exec_prefix}/lib' 'LIBDEST'='$(SCRIPTDIR)/python$(VERSION)' 'INCLUDEDIR'='${prefix}/include' 'BINDIR'='${exec_prefix}/bin' 'LIBPC'='$(LIBDIR)/pkgconfig' 'datarootdir'='${prefix}/share' 'SCRIPTDIR'='$(prefix)/lib' 'BINLIBDEST'='$(LIBDIR)/python$(VERSION)' 'LIBPL'='$(LIBDEST)/config-$(LDVERSION)' 'MACHDESTLIB'='$(BINLIBDEST)' I had the bug while trying to debug #6011. ---------- components: Library (Lib) messages: 135909 nosy: haypo priority: normal severity: normal status: open title: Unlimited loop in sysconfig._parse_makefile() versions: Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12070> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com