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.)
Misc/NEWS.d/next/Library/2021-07-20-23-28-26.bpo-44688.buFgz3.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: Petr Viktorin <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
Thanks for the heads up and the suggested improvements.
Of course. |
|
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 |
|
I see @pablogsal added the address sanitizer in #26640. |
No regarding detection of problems but a small subset of times it times out. What error are you experiencing? |
|
Sync with main bco. pythonGH-27395
https://bugs.python.org/issue44688