◐ Shell
clean mode source ↗

bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC by erlend-aasland · Pull Request #24421 · python/cpython

Erlend E. Aasland added 4 commits

May 7, 2021 22:05

Erlend E. Aasland added 5 commits

June 5, 2021 21:20

Erlend E. Aasland added 2 commits

June 6, 2021 22:16

erlend-aasland

Erlend E. Aasland added 3 commits

June 13, 2021 23:26

pablogsal

pablogsal

pablogsal

pablogsal

erlend-aasland

pablogsal

erlend-aasland pushed a commit that referenced this pull request

Jul 23, 2022
…ctory (#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>

erlend-aasland pushed a commit to erlend-aasland/cpython that referenced this pull request

Jul 23, 2022
…connect to factory (pythonGH-95146)

This PR partially reverts pythongh-24421 (PR) and fixes the remaining concerns
given in pythongh-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 a3d4d15)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>

erlend-aasland pushed a commit that referenced this pull request

Jul 23, 2022
…t to factory (GH-95146) (#95158)

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 a3d4d15)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>