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 corona10, petr.viktorin, tcaswell, vstinner
Date 2020-05-10.09:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589104008.61.0.907990048294.issue40574@roundup.psfhosted.org>
In-reply-to
Content
I also with:

   ./configure --prefix=/opt/py39 --with-system-expat --with-system-ffi

I still cannot reproduce the crash. I tested Python at commit 1c2fa781560608aa4be50c748d4b3f403cfa5035. I tested on Fedora 32 (GCC 10.0.1).

$ /opt/py39/bin/python3.9 -m pip freeze
pyflakes==2.2.0
pyperf==2.0.0
PyQt5==5.14.2
PyQt5-sip==12.7.2

$ /opt/py39/bin/python3.9 -VV
Python 3.9.0a6+ (heads/master:1c2fa78156, May 10 2020, 11:37:38) 
[GCC 10.0.1 20200430 (Red Hat 10.0.1-0.14)]
History
Date User Action Args
2020-05-10 09:46:48vstinnersetrecipients: + vstinner, petr.viktorin, tcaswell, corona10
2020-05-10 09:46:48vstinnersetmessageid: <1589104008.61.0.907990048294.issue40574@roundup.psfhosted.org>
2020-05-10 09:46:48vstinnerlinkissue40574 messages
2020-05-10 09:46:48vstinnercreate