This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zaytsev
Recipients georg.brandl, grubert, jvr, mark.dickinson, pitrou, zaytsev
Date 2013-07-16.16:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373991010.47.0.519517836727.issue2263@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-07-16 16:10:10zaytsevsetrecipients: + zaytsev, georg.brandl, jvr, mark.dickinson, grubert, pitrou
2013-07-16 16:10:10zaytsevsetmessageid: <1373991010.47.0.519517836727.issue2263@psf.upfronthosting.co.za>
2013-07-16 16:10:10zaytsevlinkissue2263 messages
2013-07-16 16:10:10zaytsevcreate