bpo-44079: Strip superfluous statement cache from sqlite3.Connection#25998
bpo-44079: Strip superfluous statement cache from sqlite3.Connection#25998pablogsal merged 11 commits intopython:mainpython/cpython:mainfrom erlend-aasland:sqlite-remove-superfluous-stmt-cacheerlend-aasland/cpython:sqlite-remove-superfluous-stmt-cacheCopy head branch name to clipboard
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