mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Merge 3.5
This commit is contained in:
commit
49ffdf6bb2
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue