[TECH DEBT]: Let python_ast.Tree.extend_globals
accept a Tree
as argument
#3558
Labels
enhancement
New feature or request
internal
this pull request won't appear in release notes
migrate/code
Abstract Syntax Trees and other dark magic
migrate/python
Pull requests that update Python code
needs-triage
python
Pull requests that update Python code
Is there an existing issue for this?
Problem statement
Let
python_ast.Tree.extend_globals
accept aTree
as argumentProposed Solution
Requires refactoring the inherited context to pass a tree instead of globals
Additional Context
No response
The text was updated successfully, but these errors were encountered: