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 petr.viktorin
Date 2021-10-20.10:40:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634726401.7.0.388693985399.issue45525@roundup.psfhosted.org>
In-reply-to
Content
Hm, after sleeping on it, I think I filed this too soon.
If you don't have the superclass's C memory layout (and you can't add new C-level state), it's not likely that you want to define a class in C.

I can construct theoretical cases where it might be useful, but IMO it should wait for an *actual* motivating use case. (The one I had was making a specific C-API test a bit easier to write, which is very weak.)

No need to have this sit on CPython's TODO list. I'll close this and let someone reopen (or file a new issue) if they actually need it.
History
Date User Action Args
2021-10-20 10:40:01petr.viktorinsetrecipients: + petr.viktorin
2021-10-20 10:40:01petr.viktorinsetmessageid: <1634726401.7.0.388693985399.issue45525@roundup.psfhosted.org>
2021-10-20 10:40:01petr.viktorinlinkissue45525 messages
2021-10-20 10:40:01petr.viktorincreate