Message215430
> Does this work correctly in the case `Fraction(0, 1) ** -2`? Looks like it doesn't. How about adding a `_skip_normalization` keyword argument to `Fraction.__new__` instead? That would ensure that any future changes made to `__new__` don't get skipped by this fast path. | |
| Date | User | Action | Args | | 2014-04-03 08:41:19 | mark.dickinson | set | recipients: + mark.dickinson, rhettinger, ezio.melotti, Orborde | | 2014-04-03 08:41:19 | mark.dickinson | set | messageid: <1396514479.14.0.593463974075.issue21136@psf.upfronthosting.co.za> | | 2014-04-03 08:41:19 | mark.dickinson | link | issue21136 messages | | 2014-04-03 08:41:18 | mark.dickinson | create | | |