Fix for warnings-free compilation with Python 3.2
The first argument of PyEval_EvalCode() was changed from PyCodeObject* to PyObject* because of PEP 384.
Showing
Please register or sign in to comment
The first argument of PyEval_EvalCode() was changed from PyCodeObject* to PyObject* because of PEP 384.