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 berker.peksag
Recipients berker.peksag, docs@python, tpievila
Date 2016-04-19.13:09:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461071394.91.0.617805222538.issue23710@psf.upfronthosting.co.za>
In-reply-to
Content
Docs of PyObject_HEAD and friends have already been fixed in 760c5cfacbaa.

https://docs.python.org/3/extending/newtypes.html still needs to be updated to mention ob_base:

    This is what a Noddy object will contain—in this case, nothing more than what every Python object contains—a refcount and a pointer to a type object. These are the fields the PyObject_HEAD macro brings in.
History
Date User Action Args
2016-04-19 13:09:54berker.peksagsetrecipients: + berker.peksag, docs@python, tpievila
2016-04-19 13:09:54berker.peksagsetmessageid: <1461071394.91.0.617805222538.issue23710@psf.upfronthosting.co.za>
2016-04-19 13:09:54berker.peksaglinkissue23710 messages
2016-04-19 13:09:54berker.peksagcreate