X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FPythonInitConv.cxx;h=fad47fb7a81f6045147b497de351565cc94f6d93;hb=44f9643fef262a0dd98a175f3d4c58a60f65c6fc;hp=e88fb6a6ac5869e7be500d571b1f2b6f7d4cbe35;hpb=802458daad8b198beabbb058dc87437bdc63b1a3;p=modules%2Fyacs.git diff --git a/src/runtime/PythonInitConv.cxx b/src/runtime/PythonInitConv.cxx index e88fb6a6a..fad47fb7a 100644 --- a/src/runtime/PythonInitConv.cxx +++ b/src/runtime/PythonInitConv.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2015 CEA/DEN, EDF R&D +// Copyright (C) 2006-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -39,7 +39,7 @@ PyInit::PyInit(InputPyPort* p) * \param data : PyObject object as a void * pointer */ -void PyInit::put(const void *data) throw(ConversionException) +void PyInit::put(const void *data) { put((PyObject *)data); } @@ -48,7 +48,7 @@ void PyInit::put(const void *data) throw(ConversionException) /*! * \param data : PyObject object */ -void PyInit::put(PyObject *data) throw(ConversionException) +void PyInit::put(PyObject *data) { DEBTRACE("PyInit::put(PyObject *data)"<ob_refcnt); InterpreterUnlocker l;