Berker Peksag added the comment:

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.

----------
keywords: +easy
nosy: +berker.peksag
stage:  -> needs patch
type:  -> behavior
versions: +Python 3.5, Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23710>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to