]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46329: Streamline calling sequence a bit. (GH-31465)
authorMark Shannon <mark@hotpy.org>
Mon, 21 Feb 2022 18:26:47 +0000 (18:26 +0000)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 18:26:47 +0000 (18:26 +0000)
commit59585d6b2ea50d7bc3a9b336da5bde61367f527c
tree582cbdf9fd0c4e3b3e19e3474154b1a252a97654
parent0a222db2bca63070f429c0e613707da1bdfaf0e0
bpo-46329: Streamline calling sequence a bit. (GH-31465)

* Move handling of bound-methods to PRECALL.

* Remove call_shape.postcall_shrink

* Remove call_shape.callable

* Remove call_shape.callable. Change CALL oparg to match PRECALL oparg.

* Move KW_NAMES before PRECALL.

* Update opcode docs in dis.rst
Doc/library/dis.rst
Lib/importlib/_bootstrap_external.py
Lib/test/test_dis.py
Misc/NEWS.d/next/Core and Builtins/2022-02-21-10-29-20.bpo-46329.cbkt7u.rst [new file with mode: 0644]
Programs/test_frozenmain.h
Python/ceval.c
Python/compile.c