[New-bugs-announce] [issue11801] difference in comparison behavior between 32 bit and 64 bit releases

Lane Stevens report at bugs.python.org
Fri Apr 8 02:17:23 CEST 2011


New submission from Lane Stevens <tiwula at gmail.com>:

I have two systems running 

python-2.6.4-27.fc13.x86_64
and
python-2.6.4-27.fc13.i686

respectively. Given the following statement the 64-bit version returns False and the 32-bit version returns True.

Decimal('1.0') > 0.0

Decimal('1.0') > 0 returns True on both systems.

----------
components: Interpreter Core
messages: 133279
nosy: Lane.Stevens
priority: normal
severity: normal
status: open
title: difference in comparison behavior between 32 bit and 64 bit releases
type: behavior
versions: Python 2.6

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


More information about the New-bugs-announce mailing list