bignum.py test failed
Closed this issue · 2 comments
CodingMinion commented
When I ran "python3 run_tests.py test", all tests passed except for test/bignum.py. Is that a bug from the code or something's wrong on my side?
GroundPound commented
I believe that test fails on 64-bit versions of Python.
CodingMinion commented
Thanks. I did run that test with 64-bit Python