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 Christian.Tismer
Recipients Alexander.Belopolsky, Arfrever, Christian.Tismer, Robin.Schreiber, amaury.forgeotdarc, belopolsky, jcea, jhaberman, lekma, loewis, mattip, petr.viktorin, pitrou
Date 2021-09-11.23:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631403309.3.0.50283617717.issue15870@roundup.psfhosted.org>
In-reply-to
Content
Since PyPy does not use the Limited API, PySide can quite easily work around the limitations by directly working with the type object. 

But the usage of PyType_Modified() would make very much sense for PySide‘s new switchable features. That would work immediately without any change, because we already use that function to invalidate Python 3.10‘s type cache.
History
Date User Action Args
2021-09-11 23:35:09Christian.Tismersetrecipients: + Christian.Tismer, loewis, jcea, amaury.forgeotdarc, belopolsky, pitrou, Arfrever, petr.viktorin, lekma, Alexander.Belopolsky, mattip, Robin.Schreiber, jhaberman
2021-09-11 23:35:09Christian.Tismersetmessageid: <1631403309.3.0.50283617717.issue15870@roundup.psfhosted.org>
2021-09-11 23:35:09Christian.Tismerlinkissue15870 messages
2021-09-11 23:35:09Christian.Tismercreate