mirror of
https://github.com/python/cpython.git
synced 2025-07-10 04:45:36 +00:00
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
This commit is contained in:
parent
61ac612e78
commit
8689209e03
7 changed files with 27 additions and 51 deletions
|
@ -75,8 +75,6 @@ expr_context_name(expr_context_ty ctx)
|
|||
return "AugLoad";
|
||||
case AugStore:
|
||||
return "AugStore";
|
||||
case Param:
|
||||
return "Param";
|
||||
default:
|
||||
Py_UNREACHABLE();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue