[issue5476] datetime: timedelta(minutes = i) silently fails with numpy.int32 input

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jul 20 08:27:14 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

multiple inheritance should not be a problem: there can be only one "dominant base", which is 'int' in this case.
someone with a debugger should step into this call to PyType_Ready() and see why it does not set the flag correctly (at the end of inherit_special())

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5476>
_______________________________________


More information about the Python-bugs-list mailing list