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 seberg
Recipients petr.viktorin, seberg
Date 2021-10-05.21:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1633470686.49.0.00898443232155.issue45383@roundup.psfhosted.org>
In-reply-to
Content
The PyType_FromSpec fails to take care about MetaClasses.

     https://bugs.python.org/issue15870

Asks to create a new API to pass in the MetaClass.  This issue is only about "inheriting" the metaclass of the bases correctly.  Currently, Python fails to take into account that the bases may be MetaClass and not `PyType_Type` instances.
History
Date User Action Args
2021-10-05 21:51:26sebergsetrecipients: + seberg, petr.viktorin
2021-10-05 21:51:26sebergsetmessageid: <1633470686.49.0.00898443232155.issue45383@roundup.psfhosted.org>
2021-10-05 21:51:26seberglinkissue45383 messages
2021-10-05 21:51:26sebergcreate