Skip to content
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-43368: Fix fetching empty bytes on SQLite. #24706

Merged
merged 1 commit into from Mar 3, 2021

Conversation

felixxm
Copy link
Contributor

@felixxm felixxm commented Mar 2, 2021

@erlend-aasland
Copy link
Contributor

erlend-aasland commented Mar 2, 2021

This requires a NEWS item, since it's a regression in an official release.

@felixxm
Copy link
Contributor Author

felixxm commented Mar 2, 2021

This requires a NEWS item, since it's a regression in an official release.

Added.

Copy link
Contributor

@erlend-aasland erlend-aasland left a comment

LGTM w/minor nitpicks. I'll add error handling in a separate PR. Thanks for spotting this!

Lib/sqlite3/test/regression.py Outdated Show resolved Hide resolved
@felixxm
Copy link
Contributor Author

felixxm commented Mar 2, 2021

@erlend-aasland Thanks for reviews 👍

Copy link
Member

@berkerpeksag berkerpeksag left a comment

LGTM! I'll rerun tests since one of the required ones was failed.

@berkerpeksag
Copy link
Member

berkerpeksag commented Mar 3, 2021

I thought it was a flaky test, but turns out master is broken. I'll merge once master is green.

@felixxm
Copy link
Contributor Author

felixxm commented Mar 3, 2021

@berkerpeksag Thanks 👍

@felixxm
Copy link
Contributor Author

felixxm commented Mar 3, 2021

Rebased from master.

@berkerpeksag berkerpeksag merged commit 3b4b2cf into python:master Mar 3, 2021
11 checks passed
@felixxm felixxm deleted the fix-issue-43368 branch Mar 3, 2021
kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants