◐ Shell
clean mode source ↗

bpo-37151: remove special case for PyCFunction from PyObject_Call by jdemeyer · Pull Request #14684 · python/cpython

@jdemeyer

scoder

@jdemeyer

@jdemeyer

encukou

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Sep 12, 2019
…thonGH-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.

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…thonGH-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.