]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127500)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Dec 2024 14:19:21 +0000 (15:19 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2024 14:19:21 +0000 (15:19 +0100)
commit511c588f5d5b9f8eb0e836652ca3ecf86518401e
tree7bfa76f4697448234903aaf674d18c55067547ce
parent2d458b16e6cee1160656baf2c9e456ac9466fc29
[3.13] add missing gc_collect() calls in sqlite3 tests (GH-127446) (#127500)

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