New submission from Wu Yu <chaconn...@gmail.com>:

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

----------
components: Build
messages: 322877
nosy: wuyu
priority: normal
severity: normal
status: open
title: Build error with option "--with-pydebug" on Mac OS 10.13.6
type: compile error
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34310>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to