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 mark.dickinson
Recipients alexhsamuel, benjamin.peterson, mark.dickinson, nascheme
Date 2010-06-17.11:36:09
SpamBayes Score 6.8113977e-06
Marked as misclassified No
Message-id <1276774571.2.0.405531177617.issue9011@psf.upfronthosting.co.za>
In-reply-to
Content
Results from Jython:

newton:jython2.5.1 dickinsm$ ./jython
Jython 2.5.1 (Release_2_5_1:6813, Sep 26 2009, 13:47:54) 
[Java HotSpot(TM) 64-Bit Server VM (Apple Inc.)] on java1.6.0_20
Type "help", "copyright", "credits" or "license" for more information.
>>> -2147483648
-2147483648L

On the other hand, IronPython appears to detect this special case and produces an int instead of a long.
History
Date User Action Args
2010-06-17 11:36:11mark.dickinsonsetrecipients: + mark.dickinson, nascheme, benjamin.peterson, alexhsamuel
2010-06-17 11:36:11mark.dickinsonsetmessageid: <1276774571.2.0.405531177617.issue9011@psf.upfronthosting.co.za>
2010-06-17 11:36:09mark.dickinsonlinkissue9011 messages
2010-06-17 11:36:09mark.dickinsoncreate