Message 376568 - Python tracker

Message376568

Author petr.viktorin
Recipients petr.viktorin, shihai1991, vstinner
Date 2020-09-08.12:09:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599566970.68.0.125903755205.issue41618@roundup.psfhosted.org>
In-reply-to
Content
IMO, a slot should be exposed if there is some reason for exposing it.

bpo-41073 talks about tp_dealloc, which is already exposed as Py_tp_dealloc.
Recently, Py_bf_* slots were exposed (but not as part of the limited API), in bpo-40724 which links to the reasons for exposing them.

Which other slots are we missing?
History
Date User Action Args
2020-09-08 12:09:30petr.viktorinsetrecipients: + petr.viktorin, vstinner, shihai1991
2020-09-08 12:09:30petr.viktorinsetmessageid: <1599566970.68.0.125903755205.issue41618@roundup.psfhosted.org>
2020-09-08 12:09:30petr.viktorinlinkissue41618 messages
2020-09-08 12:09:30petr.viktorincreate