]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058)
authorDennis Sweeney <36520290+sweeneyde@users.noreply.github.com>
Mon, 22 Feb 2021 02:59:16 +0000 (21:59 -0500)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 02:59:16 +0000 (11:59 +0900)
commitb19855bb6ffd69a16e8b53873b19b0b04f488716
tree220c0107dd3a193fbea6a2975443707b47911fd8
parent01806d5beba3d208bb56adba6829097d803bf54f
bpo-42808: Add PyType_Type.tp_vectorcall for type(obj) performance (GH-24058)
Misc/NEWS.d/next/Core and Builtins/2021-01-02-05-10-58.bpo-42808.AOxgxl.rst [new file with mode: 0644]
Objects/typeobject.c