[issue40028] Math module method to find prime factors for non-negative int n

Ross Rhodes report at bugs.python.org
Sat Mar 21 04:48:09 EDT 2020


Ross Rhodes <ross.rhodes at hotmail.co.uk> added the comment:

Hi Tim,

Are there any open discussions or threads following the proposed “imath” module? I’m a relatively new entrant to the Python community, so if there’s any ongoing discussion on that front I’d be happy to read further.

I think as a first step it would be good to implement this logic for a limited range of non-negative n, imposing an upper limit (suggestions welcome) to make sure all provided input can be safely processed. We can then build from there to support larger n going forward if the demand is out there.

Ross

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40028>
_______________________________________


More information about the Python-bugs-list mailing list