mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Remove unneeded initializer.
This commit is contained in:
parent
c23b8a7af9
commit
41e22ff5cc
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ static PyTypeObject DictRemover_Type = {
|
|||
0, /* tp_dictoffset */
|
||||
0, /* tp_init */
|
||||
0, /* tp_alloc */
|
||||
PyType_GenericNew, /* tp_new */
|
||||
0, /* tp_new */
|
||||
0, /* tp_free */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue