We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9840c58 commit bf0f0a5Copy full SHA for bf0f0a5
1 file changed
stdlib/gc.pyi
@@ -30,4 +30,4 @@ def is_tracked(obj: Any, /) -> bool: ...
30
def is_finalized(obj: Any, /) -> bool: ...
31
def isenabled() -> bool: ...
32
def set_debug(flags: int, /) -> None: ...
33
-def set_threshold(threshold0: int, threshold1: int = ..., threshold2: int = ..., /) -> None: ...
+def set_threshold(threshold0: int, threshold1: int = 0, threshold2: int = 0, /) -> None: ...
0 commit comments