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 lemburg
Recipients lemburg, methane
Date 2017-02-13.18:10:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487009411.82.0.135141539582.issue29548@psf.upfronthosting.co.za>
In-reply-to
Content
Please note that the two sets of APIs are not identical, e.g. you cannot simply replace PyEval_CallObject() with PyObject_Call(), since the former applies a few extra checks and defaults, which the latter doesn't.
History
Date User Action Args
2017-02-13 18:10:11lemburgsetrecipients: + lemburg, methane
2017-02-13 18:10:11lemburgsetmessageid: <1487009411.82.0.135141539582.issue29548@psf.upfronthosting.co.za>
2017-02-13 18:10:11lemburglinkissue29548 messages
2017-02-13 18:10:11lemburgcreate