Pattern: Use of sys.maxint Issue: - Description sys.maxint was removed in Python 3. Use sys.maxsize instead.