Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Please make several additional tests, and ensure that there is no regression.

1. Test with fractions with the same large denominator (for example 2**50, 
2**100, 10**30, 3**50, factorial(30), or a large pseudo-primary number) and 
small and large numerators.

2. Test with fractions with the same large numerator (as above) and small and 
large denominators.

3. Test with fractions with random numerators and denominators and find worst 
cases (in which the optimization effect is the smallest or negative).

----------

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

Reply via email to