8000 gh-119180: PEP 649: Add __annotate__ attributes by JelleZijlstra · Pull Request #119209 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-119180: PEP 649: Add __annotate__ attributes #119209

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 11 commits into from
May 22, 2024
Prev Previous commit
Next Next commit
blurb
  • Loading branch information
JelleZijlstra committed May 20, 2024
commit e80095ed46df46cfb37ddb815832513caf6a0014
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Add an ``__annotate__`` attribute to functions, classes, and modules as part
of :pep:`649`. Patch by Jelle Zijlstra.
0