[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public

Conversation

Copy link
Contributor

miss-islington commented Jan 2, 2019

There is already a Py_ssize_t i defined at function scope that is used
for similar loops. By removing the local int i declaration that i is
used, which has the appropriate type.
(cherry picked from commit f8b5344)

Co-authored-by: sth sth.dev@tejp.de

https://bugs.python.org/issue35623

…onGH-11380)

There is already a `Py_ssize_t i` defined at function scope that is used
for similar loops. By removing the local `int i` declaration that `i` is
used, which has the appropriate type.
(cherry picked from commit f8b5344)

Co-authored-by: sth <sth.dev@tejp.de>
Copy link
Contributor Author

@sth and @benjaminp: Status check is done, and it's a success ✅ .

miss-islington merged commit a5955b0 into python:3.7 Jan 2, 2019
miss-islington deleted the backport-f8b5344-3.7 branch January 2, 2019 02:25
Copy link
Contributor Author

@sth and @benjaminp: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants