Closed joelreymont closed 1 year ago
Looks like a off-by-one error. I scanned the code and did not find the problem immediately. Will need more scrutiny later
Related to #4325
Iterating a DataVariable object was unintentional; however, it is a good idea. The root cause is that we implemented a __getitem__
without an __iter__
which is apparently a really bad idea because python will just wrongly assume it knows how to iterate the thing correctly.
This will be fixed in 3.5.4305
Version 3.4.4230-dev