File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def getcheckinterval() -> int: ... # deprecated
116
116
def getdefaultencoding () -> str : ...
117
117
def getdlopenflags () -> int : ...
118
118
def getfilesystemencoding () -> Union [str , None ]: ...
119
- def getrefcount (object ) -> int : ...
119
+ def getrefcount (arg : Any ) -> int : ...
120
120
def getrecursionlimit () -> int : ...
121
121
def getsizeof (obj : object , default : int = ...) -> int : ...
122
122
def getprofile () -> None : ...
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ def getcheckinterval() -> int: ... # deprecated
125
125
def getdefaultencoding () -> str : ...
126
126
def getdlopenflags () -> int : ... # Unix only
127
127
def getfilesystemencoding () -> str : ... # cannot return None
128
- def getrefcount (object ) -> int : ...
128
+ def getrefcount (arg : Any ) -> int : ...
129
129
def getrecursionlimit () -> int : ...
130
130
131
131
@overload
You can’t perform that action at this time.
0 commit comments