summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/unpack1.py
Commit message (Expand)AuthorAge
* tests/basics/unpack1.py: Test if *a, = b copies b when b is a list.Krzysztof Blazewicz2017-03-07
* tests: Improve test coverage of py/compile.c.Damien George2016-10-11
* tests: Add tests for things that are not already tested.Damien George2015-03-12
* py: implement UNPACK_EX byte code (for: a, *b, c = d)Damien George2014-04-08