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 serhiy.storchaka
Recipients PedanticHacker, Stefan Pochmann, mark.dickinson, mcognetta, rhettinger, serhiy.storchaka, tim.peters
Date 2021-12-30.19:34:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640892893.16.0.629254900984.issue37295@roundup.psfhosted.org>
In-reply-to
Content
PR 30305 applies Mark's algorithm for larger n (up to 127) depending on k, as was suggested by Raymond. Note that it uses different table for limits, which maps k to maximal n.
History
Date User Action Args
2021-12-30 19:34:53serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, PedanticHacker, mcognetta, Stefan Pochmann
2021-12-30 19:34:53serhiy.storchakasetmessageid: <1640892893.16.0.629254900984.issue37295@roundup.psfhosted.org>
2021-12-30 19:34:53serhiy.storchakalinkissue37295 messages
2021-12-30 19:34:53serhiy.storchakacreate