Closed
Description
Bug report
Right now it uses Py_DECREF(info)
, which is strange, because info
has struct channel_info *
type.
But, it does not clear PyObject *self = PyStructSequence_New(state->ChannelInfoType);
which is declared right above. I think that this might be a typo.
Link:
cpython/Modules/_xxinterpchannelsmodule.c
Lines 2140 to 2165 in 4ebf8fb
I have a PR ready.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done