Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)src4.1.4.old/GUI_SRC_4.1.4/src/SALOME_PYQT/SALOME_PYQT_GUI/SALOME_PYQT_Module.cxx (-1 / +1 lines)
Lines 770-776 Link Here
770
      if ( PyDict_Check( res1 ) ) {
770
      if ( PyDict_Check( res1 ) ) {
771
        PyObject* key;
771
        PyObject* key;
772
        PyObject* value;
772
        PyObject* value;
773
        int pos = 0;
773
        Py_ssize_t pos = 0;
774
        while ( PyDict_Next( res1, &pos, &key, &value ) ) {
774
        while ( PyDict_Next( res1, &pos, &key, &value ) ) {
775
	  // parse the return value
775
	  // parse the return value
776
	  // it should be a map: {integer:integer}
776
	  // it should be a map: {integer:integer}

Return to bug 155974