◐ Shell
clean mode source ↗

GH-93115: Fix error code tests in test_sqlite3.test_dbapi by The-Compiler · Pull Request #93116 · python/cpython

They used sqlite.version_info (2.6.0 for the past 12 years) rather than .sqlite_version_info. Also, the last statement raised a NameError.

erlend-aasland

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

May 23, 2022

miss-islington added a commit that referenced this pull request

May 23, 2022
(cherry picked from commit d5f0dd1)

Co-authored-by: Florian Bruhin <me@the-compiler.org>