Skip to content
Commit 7c163aa0 authored by Douglas Raillard's avatar Douglas Raillard
Browse files

python3: avoid using sys.maxint

Since integers don't have limited size in Python 3, sys.maxint is gone.
Replace its use by sys.maxsize, which is the closest approximation.
parent 9c6293e0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment