Message 72352 - Python tracker (original) (raw)

v2 of my updated patch attached to fix the issue Antoine noted.

Also gets rid of some tab-instead-of-spaces indenting issues in the file, and avoids hardcoding PyRange_Type when creating new instances.

However, the patch still has issues, as can be seen with the new tests I added to test_range to actually exercise some of the functionality beyond the sys.maxsize limit.