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 serhiy.storchaka
Recipients lemburg, mark.dickinson, methane, serhiy.storchaka, vstinner
Date 2017-02-14.11:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487070308.67.0.961284561548.issue29548@psf.upfronthosting.co.za>
In-reply-to
Content
PyEval_CallObject() was added at Jan 12 1995 (05360cd616ae). PyObject_CallObject(), PyObject_CallFunction() and PyObject_CallMethod() were added with Include/abstract.h at Jul 18 1995 (d5398acafa2c) and implemented in terms of PyEval_CallObject(). PyEval_CallObjectWithKeywords() was added few minutes later (0261bf5b3819). PyObject_Call() was added at Aug 02 2001 (09df3254b49d) as a simple wrapper around tp_call. PyObject_CallFunction() and PyObject_CallMethod() were reimplemented in terms of PyObject_Call() at Aug 16 2002 (255d1d3e66a3).
History
Date User Action Args
2017-02-14 11:05:08serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, mark.dickinson, vstinner, methane
2017-02-14 11:05:08serhiy.storchakasetmessageid: <1487070308.67.0.961284561548.issue29548@psf.upfronthosting.co.za>
2017-02-14 11:05:08serhiy.storchakalinkissue29548 messages
2017-02-14 11:05:08serhiy.storchakacreate