]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46921: Vectorcall support for `super()` (GH-31687)
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Sun, 6 Mar 2022 06:21:28 +0000 (14:21 +0800)
committerGitHub <noreply@github.com>
Sun, 6 Mar 2022 06:21:28 +0000 (14:21 +0800)
commit602024e6e12c69d836aa191d63db75862aec2493
tree8fb05dba818a3db64343e7c66f9ead798858856f
parent2d8b764210c8de10893665aaeec8277b687975cd
bpo-46921: Vectorcall support for `super()` (GH-31687)

Co-Authored-By: Dong-hee Na <donghee.na@python.org>
Lib/test/test_super.py
Misc/NEWS.d/next/Core and Builtins/2022-03-05-00-43-22.bpo-46921.tyuPeB.rst [new file with mode: 0644]
Objects/typeobject.c