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 shihai1991
Recipients erlendaasland, petr.viktorin, rhettinger, shihai1991
Date 2021-10-20.16:34:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634747655.75.0.183521598856.issue45113@roundup.psfhosted.org>
In-reply-to
Content
>Ah, sorry, I overlooked the flags.
 It's Okay.

>This does beg the question: what else from PyType_Spec will be needed?
I guess we don't want to allow additional slots/methods.
 +1.

>Also, note that converting the stdlib to heap types is suspended, pending a PEP.
 Can I do something for this pending PEP?

> The Py_TPFLAGS_DISALLOW_INSTANTIATION is very specific; do you have other examples that need this?
  I only find this bpo-44532 :( I guess the outside user will use it MAYBE.
History
Date User Action Args
2021-10-20 16:34:16shihai1991setrecipients: + shihai1991, rhettinger, petr.viktorin, erlendaasland
2021-10-20 16:34:15shihai1991setmessageid: <1634747655.75.0.183521598856.issue45113@roundup.psfhosted.org>
2021-10-20 16:34:15shihai1991linkissue45113 messages
2021-10-20 16:34:15shihai1991create