This repository was archived by the owner on Nov 26, 2021. It is now read-only.
Commit 7c163aa
committed
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.1 parent 9c6293e commit 7c163aa
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
0 commit comments