-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-43368: Fix fetching empty bytes on SQLite. #24706
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
Conversation
This requires a NEWS item, since it's a regression in an official release. |
Added. |
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.
LGTM w/minor nitpicks. I'll add error handling in a separate PR. Thanks for spotting this!
Misc/NEWS.d/next/Library/2021-03-02-13-45-05.bpo-43368.t9XEkQ.rst
Outdated
Show resolved
Hide resolved
@erlend-aasland Thanks for reviews 👍 |
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.
LGTM! I'll rerun tests since one of the required ones was failed.
I thought it was a flaky test, but turns out master is broken. I'll merge once master is green. |
@berkerpeksag Thanks 👍 |
Regression in 47feb1f.
Rebased from master. |
bpo-43368
Regression in 47feb1f (bpo-43249)
https://bugs.python.org/issue43368