Skip to content

Commit f7f50eb

Browse files
committed
add types to sys.getrefcount
1 parent eabecf8 commit f7f50eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/3/sys.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def getcheckinterval() -> int: ... # deprecated
122122
def getdefaultencoding() -> str: ...
123123
def getdlopenflags() -> int: ... # Unix only
124124
def getfilesystemencoding() -> str: ... # cannot return None
125-
def getrefcount(object) -> int: ...
125+
def getrefcount(object: Any) -> int: ...
126126
def getrecursionlimit() -> int: ...
127127

128128
@overload

0 commit comments

Comments
 (0)