Open
Description
Bug report
traverse_module_state
can in theory return non-zero code:
cpython/Modules/_interpchannelsmodule.c
Lines 283 to 302 in 0d9d489
because PY_VISIT
can return it:
Lines 193 to 200 in 0d9d489
So, using it like this:
cpython/Modules/_interpchannelsmodule.c
Lines 3627 to 3629 in 0d9d489
Is also not really correct. I will send a PR with the fix.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Todo