Files
cpython/Python
Victor Stinner 842cfff321 WITH_CLEANUP_START uses fastcall
Modify WITH_CLEANUP_START bytecode: replace PyObject_CallFunctionObjArgs() with
_PyObject_FastCall().
2016-12-01 14:45:31 +01:00
..
2016-12-01 14:45:31 +01:00
2016-11-12 16:38:03 -05:00

Miscellaneous source files for the main Python shared library