-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
gh-101561: Add typing.override decorator #101564
gh-101561: Add typing.override decorator #101564
Commits on Feb 27, 2023
-
PEP 698: Add typing.override decorator
Testing: First set up the repo, following instructions at https://devguide.python.org/ by running: ``` ./configure --with-pydebug && make -j ``` Then run the typing tests: ``` ./python -m test test_typing -v ``` I ran the full test suite with ``` ./python -m test -j3 ``` and it came back clean except for a `test_grp` failure which I seem to get on trunk as well - likely something in my build is misconfigured but I'm pretty sure it is unrelated to the changes here.
Configuration menu - View commit details
-
Copy full SHA for e2349bb - Browse repository at this point
Copy the full SHA e2349bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3b6ac - Browse repository at this point
Copy the full SHA bd3b6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3b9b7f - Browse repository at this point
Copy the full SHA c3b9b7fView commit details -
Correct `s/final/override` (from reusing a similar block of documentation on the `@final` decorator) Co-authored-by: Jelle Zijlstra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7cecf8 - Browse repository at this point
Copy the full SHA c7cecf8View commit details -
Add whatsnew entry, as per Alex Waygood's suggestion
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Configuration menu - View commit details
-
Copy full SHA for 2acf32f - Browse repository at this point
Copy the full SHA 2acf32fView commit details -
Add ACKS entry, fix rst errors
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Configuration menu - View commit details
-
Copy full SHA for 6bd3356 - Browse repository at this point
Copy the full SHA 6bd3356View commit details -
Fix title underline length in whatisnew doc.
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Configuration menu - View commit details
-
Copy full SHA for 42277cb - Browse repository at this point
Copy the full SHA 42277cbView commit details -
Update Misc/NEWS.d/next/Library/2023-02-04-16-35-46.gh-issue-101561.X…
…o6pIZ.rst Co-authored-by: Alex Waygood <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afb74de - Browse repository at this point
Copy the full SHA afb74deView commit details -
Use a positional-only argument named
method
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Configuration menu - View commit details
-
Copy full SHA for 090d9d2 - Browse repository at this point
Copy the full SHA 090d9d2View commit details -
Apply suggestions from code review
Thanks, looks good Co-authored-by: Jelle Zijlstra <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6c00e5 - Browse repository at this point
Copy the full SHA f6c00e5View commit details