mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove misleading comment in the AST optimizer (#29825)
This commit is contained in:
parent
934a826237
commit
87d5180b7a
1 changed files with 0 additions and 1 deletions
|
@ -618,7 +618,6 @@ fold_compare(expr_ty node, PyArena *arena, _PyASTOptimizeState *state)
|
|||
|
||||
ops = node->v.Compare.ops;
|
||||
args = node->v.Compare.comparators;
|
||||
/* TODO: optimize cases with literal arguments. */
|
||||
/* Change literal list or set in 'in' or 'not in' into
|
||||
tuple or frozenset respectively. */
|
||||
i = asdl_seq_LEN(ops) - 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue