]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
authorPetr Viktorin <encukou@gmail.com>
Thu, 4 Aug 2022 15:19:29 +0000 (17:19 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Aug 2022 15:19:29 +0000 (17:19 +0200)
commit7b370b73055d757ed09c7942f4631256b27fdcb6
tree3cdc13e79e82b0f60c49b36b6fbdf72abd4cf52b
parenta613fedd6e18e4ab382cf81ec767e1135fc949a7
gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#95437)
Doc/c-api/call.rst
Doc/c-api/typeobj.rst
Doc/whatsnew/3.12.rst
Lib/test/test_call.py
Misc/NEWS.d/next/C API/2022-07-29-15-24-45.gh-issue-93012.-DdGEy.rst [new file with mode: 0644]
Modules/_testcapi/clinic/vectorcall.c.h [new file with mode: 0644]
Modules/_testcapi/vectorcall.c
Objects/typeobject.c