Issue #2183: Simplify and optimize bytecode for list comprehensions.
commit1e55f32bd1ed751d0480fa95c34298e58d76ddc6
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 17 Dec 2008 00:38:28 +0000 (17 00:38 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 17 Dec 2008 00:38:28 +0000 (17 00:38 +0000)
tree75963b2e52f3c97d2a7a96ef3a0be076899c0dd7
parenta5ab5fbb19987e4c6b7a1b214aec56accb744f63
Issue #2183: Simplify and optimize bytecode for list comprehensions.

git-svn-id: http://svn.python.org/projects/python/trunk@67818 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/dis.rst
Include/opcode.h
Lib/compiler/pycodegen.py
Lib/opcode.py
Lib/test/test_dis.py
Misc/NEWS
Python/ceval.c
Python/compile.c
Python/import.c