[gc] Add default values (#15253)

This commit is contained in:
Semyon Moroz
2026-01-10 23:20:50 +00:00
committed by GitHub
parent 9840c58451
commit bf0f0a56a8
+1 -1
View File
@@ -30,4 +30,4 @@ def is_tracked(obj: Any, /) -> bool: ...
def is_finalized(obj: Any, /) -> bool: ...
def isenabled() -> bool: ...
def set_debug(flags: int, /) -> None: ...
def set_threshold(threshold0: int, threshold1: int = ..., threshold2: int = ..., /) -> None: ...
def set_threshold(threshold0: int, threshold1: int = 0, threshold2: int = 0, /) -> None: ...