]> granicus.if.org Git - python/commit
Bug #1586448: the compiler module now emits the same bytecode for
authorGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 08:53:06 +0000 (08:53 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 29 Oct 2006 08:53:06 +0000 (08:53 +0000)
commit5addf7007818bd05f5a1c26f8c71b5ee839a7659
treed481e78083914185ac51d1c8cb9ae048ac9416d5
parent2c4fb8d6012f4ffc534e1ba8c9e50cb139398239
Bug #1586448: the compiler module now emits the same bytecode for
list comprehensions as the builtin compiler, using the LIST_APPEND
opcode.
Lib/compiler/pycodegen.py
Misc/NEWS