Comment on Python bug: Can assign [] = (), but not () = []parentComments−im3w1l11yI get no such warning with 2.7.9 on linux.−dalke11yIt would be a warning from numpy, not Python. That comes from numpy/core/src/multiarray/conversion_utils.c and was added 2013-04-13 , which would be for NumPy 1.8, I believe.
Comments
I get no such warning with 2.7.9 on linux.
It would be a warning from numpy, not Python. That comes from numpy/core/src/multiarray/conversion_utils.c and was added 2013-04-13 , which would be for NumPy 1.8, I believe.