Commit b8a62b05 authored by Lisandro Dalcin's avatar Lisandro Dalcin

quick fix previous commit (PySys_GetObject() returns borrowed ref)

parent d4d7b4a3
......@@ -2884,7 +2884,6 @@ static int __Pyx_check_binary_version(void) {
res = 1;
}
bad:
Py_XDECREF(version_info);
Py_XDECREF(major_info);
Py_XDECREF(minor_info);
return res;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment