]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127501)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Dec 2024 13:57:51 +0000 (14:57 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 13:57:51 +0000 (14:57 +0100)
commit97fd09fba1aa86f77d6fb27c0a37fc10d1655424
tree89d795bfbafd4157dfae44113f9cced937e1d8b4
parent9295a1d0334d6b94ff5ae5b13219695954cc6b4c
[3.12] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127501)

add missing gc_collect() calls in sqlite3 tests (GH-127446)
(cherry picked from commit 2a373da7700cf928e0a5ce3998d19351a3565df4)

Co-authored-by: CF Bolz-Tereick <cfbolz@gmx.de>
Lib/test/test_sqlite3/test_regression.py