diff options
author | Krzysztof Blazewicz <blazewicz.krzysztof@gmail.com> | 2017-03-06 08:46:21 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-03-07 16:48:16 +1100 |
commit | 1215dc47e2eb8ad3d70e3f1aa1a36a98024019a2 (patch) | |
tree | 68e761a9576649b07d10ef0c211fc864c143b460 /tests/basics/unpack1.py | |
parent | 88ffe0d5cc697aea61cee950e6388ef9419df7f4 (diff) | |
download | micropython-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