SIGN IN SIGN UP

gh-108278: Deprecate passing the three first params as keyword args for sqlite3 UDF creation APIs (#108281)

Deprecate passing name, number of arguments, and the callable as keyword
arguments, for the following sqlite3.Connection APIs:

- create_function(name, nargs, callable, ...)
- create_aggregate(name, nargs, callable)

The affected parameters will become positional-only in Python 3.15.
E
Erlend E. Aasland committed
4116592b6f014a2720e9b09e2c8dec4bf4b4cd8f
Parent: bc5356b
Committed by GitHub <noreply@github.com> on 8/28/2023, 1:32:07 PM