Message2540

Author akuchling
Recipients
Date 2006-11-18.18:49:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I tried running test_zipfile with the 2.3 branch; it failed because you couldn't do '2 << 3L' and you couldn't pass a long integer to the read() method.  These type combinations work in Python 2.3.

The attached patch makes them work.     I suspect many more changes are needed for PyInteger.java to make other operations work with long.

Note that the indentation in the patch is wrong -- I need to configure Emacs properly.  For now I'd just like to know if the approach taken in the patch is correct.
History
Date User Action Args
2008-02-20 17:18:34adminlinkissue1598944 messages
2008-02-20 17:18:34admincreate