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, shihai1991, tcaswell, vstinner
Date 2020-05-11.21:26:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589232419.03.0.0635068217775.issue40574@roundup.psfhosted.org>
In-reply-to
Content
> I think I have figured out the problem.  I had a locally built and cached wheel of PyQt5-sip from before PEP573 went in.  If that wheel is used for later commits I get the segfault, if I rebuilt the wheel from source it works.

Hum, I'm not sure that I understand well. Is there a bug in Python or not?

It seems when in my tests, pip of Python 3.9 installed wheel package marked as "python38". I understand that the ABI didn't change and we are all good.

I suggest to close the issue.
History
Date User Action Args
2020-05-11 21:26:59vstinnersetrecipients: + vstinner, petr.viktorin, tcaswell, corona10, shihai1991
2020-05-11 21:26:59vstinnersetmessageid: <1589232419.03.0.0635068217775.issue40574@roundup.psfhosted.org>
2020-05-11 21:26:59vstinnerlinkissue40574 messages
2020-05-11 21:26:58vstinnercreate