[issue5377] Strange behavior when performing int on a Decimal made from -sys.maxint-1

Carl Friedrich Bolz report at bugs.python.org
Sun Oct 11 20:13:10 CEST 2009


Carl Friedrich Bolz <cfbolz at gmx.de> added the comment:

[...]
> Would the bool/int distinction matter to PyPy?

No, it's really mostly about longs and ints, because RPython does not 
have automatic overflowing of ints to longs (the goal is really to 
translate ints them to C longs with normal C overflow behaviour). I 
would understand if you decide for wontfix, because you are not supposed 
to care about int/long and as I said, PyPy is a special case.

Thanks,

Carl Friedrich

----------
title: Strange behavior when performing int on a Decimal made from -sys.maxint-1 -> Strange behavior when performing int on a Decimal made	from -sys.maxint-1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5377>
_______________________________________


More information about the Python-bugs-list mailing list