]> granicus.if.org Git - python/commit
The list comprehensions patch partly reversed the removal of UNPACK_LIST,
authorThomas Wouters <thomas@python.org>
Sat, 12 Aug 2000 22:03:16 +0000 (22:03 +0000)
committerThomas Wouters <thomas@python.org>
Sat, 12 Aug 2000 22:03:16 +0000 (22:03 +0000)
commit361852f80e2972f4450636d21ae88332adf1cfa6
treeeb6567a418c4c563a25d16ea16dd2ebfdd80533b
parenta248fb605f34d287533f873d79ff66494fcfd514
The list comprehensions patch partly reversed the removal of UNPACK_LIST,
re-introducing com_assign_list, now unused. Removed it.
Python/compile.c