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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, brett.cannon, dmalcolm, docs@python, fdrake, python-dev, serhiy.storchaka, skip.montanaro
Date 2013-05-29.11:16:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369826184.39.0.385990860361.issue18085@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-05-29 11:16:24amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, fdrake, skip.montanaro, brett.cannon, dmalcolm, docs@python, python-dev, serhiy.storchaka
2013-05-29 11:16:24amaury.forgeotdarcsetmessageid: <1369826184.39.0.385990860361.issue18085@psf.upfronthosting.co.za>
2013-05-29 11:16:24amaury.forgeotdarclinkissue18085 messages
2013-05-29 11:16:24amaury.forgeotdarccreate