add types to sys.getrefcount (#237)

This commit is contained in:
Valérian Rousset
2016-06-02 09:27:37 +02:00
committed by Guido van Rossum
parent 25a45d6daf
commit a32d8a9da6
2 changed files with 2 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ def getcheckinterval() -> int: ... # deprecated
def getdefaultencoding() -> str: ...
def getdlopenflags() -> int: ...
def getfilesystemencoding() -> Union[str, None]: ...
def getrefcount(object) -> int: ...
def getrefcount(arg: Any) -> int: ...
def getrecursionlimit() -> int: ...
def getsizeof(obj: object, default: int = ...) -> int: ...
def getprofile() -> None: ...