Issue 34626: PEP 384's PyType_Spec and PyType_Slot are not documented (original) (raw)

Issue34626

Created on 2018-09-11 01:33 by petr.viktorin, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 9154 merged petr.viktorin,2018-09-11 01:35
Messages (2)
msg324975 - (view) Author: Petr Viktorin (petr.viktorin) * (Python committer) Date: 2018-09-11 01:33
The documentation of PyType_FromSpec and PyType_FromSpecWithBases is currently not very useful. In particular, PyType_Spec and PyType_Slot are only documented in pep-0384, not in the Python docs.
msg343358 - (view) Author: Petr Viktorin (petr.viktorin) * (Python committer) Date: 2019-05-24 09:19
New changeset f1e17e9f97d9a4e97a5d99574775ee343a3a74fb by Petr Viktorin in branch 'master': bpo-34626: Document creating heap types from the C-API (GH-9154) https://github.com/python/cpython/commit/f1e17e9f97d9a4e97a5d99574775ee343a3a74fb
History
Date User Action Args
2022-04-11 14:59:05 admin set github: 78807
2019-05-28 12:45:13 petr.viktorin set status: open -> closedresolution: fixedstage: patch review -> resolved
2019-05-24 09:19:47 petr.viktorin set messages: +
2018-09-11 01:35:25 petr.viktorin set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest8600>
2018-09-11 01:33:17 petr.viktorin create