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.
2 parents a054f40 + 33499b7 commit 49ffdf6Copy full SHA for 49ffdf6
1 file changed
Objects/genobject.c
@@ -1123,7 +1123,7 @@ PyTypeObject _PyCoroWrapper_Type = {
1123
0, /* tp_init */
1124
0, /* tp_alloc */
1125
0, /* tp_new */
1126
- PyObject_Del, /* tp_free */
+ 0, /* tp_free */
1127
};
1128
1129
PyObject *
@@ -1208,7 +1208,7 @@ PyTypeObject _PyAIterWrapper_Type = {
1208
1209
1210
1211
1212
1213
1214
0 commit comments