diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:27:22 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:27:22 +0100 |
commit | b551b6c9f083af7bffba224ca32e72175e7f8d54 (patch) | |
tree | cc0bffab9a3c5d00380d8ea03728c4d4e0dca9e6 /Python/marshal.c | |
parent | e9aae2dcc5398dda33cc084821c93dbbff6fa835 (diff) | |
download | cpython-git-b551b6c9f083af7bffba224ca32e72175e7f8d54.tar.gz |
modsupport: replace int with Py_ssize_t
Issue #28915: Py_ssize_t type is better for indexes. The compiler might emit
more efficient code for i++. Py_ssize_t is the type of a PyTuple index for
example.
Replace also "int endchar" with "char endchar".
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions