Files
cpython/Python/ast_opt.c
Serhiy Storchaka 3f7e9aa2ef bpo-32925: Optimized iterating and containing test for literal lists (GH-5842)
consisting of non-constants: `x in [a, b]` and `for x in [a, b]`.
The case of all constant elements already was optimized.
2018-03-11 10:54:47 +02:00

23 KiB