Mark Dickinson <dicki...@gmail.com> added the comment:

Further investigations show that range_iter has the same problem.  :-(

>>> for x in range(-1, 2**63-1): print(x)
...
(no output)

This really needs to be fixed.  Upgrading to release blocker, and
removing the easy flag.

----------
keywords:  -easy
priority: critical -> release blocker

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7298>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to