mirror of https://github.com/python/cpython
Browse Source
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.pull/9921/head
1 changed files with 10 additions and 8 deletions
Loading…
Reference in new issue