mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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
This commit is contained in:
parent
0a222db2bc
commit
59585d6b2e
7 changed files with 218 additions and 178 deletions
6
Programs/test_frozenmain.h
generated
6
Programs/test_frozenmain.h
generated
|
@ -3,11 +3,11 @@ unsigned char M_test_frozenmain[] = {
|
|||
227,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,
|
||||
0,0,0,0,0,115,104,0,0,0,151,0,100,0,100,1,
|
||||
108,0,90,0,100,0,100,1,108,1,90,1,2,0,101,2,
|
||||
100,2,166,1,171,0,1,0,2,0,101,2,100,3,101,0,
|
||||
106,3,166,2,171,0,1,0,2,0,101,1,106,4,166,0,
|
||||
100,2,166,1,171,1,1,0,2,0,101,2,100,3,101,0,
|
||||
106,3,166,2,171,2,1,0,2,0,101,1,106,4,166,0,
|
||||
171,0,100,4,25,0,90,5,100,5,68,0,93,16,90,6,
|
||||
2,0,101,2,100,6,101,6,155,0,100,7,101,5,101,6,
|
||||
25,0,155,0,157,4,166,1,171,0,1,0,113,33,100,1,
|
||||
25,0,155,0,157,4,166,1,171,1,1,0,113,33,100,1,
|
||||
83,0,41,8,233,0,0,0,0,78,122,18,70,114,111,122,
|
||||
101,110,32,72,101,108,108,111,32,87,111,114,108,100,122,8,
|
||||
115,121,115,46,97,114,103,118,218,6,99,111,110,102,105,103,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue