mirror of
https://github.com/python/cpython.git
synced 2025-11-11 19:12:05 +00:00
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>.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| blob.c.h | ||
| connection.c.h | ||
| cursor.c.h | ||
| module.c.h | ||
| row.c.h | ||