Fix memory leaks in test_capi by carljm · Pull Request #98017 · python/cpython
These memory leaks were recently introduced in #31787. Not sure if this fix qualifies as "trivial" or requires an issue also.
Before this fix, ./python -m test test_capi -R 3:3 reports a memory leak; after this fix it passes.