Miro Hrončok <m...@hroncok.cz> added the comment:

Naively implementing this code, I'd use isinstance(numerator, int) over 
type(numerator) is int. Is that strict type check really needed?

I could not find anywhere whether numerator and denominator of numbers.Rational 
need to be numbers.Integral. I would expect so, however this is not written in 
the documentation of numbers.Rational. If that's the case, I think checking it 
for being numbers.Integral and failing hard if not is a reasonable thing to do.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39350>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to