]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into
authorTim Peters <tim.peters@gmail.com>
Thu, 21 Jun 2001 02:49:55 +0000 (02:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 21 Jun 2001 02:49:55 +0000 (02:49 +0000)
commitd6d010b874a82df889037bdb1cc71032d2155034
tree643bda2ce2915c0142dfd240afb36bd5b1141403
parent2b13ce831795f6f0304c157a31909ac2ce5d5ccb
Teach the UNPACK_SEQUENCE opcode how to tease an iterable object into
giving up the goods.
NEEDS DOC CHANGES
Lib/test/test_iter.py
Misc/NEWS
Python/ceval.c