Pillow
Pillow copied to clipboard
Treat IFDRational with zero denominator using math.inf
Fixes https://github.com/python-pillow/Pillow/issues/8965. Alternative to https://github.com/python-pillow/Pillow/pull/8970 and https://github.com/python-pillow/Pillow/pull/8966
Changes proposed in this pull request:
- Override
__float__method in IFDRational - Make IFDRational behave more like a float when the denominator.