]> granicus.if.org Git - python/commit
bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 3 Jul 2019 13:06:38 +0000 (06:06 -0700)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2019 13:06:38 +0000 (06:06 -0700)
commit1099e343e88ddfb46b84ba4ffc6ecc449b7f7891
treeeae604389900d84ed0890b21a02ddad749c64496
parentc7570d402e3ee8717615ffa020eb9e2215a77660
bpo-37233: optimize method_vectorcall in case of totalargs == 0 (GH-14550)

(cherry picked from commit 53c214344038341ce86fcf7efa12dc33be9d5b45)

Co-authored-by: Jeroen Demeyer <J.Demeyer@UGent.be>
Objects/classobject.c