We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 130e7b5 commit f9943baCopy full SHA for f9943ba
1 file changed
Modules/_asynciomodule.c
@@ -1591,7 +1591,7 @@ static void
1591
FutureIter_dealloc(futureiterobject *it)
1592
{
1593
PyTypeObject *tp = Py_TYPE(it);
1594
- asyncio_state *state = get_asyncio_state_by_def((PyObject *)tp);
+ asyncio_state *state = get_asyncio_state_by_def((PyObject *)it);
1595
PyObject_GC_UnTrack(it);
1596
tp->tp_clear((PyObject *)it);
1597
0 commit comments