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
gh-92019: Make sqlite3.Blob indexing conform with the norm #92020
gh-92019: Make sqlite3.Blob indexing conform with the norm #92020
Conversation
- get index now returns an int - set index now requires an int in range(0, 256)
|
I'm not sure this needs a NEWS item; the blob interface has not been part of an official release yet. |
|
Also, something wrong on Windows: |
I'm on it 🕵🏻 UPDATE: fixed in 1badacb |
|
If you want to schedule another build, you need to add the " |
|
If you want to schedule another build, you need to add the " |
|
If you want to schedule another build, you need to add the " |
|
One buildbot failed on |
I just merged python/cpython#92020 which implemented this change (thanks @erlend-aasland!).
I just merged python/cpython#92020 which implemented this change (thanks @erlend-aasland!).


Resolves #92019