-
-
Notifications
You must be signed in to change notification settings - Fork 32k
bpo-44688: Remove ASCII limitation from sqlite3
collation names
#27395
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-44688: Remove ASCII limitation from sqlite3
collation names
#27395
Conversation
cc. @encukou: ref. discussion in #27156 (comment) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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