PY-76877 Conformance test failure: overloads_basic.py

PySliceExpression is replaced by PySubscriptionExpression in AST.
PySliceItem is returned by PySubscriptionExpression.getIndexExpression(). For that purpose PySliceItem is now a PyExpression of type `builtins.slice`.

GitOrigin-RevId: 9aa8de13ef7c51741e248317c5264b3a06ffb9bf
This commit is contained in:
Petr
2025-05-02 00:06:42 +02:00
committed by intellij-monorepo-bot
parent 6eb1b97d67
commit c8fb196d52
31 changed files with 132 additions and 101 deletions

View File

@@ -5,5 +5,6 @@
4(5) element: PySubscriptionExpression
5(6) READ ACCESS: foo
6(7) element: PyDelStatement
7(8) READ ACCESS: foo
8() element: null
7(8) element: PySubscriptionExpression
8(9) READ ACCESS: foo
9() element: null