Skip to content

Conversation

cdce8p
Copy link
Collaborator

@cdce8p cdce8p commented Oct 6, 2025

Add stubs for PEP 728.

__readonly_keys__: ClassVar[frozenset[str]]
__mutable_keys__: ClassVar[frozenset[str]]
__closed__: ClassVar[bool | None]
__extra_items__: ClassVar[Any]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Too bad we don't have TypeForm!

@hauntsaninja hauntsaninja merged commit 712afc5 into python:master Oct 8, 2025
13 checks passed
@cdce8p cdce8p deleted the stubtest-pep-728 branch October 8, 2025 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment