PythonSystemModule.cpp'ye şunları ekleyin. Alıntıladığınız mesajda mevcut hatta
PyObject * systemIsRefineStatus(PyObject * poSelf, PyObject * poArgs)
{
return Py_BuildValue("i", CPythonSystem::Instance().IsRefineStatus());
}
PyObject * systemSetRefineStatus(PyObject * poSelf, PyObject *...