Uh oh!
There was an error while loading. Please reload this page.
bpo-42264: Deprecate sqlite3.OptimizedUnicode - #23163
Conversation
Uh oh!
There was an error while loading. Please reload this page.
bedevere-bot
commented
Nov 5, 2020
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
erlend-aasland
commented
Nov 5, 2020
I have made the requested changes; please review again |
bedevere-bot
commented
Nov 5, 2020
Thanks for making the requested changes! @serhiy-storchaka: please review the changes made to this pull request. |
erlend-aasland
commented
Nov 5, 2020
Thanks for reviewing, @serhiy-storchaka! |
serhiy-storchaka
commented
Nov 5, 2020
And it could be good idea to add tests for filename to all existing deprecation tests. |
erlend-aasland
commented
Nov 5, 2020
I agree. I can open an issue for it. |
erlend-aasland
commented
Nov 5, 2020
There's a lot: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Victor Stinner <vstinner@python.org>
erlend-aasland
commented
Nov 5, 2020
PTAL, @vstinner |
Uh oh!
There was an error while loading. Please reload this page.
erlend-aasland
commented
Nov 5, 2020
FYI, Ubuntu CI hangs again: |
vstinner
commented
Nov 6, 2020
It is a know issue https://bugs.python.org/issue42142 You can ignore it. When it happens, I simply re-run the job until it pass. |
vstinner
left a comment
There was a problem hiding this comment.
Good, it's way better! More comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Use the same text as the What's New entry.
Co-authored-by: Victor Stinner <vstinner@python.org>
erlend-aasland
commented
Nov 6, 2020
Please take another look, @vstinner. |
vstinner
left a comment
There was a problem hiding this comment.
LGTM.
@serhiy-storchaka: Do you want to double check this PR?
erlend-aasland
commented
Nov 17, 2020
@serhiy-storchaka Will you merge this after double checking, or will that be up to another core dev to decide? |
The following sqlite3 features were deprecated in 3.10, scheduled for removal in 3.12: - sqlite3.OptimizedUnicode (pythongh-23163) - sqlite3.enable_shared_cache (pythongh-24008) Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Fixes#86430