Message193181
As noted in issue5476, I've submitted a pull request for NumPy: ttps://github.com/numpy/numpy/pull/3526 .
I hope that this fixes this problem too: on Py2, I've added Py_TPFLAGS_INT_SUBCLASS, on Py3, NumPy doesn't inherit from int anymore, because it's not a fixed-width integer type.
I guess it makes sense to close this bug now. |
|
| Date |
User |
Action |
Args |
| 2013-07-16 16:10:10 | zaytsev | set | recipients:
+ zaytsev, georg.brandl, jvr, mark.dickinson, grubert, pitrou |
| 2013-07-16 16:10:10 | zaytsev | set | messageid: <[email protected]> |
| 2013-07-16 16:10:10 | zaytsev | link | issue2263 messages |
| 2013-07-16 16:10:10 | zaytsev | create | |
|