J'ai le code suivant:QSortFilterProxyModel.mapToSource se bloque. Pas d'info pourquoi
proxy_index = self.log_list.filter_proxy_model.createIndex(index, COL_REV)
model_index = self.log_list.filter_proxy_model.mapToSource(proxy_index)
revno = self.log_list.model.data(model_index,QtCore.Qt.DisplayRole)
self.setEditText(revno.toString())
Le code est écrasé sur la deuxième ligne. Il n'y a aucune exception soulevée. Aucune trace en arrière. Pas d'avertissement. Comment puis-je réparer ça?