brendon zhang <brendon-zh...@hotmail.com> added the comment:

You can get the replicate this issue even when removing lru_cache(None) and 
calling max with iterable of size 1.

eg.
best = max(solve(j) for j in [i-1])

----------

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

Reply via email to