[issue45333] += operator and accessors bug?

Mark Dickinson report at bugs.python.org
Thu Sep 30 13:33:54 EDT 2021


Mark Dickinson <dickinsm at gmail.com> added the comment:

Did you by any chance get an error message resembling the following?

> "Cannot cast ufunc 'add' output from dtype('float64') to dtype('int64') with casting rule 'same_kind'"

(If you can give us a complete piece of code that we can run ourselves, that would save us from having to guess what the issue is.)

----------
nosy: +mark.dickinson

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45333>
_______________________________________


More information about the Python-bugs-list mailing list