Victor Stinner bc08ab4598 Add _PY_FASTCALL_SMALL_STACK constant
Issue #28870: Add a new _PY_FASTCALL_SMALL_STACK constant, size of "small
stacks" allocated on the C stack to pass positional arguments to
_PyObject_FastCall().

_PyObject_Call_Prepend() now uses a small stack of 5 arguments (40 bytes)
instead of 8 (64 bytes), since it is modified to use _PY_FASTCALL_SMALL_STACK.
2016-12-15 12:40:53 +01:00
..
2016-09-07 09:26:18 -07:00
2016-09-13 22:46:15 -07:00
2016-12-09 16:09:30 +01:00
2016-12-09 16:09:30 +01:00
2016-12-09 00:29:49 +01:00
2016-09-09 14:57:58 -07:00
2016-11-12 16:38:03 -05:00

Miscellaneous source files for the main Python shared library