]> granicus.if.org Git - python/commit
bpo-37207: enable vectorcall for type.__call__ (GH-14588)
authorJeroen Demeyer <J.Demeyer@UGent.be>
Thu, 15 Aug 2019 15:49:46 +0000 (17:49 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 15 Aug 2019 15:49:46 +0000 (08:49 -0700)
commit37806f404f57b234902f0c8de9a04647ad01b7f1
tree9d78c5a0256784d19987b3a9fc72367d336da9fd
parent40dad9545aad4ede89abbab1c1beef5303d9573e
bpo-37207: enable vectorcall for type.__call__ (GH-14588)

Base PR for other PRs that want to play with `type.__call__` such as #13930 and #14589.

The author is really @markshannon I just made the PR.

https://bugs.python.org/issue37207

Automerge-Triggered-By: @encukou
Misc/NEWS.d/next/C API/2019-07-07-10-37-07.bpo-37207.SlVNky.rst [new file with mode: 0644]
Objects/typeobject.c