summaryrefslogtreecommitdiffstats
path: root/Objects/complexobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/complexobject.c')
-rw-r--r--Objects/complexobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/complexobject.c b/Objects/complexobject.c
index 48a9afa..3dbaea3 100644
--- a/Objects/complexobject.c
+++ b/Objects/complexobject.c
@@ -992,7 +992,7 @@ PyTypeObject PyComplex_Type = {
0, /* tp_init */
0, /* tp_alloc */
complex_new, /* tp_new */
- _PyObject_Del, /* tp_free */
+ PyObject_Del, /* tp_free */
};
#endif