Skip to content

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Jul 23, 2022

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

…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
Copy link
Contributor Author

erlend-aasland commented Jul 23, 2022

BTW, we should teach the cherry-picker to rerun clinic with -f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants