bpo-39245: Make Vectorcall public by encukou · Pull Request #17893 · python/cpython
added 4 commits
January 7, 2020 13:15Change made automatically with:
for name in \
PyObject_Vectorcall \
Py_TPFLAGS_HAVE_VECTORCALL \
PyObject_VectorcallMethod \
PyObject_FastCallDict \
PyVectorcall_Function \
PyObject_CallOneArg \
PyObject_CallMethodNoArgs \
PyObject_CallMethodOneArg \
;
do
echo $name
git grep -lwz _$name | xargs -0 sed -i "s/\b_$name\b/$name/g"
done
This partially reverts commit 2ff58a2 which added PyObject_CallNoArgs to the 3.9+ stable ABI. This should not be done; there are enough other call APIs in the stable ABI to choose from.
encukou
requested review from
1st1,
asvetlov,
berkerpeksag,
brettcannon,
ericsnowcurrently,
gpshead,
methane,
ncoghlan,
pablogsal,
rhettinger and
warsaw
as code owners
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters