This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author abarry
Recipients Oren Milman, abarry
Date 2016-10-06.12:31:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475757086.45.0.550994237336.issue28376@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not able to trigger an assertion error when running the latest trunk in debug mode. I get a "valid" range_iterator object though, and using __reduce__ gives me direct access to `range(0, 0, 0)` (which is completely worthless).

Error or not, this should be fixed, and your patch LGTM. Thanks!

(I changed the type to 'behaviour' since I can't reproduce the assertion, but it doesn't make much of a difference)
History
Date User Action Args
2016-10-06 12:31:26abarrysetrecipients: + abarry, Oren Milman
2016-10-06 12:31:26abarrysetmessageid: <1475757086.45.0.550994237336.issue28376@psf.upfronthosting.co.za>
2016-10-06 12:31:26abarrylinkissue28376 messages
2016-10-06 12:31:26abarrycreate