test_interpreters Failing Intermittently Under Py_DISABLE_GIL #118731
Labels
3.13
bugs and security fixes
topic-free-threading
topic-subinterpreters
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
On one of my recent PRs, gh-118157, I was getting consistent failures on CI in test_interpreters. Different tests would fail, but the error was always the same:
(expand)
The error looks like this:
I'm fairly sure that means one of the 3 calls in
_interpreters._decref()
is raising a bogus exception.It isn't clear to me how gh-118157 would have caused this to happen. As a very temporary solution, I've skipped test_interpreters on free-threading builds.
CC @colesbury
CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
The text was updated successfully, but these errors were encountered: