bpo-32925: Optimized iterating and containing test for literal lists by serhiy-storchaka · Pull Request #5842 · python/cpython
consisting of non-constants: `x in [a, b]` and `for x in [a, b]`. The case of all constant elements already was optimized.
jo2y pushed a commit to jo2y/cpython that referenced this pull request
Mar 23, 2018…ythonGH-5842) consisting of non-constants: `x in [a, b]` and `for x in [a, b]`. The case of all constant elements already was optimized.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters