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

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


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

Py_TPFLAGS_INT_SUBCLASS is an implementation detail, and extension modules should not have to be aware of it.
Does Numpy correctly call PyType_Ready()?

----------
nosy: +amaury.forgeotdarc
status: pending -> open

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


More information about the Python-bugs-list mailing list