-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-90953: Emit deprecation warnings for ast
features deprecated in Python 3.8
#104199
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
AlexWaygood
merged 29 commits into
python:main
from
AlexWaygood:ast-deprecation-warnings
May 6, 2023
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
8de6eba
bpo-46797: Emit deprecation warnings for deprecated ast features
serhiy-storchaka 7908047
Merge branch 'main' into ast-deprecation-warnings
serhiy-storchaka dfedc35
Merge branch 'main' into ast-deprecation-warnings
iritkatriel b2ca297
Merge branch 'main' into ast-deprecation-warnings
serhiy-storchaka fbd02f3
Merge branch 'main' into ast-deprecation-warnings
iritkatriel 4320111
Merge branch 'main' into ast-deprecation-warnings
hugovk fdefe87
fix patchcheck
AlexWaygood 60ab0c4
Remove `DeprecationWarning`s for `Index` and `ExtSlice`
AlexWaygood 951c548
Also emit DeprecationWarning during `isinstance()` checks
AlexWaygood 9025b7e
Add whatsnew
AlexWaygood 3d2de74
Tweak news entry
AlexWaygood 4b818b6
Merge branch 'main' into ast-deprecation-warnings
AlexWaygood 6e9f5f5
Apply suggestions from code review
AlexWaygood 8f86b9a
Use `warnings._deprecated
AlexWaygood 7e4cf89
Merge branch 'ast-deprecation-warnings' of https://github.com/AlexWay…
AlexWaygood 8c949f3
Move whatsnew entry to correct location
AlexWaygood 4a7a9c1
Merge branch 'main' into ast-deprecation-warnings
AlexWaygood 3d71e66
Revert spurious whitespace change
AlexWaygood 4261cc6
Revert warning for `dims` attribute (only deprecated in 3.9)
AlexWaygood a785a0c
Also remove deprecation for `ast.slice`, deprecated in 3.9
AlexWaygood a3491ea
Better unittest style
AlexWaygood 3613908
.
AlexWaygood 9bba5dd
Update 3.12.rst
AlexWaygood 234243a
typo
AlexWaygood 915e12e
Add comment explaining subtle code
AlexWaygood a7abed2
Simplify slightly
AlexWaygood 7ceb9cc
Unnecessary f-string
AlexWaygood ecf092f
One last nit
AlexWaygood dd3e1e1
Merge branch 'main' into ast-deprecation-warnings
AlexWaygood File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.