Commit e852829
authored
Cleanup old ast classes in fastparse (#19743)
The ast `ExtSlice` and `Index` classes have been deprecated (and unused)
since Python 3.9.
https://docs.python.org/3.9/library/ast.html#ast.AST1 parent de1247d commit e852829
1 file changed
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
| 132 | + | |
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
| |||
1779 | 1777 | | |
1780 | 1778 | | |
1781 | 1779 | | |
1782 | | - | |
1783 | | - | |
1784 | | - | |
1785 | | - | |
1786 | | - | |
1787 | | - | |
1788 | | - | |
1789 | | - | |
1790 | | - | |
1791 | | - | |
1792 | | - | |
1793 | | - | |
1794 | 1780 | | |
1795 | 1781 | | |
1796 | 1782 | | |
| |||
0 commit comments