Message309859
> Users might be better off by not seeing an unhelpful error message when passing in a numpy.int32, or they might be worse-off by having lost a cue that they were writing inefficient code (which invisibly creates temporary integer objects on every call when presumably the whole reason for using numpy was a concern for efficiency).
While it's true there are many Numpy users who don't understand what they're doing, any time they go into the Python interpreter they're losing the benefits of Numpy anyways (which are fast vectorized operations on arrays). |
|
Date |
User |
Action |
Args |
2018-01-12 15:09:24 | erik.bray | set | recipients:
+ erik.bray, rhettinger, mark.dickinson, smarnach, serhiy.storchaka, jdemeyer, MSeifert, Will Roberts |
2018-01-12 15:09:24 | erik.bray | set | messageid: <1515769764.48.0.467229070634.issue30537@psf.upfronthosting.co.za> |
2018-01-12 15:09:24 | erik.bray | link | issue30537 messages |
2018-01-12 15:09:24 | erik.bray | create | |
|