]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46329: Change calling sequence (again) (GH-31373)
authorMark Shannon <mark@hotpy.org>
Fri, 18 Feb 2022 17:19:08 +0000 (17:19 +0000)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 17:19:08 +0000 (17:19 +0000)
commitcf345e945f48f54785799390c2e92c5310847bd4
treeaf28be223953ba50ff6d0c5110af7a8c2a6c4f84
parente2c28616ce6c3cdb1013c415125220a0b86b86a1
bpo-46329: Change calling sequence (again) (GH-31373)

* Change calling sequence: Add PUSH_NULL. Merge PRECALL_FUNCTION and PRECALL_METHOD into PRECALL.
13 files changed:
Doc/whatsnew/3.11.rst
Include/opcode.h
Lib/importlib/_bootstrap_external.py
Lib/opcode.py
Lib/test/test_compile.py
Lib/test/test_dis.py
Lib/test/test_sys.py
Misc/NEWS.d/next/Core and Builtins/2022-02-16-13-15-16.bpo-46329.8aIuz9.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c
Python/opcode_targets.h
Python/specialize.c