Barry Warsaw e42b18f9d1 eval_code2(): collapsed the implementations of UNPACK_TUPLE and
UNPACK_LIST byte codes and added a third code path that allows
generalized sequence unpacking.  Now both syntaxes:

    a, b, c = seq
    [a, b, c] = seq

can be used to unpack any sequence with the exact right number of
items.

unpack_sequence(): out-lined implementation of generalized sequence
unpacking.  tuple and list unpacking are still inlined.
1997-08-25 22:13:04 +00:00
..
1997-08-22 21:22:58 +00:00
1997-08-15 02:52:08 +00:00
1997-05-05 22:15:02 +00:00
1997-07-19 19:48:41 +00:00
1997-05-07 23:51:07 +00:00
1997-07-19 19:48:41 +00:00
1997-07-19 19:48:41 +00:00
1997-05-07 23:51:07 +00:00
1997-08-15 02:52:08 +00:00
1997-05-07 23:51:07 +00:00
1997-03-14 04:32:50 +00:00
1997-08-21 02:28:19 +00:00
1997-08-07 19:22:48 +00:00
1997-05-22 20:41:59 +00:00