Victor Stinner 17061a99b0 Use Py_ssize_t in _PyEval_EvalCodeWithName()
Issue #27128, #18295: replace int type with Py_ssize_t for index variables used
for positional arguments. It should help to avoid integer overflow and help to
emit better machine code for "i++" (no trap needed for overflow).

Make also the total_args variable constant.
2016-08-16 23:39:42 +02:00
..
2016-07-14 22:02:09 -07:00
2016-05-08 14:02:35 +00:00
2016-01-26 00:40:57 +01:00
2016-07-08 16:44:54 -07:00
2016-03-23 09:52:13 +01:00
2016-08-07 20:20:33 -07:00
2016-01-27 00:37:59 +01:00
2015-11-10 12:11:52 +01:00
2016-08-16 18:46:38 +02:00
2016-06-04 05:26:40 +00:00

Miscellaneous source files for the main Python shared library