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 petr.viktorin
Recipients corona10, lukasz.langa, pablogsal, petr.viktorin, serhiy.storchaka, shihai1991, tim.peters, vstinner
Date 2020-05-20.15:00:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589986808.22.0.384917202947.issue40217@roundup.psfhosted.org>
In-reply-to
Content
It looks like the fix breaks types that override Py_tp_alloc but not Py_tp_traverse (as some types in PySide do.)

I'll investigate more and work on fixing that if someone doesn't beat me to it.
History
Date User Action Args
2020-05-20 15:00:08petr.viktorinsetrecipients: + petr.viktorin, tim.peters, vstinner, lukasz.langa, serhiy.storchaka, corona10, pablogsal, shihai1991
2020-05-20 15:00:08petr.viktorinsetmessageid: <1589986808.22.0.384917202947.issue40217@roundup.psfhosted.org>
2020-05-20 15:00:08petr.viktorinlinkissue40217 messages
2020-05-20 15:00:08petr.viktorincreate