]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105561)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Jun 2023 17:15:55 +0000 (10:15 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2023 17:15:55 +0000 (17:15 +0000)
commitbc365da711f8c8039f10d75572af674cf82d5b20
treea7528c77602a889a9ea66b5ada6104f51b4f4dea
parent16b1cdc87c08c01294b66257a26574725b005c50
[3.12] gh-105557: Remove duplicate sqlite3 test method (GH-105558) (#105561)

test_func_return_too_large_int() was defined twice.
Keep only the redefined method, as that also checks the tracebacks.
(cherry picked from commit b8fa7bda4f286503447dc12327b789bbfc836458)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Lib/test/test_sqlite3/test_userfunctions.py