[issue2804] Integer right shift raises OverflowError when second operand is large

Martin v. Löwis report at bugs.python.org
Sat May 10 01:08:21 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

I'm -1 on this patch (or any other fixing the perceived problem).
Special cases aren't special enough to break the rules.

If you ever see this error in a real application, you have deeper
problems than the exception.

----------
nosy: +loewis

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2804>
__________________________________


More information about the Python-bugs-list mailing list