PyPy-Holstein: long integer problem
Description
The compiled PyPy interpreter on Holstein seems to be having basic long
integer support problem.
The following Python code will raise AssertionError
:
def test_long_int_assign():
a = 2220001L
assert a != 0L