Skip to content
Commit e3864b5f authored by Greenstick's avatar Greenstick
Browse files

Update compiler.py

Solves error generated by using sys.maxint constant in Python 3.1.5^, sys.maxsize is available for use in Python 2.0.0.

Python docs for reference:
- sys.maxint deprecated in Python 3.1.5^: https://docs.python.org/3.1/whatsnew/3.0.html#integers
- sys.maxsize supported in Python 2.6^ : https://docs.python.org/2.6/library/sys.html#sys.maxsize
parent 22c147e4
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