-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-44079: Strip superfluous statement cache from sqlite3.Connection #25998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bpo-44079: Strip superfluous statement cache from sqlite3.Connection #25998
Conversation
|
@corona10 I'm considering adding skip news label here, as this only affects the internal machinery of the |
@erlend-aasland
IMHO, At least the statement instance is changed, we can add the news.d about changed caching mechanism. |
Right, because of 8c888dc, I presume.
Even if sqlite3.Statement is not accessible for the user? |
|
@erlend-aasland |
:) But notice that it is possible to extract the Statement type using some undocumented tricks: |
|
True, this is an implementation detail and we don't need to add a NEWS entry. |
https://bugs.python.org/issue44079