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 Alexander.Belopolsky, Arfrever, Christian.Tismer, Robin.Schreiber, amaury.forgeotdarc, belopolsky, haberman2, jcea, jhaberman, lekma, loewis, mattip, petr.viktorin, pitrou, seberg, steve.dower
Date 2021-09-23.19:43:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632426189.06.0.307431910019.issue15870@roundup.psfhosted.org>
In-reply-to
Content
- specs/slots are (usually) constant & static; pointers to types are not always C constant expressions (on Windows, if they come from a different DLL)
- specs/slots are (usually) shared across all subinterpreters; types are specific to a single interpreter

It's better to pass the metaclass as a function argument, as with bases. I'd prefer adding a new function that using a slot.
History
Date User Action Args
2021-09-23 19:43:09petr.viktorinsetrecipients: + petr.viktorin, loewis, jcea, amaury.forgeotdarc, belopolsky, pitrou, Arfrever, lekma, Alexander.Belopolsky, mattip, Robin.Schreiber, steve.dower, seberg, Christian.Tismer, jhaberman, haberman2
2021-09-23 19:43:09petr.viktorinsetmessageid: <1632426189.06.0.307431910019.issue15870@roundup.psfhosted.org>
2021-09-23 19:43:09petr.viktorinlinkissue15870 messages
2021-09-23 19:43:08petr.viktorincreate