summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-12-15 08:05:11 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-12-15 08:05:11 (GMT)
commitcb2128cada922741381bcb6ee73a33842a9a43db (patch)
tree2bb8be4f82d94b81d5e590c81115df7414578be8 /Makefile.pre.in
parent0bf590627b14b9ffab4a24c49a8e21b7ff49886d (diff)
downloadcpython-cb2128cada922741381bcb6ee73a33842a9a43db.zip
cpython-cb2128cada922741381bcb6ee73a33842a9a43db.tar.gz
cpython-cb2128cada922741381bcb6ee73a33842a9a43db.tar.bz2
_asyncio uses _PyObject_CallMethodIdObjArgs()
Issue #28920: Replace _PyObject_CallMethodId(obj, meth, "O", arg) with _PyObject_CallMethodIdObjArgs(obj, meth, arg, NULL) to avoid _PyObject_CallMethodId() special case when arg is a tuple. If arg is a tuple, _PyObject_CallMethodId() unpacks the tuple: obj.meth(*arg).
Diffstat (limited to 'Makefile.pre.in')
0 files changed, 0 insertions, 0 deletions