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 jack__d
Recipients eric.smith, jack__d, quellyn
Date 2021-08-10.18:48:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628621296.06.0.906554191006.issue44877@roundup.psfhosted.org>
In-reply-to
Content
There is a related failure message in the file name ".9" in the tarball (line 175):

./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
Fatal Python error: _PyMem_DebugMalloc: Python memory allocator called without holding the GIL
Python runtime state: preinitialized

Current thread 0x0000200000045fe0 (most recent call first):
<no Python frame>
/bin/sh: line 5: 122035 Aborted                 (core dumped) ./python -E -S -m sysconfig --generate-posix-vars
generate-posix-vars failed
History
Date User Action Args
2021-08-10 18:48:16jack__dsetrecipients: + jack__d, eric.smith, quellyn
2021-08-10 18:48:16jack__dsetmessageid: <1628621296.06.0.906554191006.issue44877@roundup.psfhosted.org>
2021-08-10 18:48:16jack__dlinkissue44877 messages
2021-08-10 18:48:16jack__dcreate