]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133532: Run GC fast cycles test in subprocess. (gh-133533)
authorNeil Schemenauer <nas-github@arctrix.com>
Thu, 8 May 2025 04:38:57 +0000 (21:38 -0700)
committerGitHub <noreply@github.com>
Thu, 8 May 2025 04:38:57 +0000 (04:38 +0000)
commit8598e57942f26ca1feecc0aefb421935e4e9f2aa
tree126a7eb15213b5e119b0eff3954e6aeac72c2e91
parent751db4e64993b5af98aa1c12cc9d7c7c5882961b
gh-133532: Run GC fast cycles test in subprocess. (gh-133533)

This makes the test more reliable since there are not extra objects on the heap leftover
from other tests.
Lib/test/_test_gc_fast_cycles.py [new file with mode: 0644]
Lib/test/test_gc.py