]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93044: No longer convert the database argument of sqlite3.connect() to bytes ...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 May 2022 11:35:46 +0000 (14:35 +0300)
committerGitHub <noreply@github.com>
Sat, 21 May 2022 11:35:46 +0000 (14:35 +0300)
commit14c0d33016a967a98155f2e1615660e9328aef5d
tree210319151392d06e34646f0b4b2f8f2787c9cf31
parentb96e20c1d9be4e6d5ea3e48c9c97e5ecd02f6055
gh-93044: No longer convert the database argument of sqlite3.connect() to bytes (GH-93046)

Just pass it to the factory as is.
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