Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 530636
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/Singular-3-1-6/Singular/pyobject.cc
0
++ b/Singular-3-1-6/Singular/pyobject.cc
Lines 240-246 Link Here
240
    PyErr_Fetch(&pType, &pMessage, &pTraceback);
240
    PyErr_Fetch(&pType, &pMessage, &pTraceback);
241
    
241
    
242
    Werror("pyobject error occured");
242
    Werror("pyobject error occured");
243
    Werror(PyString_AsString(pMessage));
243
    WerrorS(PyString_AsString(pMessage));
244
    
244
    
245
    Py_XDECREF(pType);
245
    Py_XDECREF(pType);
246
    Py_XDECREF(pMessage);
246
    Py_XDECREF(pMessage);

Return to bug 530636