bpo-40956: [regression] first argument in sqlite3.Connection.backup is mandatory#24503
Conversation
|
skip news |
Sorry, something went wrong.
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
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
|
And this is actually need a NEWS entry because the previous PR has already been released in 3.10 alphas. |
Sorry, something went wrong.
Sure, I'll do it first thing tomorrow.
I see. Thanks for the heads-up. |
Sorry, something went wrong.
Sorry, something went wrong.
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. |
Sorry, something went wrong.
|
Thanks for making the requested changes! @berkerpeksag: please review the changes made to this pull request. |
Sorry, something went wrong.
berkerpeksag
left a comment
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
Regression introduced by GH-23838.
https://bugs.python.org/issue40956