mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
cleanup iobase.c
casting iobase_finalize to destructor is not needed
This commit is contained in:
parent
e0b75b7e87
commit
928bff0b26
1 changed files with 1 additions and 1 deletions
|
@ -827,7 +827,7 @@ PyTypeObject PyIOBase_Type = {
|
|||
0, /* tp_weaklist */
|
||||
0, /* tp_del */
|
||||
0, /* tp_version_tag */
|
||||
(destructor)iobase_finalize, /* tp_finalize */
|
||||
iobase_finalize, /* tp_finalize */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue