Update everything for dropping Python 3.2 support
This commit is contained in:
parent
a55d40dbb5
commit
0b9d4eff09
7 changed files with 9 additions and 36 deletions
|
|
@ -64,7 +64,6 @@ SWIG_Python_AddErrorMsg(const char* mesg)
|
|||
PyErr_Format(type, "%s %s", tmp, mesg);
|
||||
else
|
||||
PyErr_Format(type, "%s", mesg);
|
||||
SWIG_Python_str_DelForPy3(tmp);
|
||||
Py_DECREF(old_str);
|
||||
Py_DECREF(value);
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue