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 a77bcf8 commit 98a79acCopy full SHA for 98a79ac
stdlib/_interpqueues.pyi
@@ -12,5 +12,5 @@ def get_maxsize(qid: SupportsIndex) -> int: ...
12
def get_queue_defaults(qid: SupportsIndex) -> tuple[int]: ...
13
def is_full(qid: SupportsIndex) -> bool: ...
14
def list_all() -> list[tuple[int, int]]: ...
15
-def put(qid: SupportsIndex, obj: object, fmt: SupportsIndex) -> None: ...
+def put(qid: SupportsIndex, obj: Any, fmt: SupportsIndex) -> None: ...
16
def release(qid: SupportsIndex) -> None: ...
0 commit comments