10000 gh-74690: Document changes made to runtime-checkable protocols in 3.12 by AlexWaygood · Pull Request #103348 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-74690: Document changes made to runtime-checkable protocols in 3.12 #103348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
8000 Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Misc/NEWS.d/next/Library/2023-04-07-15-09-26.gh-issue-74690.0f…
…886b.rst
  • Loading branch information
JelleZijlstra authored Apr 7, 2023
commit 18e1f74f41fc37d143f699882f9e771fffd0b4b6
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The members of a runtime-checkable protocol are now considered "frozen" at
runtime as soon as the class has been created. See
:ref:`"What's new in Python 3.12" <whatsnew-typing-py312>`for more details.
:ref:`"What's new in Python 3.12" <whatsnew-typing-py312>` for more details.
0