Irit Katriel added the comment:
Python 3.7 is not longer maintained, so it is unlikely that anyone will look at
these. Please create a new issue if you are seeing this problem on a current
version.
--
nosy: +iritkatriel
resolution: -> out of date
stage: -> resolved
status: open ->
https403 added the comment:
I got similar errors while playing around configure opts, but seems come from
different places.
Configure opts: --enable-optimizations --with-address-sanitizer
--with-undefined-behavior-sanitizer --with-pymalloc
Build environment: DigitalOcean $5 w/ Ubuntu 18.04
New submission from Kirit Sankar Gupta :
./python -E -S -m sysconfig --generate-posix-vars ;\
if test $? -ne 0 ; then \
echo "generate-posix-vars failed" ; \
rm -f ./pybuilddir.txt ; \
exit 1 ; \
fi
=
==12061