]> granicus.if.org Git - python/commit
Issue 10687. When --without-pymalloc is given, $VERSION is the same as
authorBarry Warsaw <barry@python.org>
Mon, 13 Dec 2010 18:04:23 +0000 (18:04 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 13 Dec 2010 18:04:23 +0000 (18:04 +0000)
commit771d33e1134111a041df78acf7761a9f015d4ea5
treec60b8be80d3a669597aed8d13280423588ec0666
parente98e8a3aa8da93edd3bcd71fcbd1eb1874deb7f6
Issue 10687.  When --without-pymalloc is given, $VERSION is the same as
$LDVERSION, which screws up the sym/hard-links.  This avoids those games when
$VERSION == $LDVERSION.

Also, include a drive-by fix for an obvious syntax error.
Lib/test/subprocessdata/input_reader.py
Makefile.pre.in