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 malin
Recipients berker.peksag, erlendaasland, lemburg, malin, serhiy.storchaka
Date 2021-12-06.10:43:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638787391.12.0.67904455813.issue44092@roundup.psfhosted.org>
In-reply-to
Content
Imagine a person write a code with Python 3.11 and SQLite 3.8.7.2+, and then deploying it to Python 3.11 and SQLite 3.8.7.1-, error may occur. However, this situation is difficult to happen.

> Can you provide a reproducer? We've run this change through the ref.
> leak bots, and they are all green, so if there's a ref. leak, the
> test suite needs improvements.

The statement in cache will be never reused. If you don't mind, it's not a big problem.
History
Date User Action Args
2021-12-06 10:43:11malinsetrecipients: + malin, lemburg, berker.peksag, serhiy.storchaka, erlendaasland
2021-12-06 10:43:11malinsetmessageid: <1638787391.12.0.67904455813.issue44092@roundup.psfhosted.org>
2021-12-06 10:43:11malinlinkissue44092 messages
2021-12-06 10:43:11malincreate