Mark Dickinson <dicki...@gmail.com> added the comment:

I'm pretty much out of core-dev cycles for this weekend; I'm happy to review 
GH-13741, but won't have time to do so before next weekend.

I'm overall -0 on this change; there's a minor benefit in the separation, but 
for me it's outweighted by the duplication of `gcd` and `factorial` (or in the 
case of `gcd`, triplication, since it's also in the `fractions` module).

I'm out of time, so I'll be brief, but if this does go into 3.8, here are my 
thoughts:

- please remove the imath.as_integer_ratio function; it needs more discussion, 
and it has quite a different character from the other functions; it's not at 
all clear to me that it belongs. We might end up putting it back in eventually, 
but it needs discussion first, and we don't have time for that discussion 
before feature freeze.
- please add the pure Python version of imath that PEP 399 requires, or get 
Brett's confirmation that PEP 399 doesn't apply in this case.
- please get agreement from one (preferably both) of Tim and Raymond

Raymond, Tim: thoughts?

----------

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

Reply via email to