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.

Author MSeifert
Recipients MSeifert, docs@python
Date 2017-03-27.10:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490610414.6.0.8634942266.issue29916@psf.upfronthosting.co.za>
In-reply-to
Content
A copy of the struct definition can be found in the typeobject documentation [1]. There is also some explanation of the "closure" function pointer in the extending tutorial [2].

However the struct isn't explicitly defined as "c:type" so the 6 links to it in the documentations go nowhere.

I also submitted a pull request.

[1] https://docs.python.org/3.6/c-api/typeobj.html#c.PyTypeObject.tp_getset
[2] https://docs.python.org/3/extending/newtypes.html
History
Date User Action Args
2017-03-27 10:26:54MSeifertsetrecipients: + MSeifert, docs@python
2017-03-27 10:26:54MSeifertsetmessageid: <1490610414.6.0.8634942266.issue29916@psf.upfronthosting.co.za>
2017-03-27 10:26:54MSeifertlinkissue29916 messages
2017-03-27 10:26:54MSeifertcreate