Files
cpython/Python
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
..
2018-01-26 15:24:24 -05:00

Miscellaneous source files for the main Python shared library