mirror of https://github.com/python/cpython
9f8f45144b
* Add 3 new opcodes for calls: PRECALL_METHOD, CALL_NO_KW, CALL_KW. * Update specialization to handle new CALL opcodes. * Specialize call to method descriptors. * Remove old CALL opcodes: CALL_FUNCTION, CALL_METHOD, CALL_METHOD_KW, CALL_FUNCTION_KW. |
||
---|---|---|
.. | ||
README | ||
_bootstrap_python.c | ||
_freeze_module.c | ||
_freeze_module.py | ||
_testembed.c | ||
freeze_test_frozenmain.py | ||
python.c | ||
test_frozenmain.h | ||
test_frozenmain.py |
README
Source files for binary executables (as opposed to shared modules)