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 tim.peters
Recipients Nofar Schnider, gvanrossum, mark.dickinson, rhettinger, serhiy.storchaka, tim.peters
Date 2018-03-15.17:12:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521133933.46.0.467229070634.issue33073@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Mark!  So if int.as_integer_ratio is added to the core, numpy.int64 won't magically have it too, regardless of whether we do or don't add an implementation to numbers.Rational.

As an end user, I'd be surprised if numpy.int64 didn't support the same stuff as core ints.  I doubt I'd care at all what numbers.Rational said in cases where it didn't.

But rather than argue about that, what would _you_ like to see done here?
History
Date User Action Args
2018-03-15 17:12:13tim.peterssetrecipients: + tim.peters, gvanrossum, rhettinger, mark.dickinson, serhiy.storchaka, Nofar Schnider
2018-03-15 17:12:13tim.peterssetmessageid: <1521133933.46.0.467229070634.issue33073@psf.upfronthosting.co.za>
2018-03-15 17:12:13tim.peterslinkissue33073 messages
2018-03-15 17:12:13tim.peterscreate