bpo-18174: regrtest -R 3:3 checks for handle leak by vstinner · Pull Request #7827 · python/cpython (original) (raw)

test__xxsubinterpreters: bug, "unknown interpreter ID"

Unrelated to this PR: the test is fragile, see for example https://bugs.python.org/issue33868

test_asyncio: memory block leak

I'm investigating this issue, but there is already one open issue: https://bugs.python.org/issue32710

test_builtin: I failed to reproduce this failure

Unrelated to this PR, and again, I failed to reproduce the issue. Maybe a race condition.

test_bz2: leak of 100 handles, maybe the same bug than https://bugs.python.org/issue33916
test_lzma: https://bugs.python.org/issue33916

Fixed by my PR #7843 (not merged yet)

test_compileall: PermissionError

Unrelated to this PR, and again, I failed to reproduce the issue. Maybe a race condition.

test_concurrent_futures: I'm trying to reproduce that one, but I failed to reproduce the leak yet.

I confirm that I fail to reproduce the leak. Maybe a race condition.

test_multiprocessing_spawn: handle leak

I reproduced the leak. I'm running test.bisect on it.

test_ntpath: if I recall correctly, it was a bug, not a leak

Unrelated to this PR, and again, I failed to reproduce the issue. Maybe a race condition.

test_script_helper: bug

Oh. Running the test alone without -R 3:3 also fails.