You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test_basic_multiple_interpreters_deleted_no_reset() test of test_import (previously in test_imp) leaks references but only when test_import is run with -jN option:
The test leaks since it was added by the commit bb0cf8f at Feb 27.
The bug was not spotted by buildbots since the test fail when run with -jN option, but pass when regrtest main process re-runs the test in the same process:
The test_basic_multiple_interpreters_deleted_no_reset() test of test_import (previously in test_imp) leaks references but only when test_import is run with -jN option:
The test leaks since it was added by the commit bb0cf8f at Feb 27.
Leak with
-j1
option:No leak without the
-j1
option, magic!cc @ericsnowcurrently
The text was updated successfully, but these errors were encountered: