]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they
authorThomas Wouters <thomas@python.org>
Fri, 11 Aug 2000 22:15:52 +0000 (22:15 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 11 Aug 2000 22:15:52 +0000 (22:15 +0000)
commit0be5aab04d2f441323e8a7681f79137d26fd2e30
tree67b542d99a3b0ddf62427b2b05a25dafa13437cc
parenta8d7341f63fc73f46eb997c2b9481ce0d35069ae
Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they
did the same anyway.

I'm not sure what to do with Tools/compiler/compiler/* -- that isn't part of
distutils, is it ? Should it try to be compatible with old bytecode version ?
Doc/lib/libdis.tex
Include/opcode.h
Lib/dis.py
Python/ceval.c
Python/compile.c
Python/import.c