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 minipython
Recipients minipython, steven.daprano
Date 2020-12-29.11:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609242577.44.0.801129973522.issue42779@roundup.psfhosted.org>
In-reply-to
Content
The issue is that if i use function pow(c,e),it can be computed in python37 in 3 minutes.But it cannot be computed in python36 or python39.Without gmpy2 library,i find the bug.
History
Date User Action Args
2020-12-29 11:49:37minipythonsetrecipients: + minipython, steven.daprano
2020-12-29 11:49:37minipythonsetmessageid: <1609242577.44.0.801129973522.issue42779@roundup.psfhosted.org>
2020-12-29 11:49:37minipythonlinkissue42779 messages
2020-12-29 11:49:37minipythoncreate