cpython/Programs
Mark Shannon 89fd7c3452
bpo-46329: Split calls into precall and call instructions. (GH-30855)
* Add PRECALL_FUNCTION opcode.

* Move 'call shape' varaibles into struct.

* Replace CALL_NO_KW and CALL_KW with KW_NAMES and CALL instructions.

* Specialize for builtin methods taking using the METH_FASTCALL | METH_KEYWORDS protocol.

* Allow kwnames for specialized calls to builtin types.

* Specialize calls to tuple(arg) and str(arg).
2022-01-28 12:42:30 +00:00
..
_bootstrap_python.c bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853) 2022-01-27 14:03:47 +01:00
_freeze_module.c bpo-46476: Fix memory leak in code objects generated by deepfreeze (GH-30853) 2022-01-27 14:03:47 +01:00
_freeze_module.py bpo-45949: Pure Python freeze module for cross builds (GH-29899) 2021-12-13 20:48:46 +01:00
_testembed.c bpo-46417: _testembed.c avoids Py_SetProgramName() (GH-30732) 2022-01-21 02:12:18 +01:00
freeze_test_frozenmain.py bpo-44131: Test Py_FrozenMain() (GH-26126) 2021-05-17 23:48:35 +02:00
python.c bpo-40268: Remove unused imports in pylifecycle.c (GH-19533) 2020-04-15 04:01:58 +02:00
README
test_frozenmain.h bpo-46329: Split calls into precall and call instructions. (GH-30855) 2022-01-28 12:42:30 +00:00
test_frozenmain.py bpo-44131: Py_FrozenMain() uses PyConfig_SetBytesArgv() (GH-26201) 2021-05-20 12:08:05 +02:00

Source files for binary executables (as opposed to shared modules)