O que é sys.maxint no Python 3?

Eu tenho tentado descobrir como representar um número inteiro máximo, e eu li para usar"sys.maxint". No entanto, no Python 3, quando eu chamo, recebo:

AttributeError: module 'object' has no attribute 'maxint'