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:30 | petr.viktorin | set | recipients: + petr.viktorin, vstinner, shihai1991 |
| 2020-09-08 12:09:30 | petr.viktorin | set | messageid: <1599566970.68.0.125903755205.issue41618@roundup.psfhosted.org> |
| 2020-09-08 12:09:30 | petr.viktorin | link | issue41618 messages |
| 2020-09-08 12:09:30 | petr.viktorin | create | |