]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-93044: No longer convert the database argument of sqlite3.connect() to...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 May 2022 13:53:58 +0000 (16:53 +0300)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 13:53:58 +0000 (16:53 +0300)
commitd9a48d2b413194f36111aa54df331d60c5bfde3f
treef4b7c27ba630388d7fb964c4249dfc0f1d799878
parentf2aeb3f6f782716d6b8fbff336d6258a24ba021c
[3.11] gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046) (GH-93048)

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

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2022-05-21-13-16-16.gh-issue-93044.eJ_XkZ.rst [new file with mode: 0644]
Modules/_sqlite/clinic/module.c.h
Modules/_sqlite/module.c