Christian Tismer <tis...@stackless.com> added the comment:

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.

----------
nosy: +Christian.Tismer

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue15870>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to