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 mark.dickinson
Recipients Nofar Schnider, gvanrossum, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2018-03-15.16:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521130618.47.0.467229070634.issue33073@psf.upfronthosting.co.za>
In-reply-to
Content
It's a "virtual" subclass. The numpy.integer parent class is registered here:

https://github.com/numpy/numpy/blob/10ccfe747a68d974ff16a5c0765054b816d5486f/numpy/core/numerictypes.py#L944
History
Date User Action Args
2018-03-15 16:16:58mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, tim.peters, rhettinger, serhiy.storchaka, Nofar Schnider
2018-03-15 16:16:58mark.dickinsonsetmessageid: <1521130618.47.0.467229070634.issue33073@psf.upfronthosting.co.za>
2018-03-15 16:16:58mark.dickinsonlinkissue33073 messages
2018-03-15 16:16:58mark.dickinsoncreate