Sorry, something went wrong.
|
!buildbot AMD64 Windows11 Refleaks |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit c0e665b 🤖 The command will test the builders whose names match following regular expression: AMD64 Windows11 Refleaks The builders matched are:
|
Sorry, something went wrong.
|
Thank you! |
Sorry, something went wrong.
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.