Uh oh!
There was an error while loading. Please reload this page.
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. |
Uh oh!
There was an error while loading. Please reload this page.
JelleZijlstra
left a comment
There was a problem hiding this comment.
Thank you for the quick change! I'll take a closer look soon. I don't think it needs a NEWS entry because the current behavior wasn't released in any alpha.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
JelleZijlstra
commented
Apr 28, 2022
Also, something wrong on Windows: |
I'm on it 🕵🏻 UPDATE: fixed in 1badacb |
bedevere-bot
commented
Apr 29, 2022
🤖 New build scheduled with the buildbot fleet by @JelleZijlstra for commit a713df6 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
bedevere-bot
commented
Apr 29, 2022
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit 6400ec5 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
bedevere-bot
commented
Apr 29, 2022
🤖 New build scheduled with the buildbot fleet by @erlend-aasland for commit b0fc557 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
JelleZijlstra
commented
Apr 30, 2022
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