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

Conversation

Copy link
Contributor

sth commented Mar 14, 2019

Several loops use int variables instead of Py_ssize_t. The one in array.remove() definitely can lead to a crash, for the others I haven't verified if it actually crashes. But using Py_ssize_t instead of int is more correct in any case.

I also added a bunch of tests for arrays >=2G.

https://bugs.python.org/issue36285

serhiy-storchaka merged commit aa3ecb8 into python:master Mar 20, 2019
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.

4 participants