Browse Source

Merge 3.6

pull/2/head
Yury Selivanov 9 years ago
parent
commit
ff0273fb20
  1. 4
      Objects/genobject.c

4
Objects/genobject.c

@ -1123,7 +1123,7 @@ PyTypeObject _PyCoroWrapper_Type = {
0, /* tp_init */
0, /* tp_alloc */
0, /* tp_new */
PyObject_Del, /* tp_free */
0, /* tp_free */
};
PyObject *
@ -1208,7 +1208,7 @@ PyTypeObject _PyAIterWrapper_Type = {
0, /* tp_init */
0, /* tp_alloc */
0, /* tp_new */
PyObject_Del, /* tp_free */
0, /* tp_free */
};

Loading…
Cancel
Save