Remove lingering code for compatibility with Python < 1.6
This commit is contained in:
parent
55f303d286
commit
bfe3adbd0a
1 changed files with 0 additions and 4 deletions
|
|
@ -97,10 +97,6 @@ PyString_FromFormat(const char *fmt, ...) {
|
|||
}
|
||||
#endif
|
||||
|
||||
/* Add PyObject_Del for old Pythons */
|
||||
#if PY_VERSION_HEX < 0x01060000
|
||||
# define PyObject_Del(op) PyMem_DEL((op))
|
||||
#endif
|
||||
#ifndef PyObject_DEL
|
||||
# define PyObject_DEL PyObject_Del
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue