blob: e9443e69e2a20b1838a4b2440c48df143b838958 [file] [log] [blame]
Optimized iterating and containing test for literal lists consisting of
non-constants: ``x in [a, b]`` and ``for x in [a, b]``. The case of all
constant elements already was optimized.