Uh oh!
There was an error while loading. Please reload this page.
bpo-44688: Remove ASCII limitation from sqlite3 collation names - #27395
Conversation
cc. @encukou: ref. discussion in #27156 (comment) |
encukou
left a comment
There was a problem hiding this comment.
Nice! Just a terminology issue: the Python interface doesn't deal with UTF-8 (bytes); in py3 it always took a Unicode string.
For completeness, could you mention the pre-3.11 limitation in the documentation? (I think it's OK to only have it in the 3.11+ docs, but IMO it should be there for people porting code from 3.11 to previous versions.)
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: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Petr Viktorin <encukou@gmail.com>
erlend-aasland
commented
Jul 28, 2021
Thanks for the heads up and the suggested improvements.
Of course. |
erlend-aasland
commented
Jul 28, 2021
The address sanitiser test timed out during one of the multiprocessing tests. Looks unrelated. https://github.com/python/cpython/pull/27395/checks?check_run_id=3181419480 |
encukou
commented
Jul 28, 2021
I see @pablogsal added the address sanitizer in #26640. |
pablogsal
commented
Jul 28, 2021
No regarding detection of problems but a small subset of times it times out. What error are you experiencing? |
erlend-aasland
commented
Jul 28, 2021
|
Sync with main bco. pythonGH-27395
https://bugs.python.org/issue44688