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 yuwu
Recipients yuwu
Date 2018-08-01.17:38:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533145125.37.0.56676864532.issue34310@psf.upfronthosting.co.za>
In-reply-to
Content
I'm encountering a build error from the master branch of CPython (heads/master-dirty:d17fe275a3) on Mac OS 10.13.6, with "--with-pydebug" turned on. 

The error message:

./python.exe -E -S -m sysconfig --generate-posix-vars ;\
	if test $? -ne 0 ; then \
		echo "generate-posix-vars failed" ; \
		rm -f ./pybuilddir.txt ; \
		exit 1 ; \
	fi
Assertion failed: (TYPE(ch) == test || TYPE(ch) == test_nocond || TYPE(ch) == star_expr), function seq_for_testlist, file Python/ast.c, line 1205.
/bin/sh: line 1: 34527 Abort trap: 6           ./python.exe -E -S -m sysconfig --generate-posix-vars
generate-posix-vars failed
make: *** [pybuilddir.txt] Error 1
History
Date User Action Args
2018-08-01 17:38:45yuwusetrecipients: + yuwu
2018-08-01 17:38:45yuwusetmessageid: <1533145125.37.0.56676864532.issue34310@psf.upfronthosting.co.za>
2018-08-01 17:38:45yuwulinkissue34310 messages
2018-08-01 17:38:45yuwucreate