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 Marco Sulla
Recipients Marco Sulla, eric.smith
Date 2020-03-01.19:26:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583090787.07.0.663286749651.issue39813@roundup.psfhosted.org>
In-reply-to
Content
OS: Lubuntu 18.04.4

Steps to reproduce:

sudo apt-get install git libbz2-dev liblzma-dev uuid-dev libffi-dev libsqlite3-dev libreadline-dev libssl-dev libgdbm-dev libgdbm-compat-dev tk-dev libncurses5-dev
git clone https://github.com/python/cpython.git
cd cpython
CC=gcc-9 CXX=g++-9 ./configure --enable-optimizations --with-lto
make -j 4
make test

marco@buzz:~/sources/cpython_test$ python3.9
Python 3.9.0a0 (heads/master-dirty:d8ca2354ed, Oct 30 2019, 20:25:01) 
[GCC 9.2.1 20190909] on linux
History
Date User Action Args
2020-03-01 19:26:27Marco Sullasetrecipients: + Marco Sulla, eric.smith
2020-03-01 19:26:27Marco Sullasetmessageid: <1583090787.07.0.663286749651.issue39813@roundup.psfhosted.org>
2020-03-01 19:26:27Marco Sullalinkissue39813 messages
2020-03-01 19:26:26Marco Sullacreate