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 ncoghlan
Recipients docs@python, ncoghlan, pitrou, robquad
Date 2011-03-15.12:16:36
SpamBayes Score 0.004718872
Marked as misclassified No
Message-id <1300191397.22.0.802433892803.issue11165@psf.upfronthosting.co.za>
In-reply-to
Content
There may be some legitimate use cases when embedding Python and you *know* that the checks performed by the PyObject_* versions aren't needed.

It may also be historical - the PyEval versions may predate the PyObject ones.
History
Date User Action Args
2011-03-15 12:16:37ncoghlansetrecipients: + ncoghlan, pitrou, docs@python, robquad
2011-03-15 12:16:37ncoghlansetmessageid: <1300191397.22.0.802433892803.issue11165@psf.upfronthosting.co.za>
2011-03-15 12:16:36ncoghlanlinkissue11165 messages
2011-03-15 12:16:36ncoghlancreate