-
- Downloads
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.
Please register or sign in to comment
*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.