8000 bpo-40956: [regression] first argument in sqlite3.Connection.backup is mandatory by erlend-aasland · Pull Request #24503 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-40956: [regression] first argument in sqlite3.Connection.backup is mandatory #24503

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

Merged
merged 4 commits into from
Feb 10, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
Prev Previous commit
use meth
  • Loading branch information
berkerpeksag authored Feb 10, 2021
commit 105aa2cbb0dba14d7d2904264b3bf1ecb3691807
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
Fix segfault in ``sqlite3.Connection.backup`` if no argument was provided.
The regression was introduced by GH-23838. Patch by Erlend E. Aasland.
Fix segfault in :meth:`sqlite3.Connection.backup` if no argument was
provided. The regression was introduced by GH-23838. Patch by
Erlend E. Aasland.
0