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 gphemsley, mark.dickinson, rhettinger
Date 2018-01-01.09:39:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514799575.52.0.467229070634.issue32466@psf.upfronthosting.co.za>
In-reply-to
Content
> the types in question were added to the numeric tower for gmpy 2.0.9 and 2.1.0.

Ah, good to know. Thanks. I was using 2.0.8.

> * We're back to needing a test for the line in question.

Agreed. It's not currently covered, and with the current behaviour the line _is_ necessary.

> * We're eschewing the possibility of changing the behavior of `fractions.Fraction` to force int numerator and denominator.

I think that's a separate issue from this one, and if you want to pursue it it's worth its own issue on the tracker. But there would need to be a good reason for deliberately changing the existing by-design behaviour.
History
Date User Action Args
2018-01-01 09:39:35mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, gphemsley
2018-01-01 09:39:35mark.dickinsonsetmessageid: <1514799575.52.0.467229070634.issue32466@psf.upfronthosting.co.za>
2018-01-01 09:39:35mark.dickinsonlinkissue32466 messages
2018-01-01 09:39:35mark.dickinsoncreate