]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
add missing gc_collect() calls in sqlite3 tests (#127446)
authorCF Bolz-Tereick <cfbolz@gmx.de>
Mon, 2 Dec 2024 10:11:28 +0000 (11:11 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 10:11:28 +0000 (11:11 +0100)
commit2a373da7700cf928e0a5ce3998d19351a3565df4
treefb4633552f31127d894ab88994feb69a35a5ef71
parent1f8267b85dda655282922ba20df90d0ac6bea634
add missing gc_collect() calls in sqlite3 tests (#127446)
Lib/test/test_sqlite3/test_regression.py