mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
Remove misleading comment in the AST optimizer (#29825)
This commit is contained in:
parent
934a826237
commit
87d5180b7a
@ -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…
Reference in New Issue
Block a user