Skip to content

Commit 49ffdf6

Browse files
author
Yury Selivanov
committed
Merge 3.5
2 parents a054f40 + 33499b7 commit 49ffdf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Objects/genobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ PyTypeObject _PyCoroWrapper_Type = {
11231123
0, /* tp_init */
11241124
0, /* tp_alloc */
11251125
0, /* tp_new */
1126-
PyObject_Del, /* tp_free */
1126+
0, /* tp_free */
11271127
};
11281128

11291129
PyObject *
@@ -1208,7 +1208,7 @@ PyTypeObject _PyAIterWrapper_Type = {
12081208
0, /* tp_init */
12091209
0, /* tp_alloc */
12101210
0, /* tp_new */
1211-
PyObject_Del, /* tp_free */
1211+
0, /* tp_free */
12121212
};
12131213

12141214

0 commit comments

Comments
 (0)