mirror of
https://github.com/python/cpython.git
synced 2026-06-22 19:12:50 -04:00
3831144f9c
gh-117662 introduced some refleaks, or, rather, exposed some existing refleaks. The leaks are coming when test.support.os_helper is imported in a "legacy" interpreter. I've updated test.test_interpreters.utils to avoid importing os_helper, which fixes the leaks. I'll address the root cause separately.