]> granicus.if.org Git - python/commit
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Wed, 11 Sep 2019 11:01:01 +0000 (13:01 +0200)
committerPetr Viktorin <encukou@gmail.com>
Wed, 11 Sep 2019 11:01:01 +0000 (12:01 +0100)
commit7a6873cdb1f496447ac5d57ae457eacbb56b7972
treea2a7e401399f18067c5b41f24f86d8deaf7f22c6
parent2d8d597bb8f882a7677db5a2739df0e617098634
bpo-37151: remove special case for PyCFunction from PyObject_Call (GH-14684)

bpo-37151: remove special case for PyCFunction from PyObject_Call

Alse, make the undocumented function PyCFunction_Call an alias
of PyObject_Call and deprecate it.
Include/methodobject.h
Misc/NEWS.d/next/C API/2019-07-16-11-02-00.bpo-37151.YKfuNA.rst [new file with mode: 0644]
Objects/call.c
Objects/methodobject.c
Python/ceval.c
Tools/gdb/libpython.py