]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] Add test for opening an SQLite with bytes path (GH-136331) (GH-137633)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Aug 2025 13:04:54 +0000 (15:04 +0200)
committerGitHub <noreply@github.com>
Mon, 11 Aug 2025 13:04:54 +0000 (16:04 +0300)
commit63a949487840f9b4b1d81df3aba06230ca8e5c28
tree5f42a9c31ab1256a2f607c21aa78dfd85cf711fb
parent0c8c7fb2dc0076ef25fd01447ee21af21b35e5fd
[3.13] Add test for opening an SQLite with bytes path (GH-136331) (GH-137633)

Add test for opening an SQLite with bytes path (GH-136331)
(cherry picked from commit 1bde13b0e99592fbfce3538b27ada29ea09840a6)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_sqlite3/test_dbapi.py