]> granicus.if.org Git - python/commit
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 25 Jun 2019 08:19:16 +0000 (01:19 -0700)
committerPetr Viktorin <encukou@gmail.com>
Tue, 25 Jun 2019 08:19:16 +0000 (10:19 +0200)
commit26fe6c35374fa32577b230b856a92a3b094e08ed
tree63a2ece06148365006e03739fa5b0441357dde7f
parent20372d65243d5573fba17d026681a3b24d95c284
bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) (GH-14342)

(cherry picked from commit a8b27e623d75377aabe50df27e97cab4e81a174a)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
Lib/test/test_call.py
Misc/NEWS.d/next/Core and Builtins/2019-06-06-11-00-55.bpo-36974.wdzzym.rst [new file with mode: 0644]
Objects/call.c
Objects/typeobject.c