Message340554
| 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:04 | rhettinger | set | recipients: + rhettinger, jaraco, serhiy.storchaka, josh.r |
| 2019-04-19 18:22:04 | rhettinger | set | messageid: <1555698124.37.0.667850054906.issue36650@roundup.psfhosted.org> |
| 2019-04-19 18:22:04 | rhettinger | link | issue36650 messages |
| 2019-04-19 18:22:04 | rhettinger | create | |