[docs] [issue18085] Verifying refcounts.dat

Amaury Forgeot d'Arc report at bugs.python.org
Wed May 29 13:16:24 CEST 2013


Amaury Forgeot d'Arc added the comment:

And is it necessary to list all functions there?
Many functions share the same behavior: they don't change the ownership of PyObject* passed as argument, and return a new reference.

Only document functions that don't conform to this rule, like PyTuple_SET_ITEM and PyImport_AddModule.

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18085>
_______________________________________


More information about the docs mailing list