◐ Shell
clean mode source ↗

gh-108278: Deprecate passing the first param of sqlite3.Connection callback APIs by keyword by erlend-aasland · Pull Request #108632 · python/cpython

…ion callback APIs by keyword

Deprecate passing the callback callable by keyword for the following
sqlite3.Connection APIs:

- set_authorizer(authorizer_callback)
- set_progress_handler(progress_handler, ...)
- set_trace_callback(trace_callback)

The affected parameters will become positional-only in Python 3.15.

@erlend-aasland

erlend-aasland

erlend-aasland

serhiy-storchaka

@erlend-aasland

carljm added a commit to carljm/cpython that referenced this pull request

Aug 30, 2023