py/objlist: For list slice assignment, allow RHS to be a tuple or list.
Before this patch, assigning anything other than a list would lead to a crash. Fixes issue #2886.
Please register or sign in to comment
Before this patch, assigning anything other than a list would lead to a crash. Fixes issue #2886.