Skip to content

bpo-32925: Optimized iterating and containing test for literal lists#5842

Merged
serhiy-storchaka merged 3 commits intopython:masterfrom
serhiy-storchaka:optimize-in-literal-list
Mar 11, 2018
Merged

bpo-32925: Optimized iterating and containing test for literal lists#5842
serhiy-storchaka merged 3 commits intopython:masterfrom
serhiy-storchaka:optimize-in-literal-list

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

@serhiy-storchaka serhiy-storchaka commented Feb 23, 2018

consisting of non-constants: x in [a, b] and for x in [a, b].
The case of all constant elements already was optimized.

https://bugs.python.org/issue32925

consisting of non-constants: `x in [a, b]` and `for x in [a, b]`.
The case of all constant elements already was optimized.
@serhiy-storchaka serhiy-storchaka merged commit 3f7e9aa into python:master Mar 11, 2018
@serhiy-storchaka serhiy-storchaka deleted the optimize-in-literal-list branch March 11, 2018 08:54
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

performance Performance or resource usage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants