Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-133595: Clean up sqlite3.Connection APIs#133605

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchakaserhiy-storchaka commentedMay 7, 2025
edited by github-actionsbot
Loading

  • All parameters of sqlite3.connect() except "database" are now keyword-only.
  • The first three parameters of methods create_function() and create_aggregate() are now positional-only.
  • The first parameter of methods set_authorizer(), set_progress_handler() and set_trace_callback() is now positional-only.

📚 Documentation preview 📚:https://cpython-previews--133605.org.readthedocs.build/

* All parameters of sqlite3.connect() except "database" are now keyword-only.* The first three parameters of methods create_function() and  create_aggregate() are now positional-only.* The first parameter of methods set_authorizer(), set_progress_handler()  and set_trace_callback() is now positional-only.
@erlend-aaslanderlend-aasland mentioned this pull requestMay 7, 2025
@zware
Copy link
Member

Please forgive the intrusion; I mergedmain and reverted the relevant bits ofGH-133599 to allow CI to pass.

serhiy-storchaka reacted with thumbs up emoji

@serhiy-storchakaserhiy-storchaka merged commitdcf93c4 intopython:mainMay 8, 2025
39 checks passed
@serhiy-storchakaserhiy-storchaka deleted the sqlite3-api-end-deprecation branchMay 8, 2025 12:42
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@erlend-aaslanderlend-aaslanderlend-aasland approved these changes

@berkerpeksagberkerpeksagAwaiting requested review from berkerpeksagberkerpeksag is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@serhiy-storchaka@zware@erlend-aasland

[8]ページ先頭

©2009-2025 Movatter.jp