Yury V. Zaytsev added the comment:

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.

----------
nosy: +zaytsev

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue2263>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to