summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/unpack1.py
diff options
context:
space:
mode:
authorKrzysztof Blazewicz <blazewicz.krzysztof@gmail.com>2017-03-06 08:46:21 +0100
committerDamien George <damien.p.george@gmail.com>2017-03-07 16:48:16 +1100
commit1215dc47e2eb8ad3d70e3f1aa1a36a98024019a2 (patch)
tree68e761a9576649b07d10ef0c211fc864c143b460 /tests/basics/unpack1.py
parent88ffe0d5cc697aea61cee950e6388ef9419df7f4 (diff)
downloadmicropython-1215dc47e2eb8ad3d70e3f1aa1a36a98024019a2.tar.gz
micropython-1215dc47e2eb8ad3d70e3f1aa1a36a98024019a2.zip
py/runtime.c: Remove optimization of '*a,=b', it caused a bug.
*a, = b should always make a copy of b, instead, before this patch if b was a list it would copy only a reference to it.
Diffstat (limited to 'tests/basics/unpack1.py')
0 files changed, 0 insertions, 0 deletions