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 vstinner
Recipients vstinner
Date 2022-03-14.16:26:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647275171.27.0.388818631953.issue47013@roundup.psfhosted.org>
In-reply-to
Content
> $ ./configure --prefix /opt/py310 && make clean && make && make install 
> $ cd /somewhere/else/
> $ /opt/py310/bin/python3 -m test -v test_bdb

I also reproduce test_bdb and test_distutils failures on the main branch.
History
Date User Action Args
2022-03-14 16:26:11vstinnersetrecipients: + vstinner
2022-03-14 16:26:11vstinnersetmessageid: <1647275171.27.0.388818631953.issue47013@roundup.psfhosted.org>
2022-03-14 16:26:11vstinnerlinkissue47013 messages
2022-03-14 16:26:11vstinnercreate