]> granicus.if.org Git - python/commit
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781...
authorJeroen Demeyer <J.Demeyer@UGent.be>
Tue, 23 Jul 2019 10:39:51 +0000 (12:39 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 23 Jul 2019 10:39:51 +0000 (12:39 +0200)
commitbf8e82f976b37856c7d35cdf88a238cb6f57fe65
treeeef98efc9b9f0206ff2ee927e697434003405796
parent5dab5e7d24c790d54b8d1eca0568e798bfda2c68
[3.8] bpo-36974: separate vectorcall functions for each calling convention (GH-13781) (#14782)
Include/descrobject.h
Include/methodobject.h
Lib/test/test_call.py
Lib/test/test_gdb.py
Misc/NEWS.d/next/Core and Builtins/2019-06-11-12-59-38.bpo-36974.bVYmSA.rst [new file with mode: 0644]
Objects/call.c
Objects/descrobject.c
Objects/methodobject.c
Python/ceval.c
Tools/gdb/libpython.py