mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
0b0c1d046c
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.