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 rhettinger
Recipients jaraco, josh.r, rhettinger, serhiy.storchaka
Date 2019-04-19.18:22:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555698124.37.0.667850054906.issue36650@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the reproducer code.  I've bisected this back to b2b023c657ba8c3f4a24d0c847d10fe8e2a73d44 which fixes other known bugs in the lru_cache in issue 35780.  The problem is due to the lines that use a scalar instead of an args tuple for exact ints and strs.  I'll work-up a PR to fix it soon (I'm on vacation and have limited connectivity so it may take a few days).
History
Date User Action Args
2019-04-19 18:22:04rhettingersetrecipients: + rhettinger, jaraco, serhiy.storchaka, josh.r
2019-04-19 18:22:04rhettingersetmessageid: <1555698124.37.0.667850054906.issue36650@roundup.psfhosted.org>
2019-04-19 18:22:04rhettingerlinkissue36650 messages
2019-04-19 18:22:04rhettingercreate