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 Anne Archibald, Manjusaka, vstinner
Date 2020-03-23.18:49:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584989378.64.0.203272643382.issue39853@roundup.psfhosted.org>
In-reply-to
Content
Python 3.7.3 is outdated. Can you please try on newer Python version?


I failed to reproduce the crash on Fedora 31. I tested:

vstinner@apu$ python3.7 -VV
Python 3.7.6 (default, Jan 30 2020, 09:44:41) 
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)]

vstinner@apu$ python3.8 -VV
Python 3.8.2 (default, Feb 26 2020, 00:00:00) 
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)]

vstinner@apu$ python3.9 -VV
Python 3.9.0a4 (default, Feb 27 2020, 00:00:00) 
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)]

vstinner@apu$ python3-debug -VV
Python 3.7.6 (default, Jan 30 2020, 09:04:19) 
[GCC 9.2.1 20190827 (Red Hat 9.2.1-1)]
History
Date User Action Args
2020-03-23 18:49:38vstinnersetrecipients: + vstinner, Manjusaka, Anne Archibald
2020-03-23 18:49:38vstinnersetmessageid: <1584989378.64.0.203272643382.issue39853@roundup.psfhosted.org>
2020-03-23 18:49:38vstinnerlinkissue39853 messages
2020-03-23 18:49:38vstinnercreate