]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)
authorDong-hee Na <donghee.na@python.org>
Sun, 23 Jan 2022 15:39:45 +0000 (00:39 +0900)
committerGitHub <noreply@github.com>
Sun, 23 Jan 2022 15:39:45 +0000 (00:39 +0900)
commit76dc047a0e88d10aad0405228d56e94438cdd91c
tree854e9d3907e40f25d4c5ddaac7a92de44e106cb3
parent1f715d5bd3bc9ff444e109b6bbd13011913681b1
bpo-46481: Implement vectorcall for weakref.ref.__call__ method. (GH-30820)
Include/cpython/weakrefobject.h
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2022-01-23-06-56-33.bpo-46481.X_FfnB.rst [new file with mode: 0644]
Objects/weakrefobject.c