Serhiy Storchaka added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29548>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to