-
-
Notifications
You must be signed in to change notification settings - Fork 814
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor[lang]: remove translated fields for constant nodes (#4287)
This commit removes the `.s` field from the AST for string-like constants. These were deprecated in the Python AST in 3.8; we no longer need to translate them for our AST. --------- Co-authored-by: Charles Cooper <[email protected]>
- Loading branch information
1 parent
12e5ba9
commit 61f7f4e
Showing
2 changed files
with
4 additions
and
27 deletions.
There are no files selected for viewing
This file contains 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 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