Uh oh!
There was an error while loading. Please reload this page.
bpo-40956: [regression] first argument in sqlite3.Connection.backup is mandatory - #24503
Conversation
erlend-aasland
commented
Feb 10, 2021
@berkerpeksag would you please review? |
erlend-aasland
commented
Feb 10, 2021
skip news |
berkerpeksag
left a comment
There was a problem hiding this comment.
Could you please add a test case to confirm that the regression is fixed by this?
You can rename test_bad_target_none to test_bad_target and add the new test here:
cpython/Lib/sqlite3/test/backup.py
Lines 20 to 22 in 749d40a
bedevere-bot
commented
Feb 10, 2021
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
berkerpeksag
commented
Feb 10, 2021
And this is actually need a NEWS entry because the previous PR has already been released in 3.10 alphas. |
erlend-aasland
commented
Feb 10, 2021
Sure, I'll do it first thing tomorrow.
I see. Thanks for the heads-up. |
erlend-aasland
commented
Feb 10, 2021
berkerpeksag
commented
Feb 10, 2021
Oops, sorry! Enjoy your days off :) Thanks! (I have made the requested changes; please review again) BTW, not sure about the NEWS entry. It felt a bit clumsy. Let me know if you want me to rephrase it. |
bedevere-bot
commented
Feb 10, 2021
Thanks for making the requested changes! @berkerpeksag: please review the changes made to this pull request. |
erlend-aasland
commented
Feb 10, 2021
Thanks, @berkerpeksag 🙏🏻 |
Regression introduced by GH-23838.
https://bugs.python.org/issue40956