commit | f1e17e9f97d9a4e97a5d99574775ee343a3a74fb | [log] [tgz] |
---|---|---|
author | Petr Viktorin <encukou@gmail.com> | Fri May 24 11:19:42 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri May 24 11:19:42 2019 +0200 |
tree | a11c27a877e09919d2d58d1356588544293551ae | |
parent | cccc11b38e5409861f4db345a4dd45dcc9ba470c [diff] |
bpo-34626: Document creating heap types from the C-API (GH-9154) bpo-34626: Document creating heap types from the C-API Add missing descriptions of PEP384's PyType_Spec and PyType_Slot, along with some introductory prose.