This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lyren
Recipients
Date 2004-03-19.03:15:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
If you put the following line in Modules/Setup:

  SELF=$(SELF)

and then type "make", sysconfig.py's parse_makefile
function gets into an infinite loop.  Attached is a
backtrace after typing Control-C during the infinite loop.

Here is the (honest?) mistake that I made in Setup that
triggered this (Notice the extra "\"):

PURE_STUBLIBS=-lpurify_stubs -lquantify_stubs \
	-L/foo/lib \
	-R/foo/lib \
pure puremodule.c $(WHICH_PURE_PRODUCTS) $(PURE_INCLS)
$(PURE_STUBLIBS)
History
Date User Action Args
2007-08-23 14:20:31adminlinkissue919238 messages
2007-08-23 14:20:31admincreate