commit | 59585d6b2ea50d7bc3a9b336da5bde61367f527c | [log] [tgz] |
---|---|---|
author | Mark Shannon <mark@hotpy.org> | Mon Feb 21 18:26:47 2022 +0000 |
committer | GitHub <noreply@github.com> | Mon Feb 21 18:26:47 2022 +0000 |
tree | 582cbdf9fd0c4e3b3e19e3474154b1a252a97654 | |
parent | 0a222db2bca63070f429c0e613707da1bdfaf0e0 [diff] |
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