X Tutup
The Wayback Machine - https://web.archive.org/web/20221223181618/https://github.com/python/cpython/pull/93048
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.11] gh-93044: No longer convert the database argument of sqlite3.c… #93048

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented May 21, 2022

…onnect() to bytes (GH-93046)

Just pass it to the factory as is..
(cherry picked from commit 14c0d33)

…ite3.connect() to bytes (pythonGH-93046)

Just pass it to the factory as is..
(cherry picked from commit 14c0d33)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchaka serhiy-storchaka merged commit d9a48d2 into python:3.11 May 21, 2022
14 checks passed
@serhiy-storchaka serhiy-storchaka deleted the backport-14c0d33-3.11 branch May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants
X Tutup