SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146)

This PR partially reverts gh-24421 (PR) and fixes the remaining concerns
given in gh-93044 (issue):

- keyword arguments are passed as positional arguments to factory()
- if an argument is not passed to sqlite3.connect(), its default value
  is passed to factory()

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
E
Erlend Egeberg Aasland committed
a3d4d15f53777662ce0957500e5a538ce7161f5e
Parent: c1e9298
Committed by GitHub <noreply@github.com> on 7/23/2022, 7:51:28 AM