[PyQt] Prefer __init_subclass__ over pyqtWrapperType

Ilya Kulakov kulakov.ilya at gmail.com
Tue Dec 5 23:54:22 GMT 2017


Hi,

PEP 487 introduced new means of class customization at creation. It's more convenient as it allows to avoid
meta class conflicts.

Would you consider replacing pyqtWrapperType for Python 3.6+? Do you think it's technically possible?

I understand that it's not backward compatible with code that introspects mro.
Perhaps this can be configured at compile time or runtime (via env variable or alike)?


Best Regards,
Ilya Kulakov

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20171205/8fb7f821/attachment.html>


More information about the PyQt mailing list