Message 380723 - Python tracker
Message380723
| Author | vstinner |
|---|---|
| Recipients | miss-islington, petr.viktorin, shihai1991, vstinner |
| Date | 2020-11-10.22:32:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1605047557.69.0.0316427229067.issue41073@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
> bpo-41073: PyType_GetSlot() can now accept static types. (GH-21931) Nice! It will be simpler to use PyType_GetSlot() in an extension with the limited C API, without having to care if the type is a static type or a heap type. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-11-10 22:32:37 | vstinner | set | recipients: + vstinner, petr.viktorin, miss-islington, shihai1991 |
| 2020-11-10 22:32:37 | vstinner | set | messageid: <1605047557.69.0.0316427229067.issue41073@roundup.psfhosted.org> |
| 2020-11-10 22:32:37 | vstinner | link | issue41073 messages |
| 2020-11-10 22:32:37 | vstinner | create | |