0, /* tp_init */
0, /* tp_alloc */
delta_new, /* tp_new */
- _PyObject_Del, /* tp_free */
+ PyObject_Del, /* tp_free */
};
/*
0, /* tp_init */
0, /* tp_alloc */
date_new, /* tp_new */
- _PyObject_Del, /* tp_free */
+ PyObject_Del, /* tp_free */
};
/*
0, /* tp_init */
0, /* tp_alloc */
time_new, /* tp_new */
- _PyObject_Del, /* tp_free */
+ PyObject_Del, /* tp_free */
};
/*
0, /* tp_init */
0, /* tp_alloc */
datetime_new, /* tp_new */
- _PyObject_Del, /* tp_free */
+ PyObject_Del, /* tp_free */
};
/* ---------------------------------------------------------------------------