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 eric.snow
Recipients eric.snow
Date 2013-01-27.00:11:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359245485.06.0.557532055897.issue17045@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/c-api/typeobj.html

I found the the documentation for PyTypeObject to be somewhat harder to use than it need be.  In the end I distilled the info down for my own use.  I'm comfortable with what I came up with, so I'd like to at least add a condensed version of one or two of the tables I made to the top of the doc, with the slot names linking to each description as it currently exists.  Attached is a patch.

(I also plan on reformatting the doc source so the lines wrap better--70 columns or so.)

As well, I have a couple open questions that I'll address separately:
* should tp_del be added?
* inheritance of tp_flags...
History
Date User Action Args
2013-01-27 00:11:25eric.snowsetrecipients: + eric.snow
2013-01-27 00:11:25eric.snowsetmessageid: <1359245485.06.0.557532055897.issue17045@psf.upfronthosting.co.za>
2013-01-27 00:11:25eric.snowlinkissue17045 messages
2013-01-27 00:11:24eric.snowcreate