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.

classification
Title: PEP 384's PyType_Spec and PyType_Slot are not documented
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: petr.viktorin
Priority: normal Keywords: patch

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:05adminsetgithub: 78807
2019-05-28 12:45:13petr.viktorinsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-05-24 09:19:47petr.viktorinsetmessages: + msg343358
2018-09-11 01:35:25petr.viktorinsetkeywords: + patch
stage: patch review
pull_requests: + pull_request8600
2018-09-11 01:33:17petr.viktorincreate