This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author trrhodes
Recipients mark.dickinson, serhiy.storchaka, steven.daprano, tim.peters, trrhodes
Date 2020-03-21.14:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584801322.8.0.0248320201079.issue40028@roundup.psfhosted.org>
In-reply-to
Content
Hi Steven,

I agree, your set of proposed methods seem sensible to me. I'm happy to start with an implementation of at least some of those methods and open for review, taking this one step at a time for easier review and regular feedback.

> Another question: since factorization can take a long time, should it be a generator that yields the factors as they are found?

Yes, I think a generator is a sensible shout. Happy to proceed with this suggestion.

Ross
History
Date User Action Args
2020-03-21 14:35:22trrhodessetrecipients: + trrhodes, tim.peters, mark.dickinson, steven.daprano, serhiy.storchaka
2020-03-21 14:35:22trrhodessetmessageid: <1584801322.8.0.0248320201079.issue40028@roundup.psfhosted.org>
2020-03-21 14:35:22trrhodeslinkissue40028 messages
2020-03-21 14:35:22trrhodescreate