]> granicus.if.org Git - python/commit
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Fri, 5 Jul 2019 12:48:24 +0000 (14:48 +0200)
committerPetr Viktorin <encukou@gmail.com>
Fri, 5 Jul 2019 12:48:24 +0000 (14:48 +0200)
commit0d722f3cd602e5f5492f9c65c8af57ea9d3743b6
treee64e73f12cbad55824a13f3e7871051b9b34d98c
parent6e43d07324ca799118e805751a10a7eff71d5a04
bpo-36974: separate vectorcall functions for each calling convention (GH-13781)
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