Salome HOME
[EDF26936] : End of the 2GB limit.
[modules/yacs.git] / src / runtime / PythonCppConv.cxx
index 82bc070a65da89e8f0bcd4d76277fdf63bd2a058..727b6b4ee0c5c6d1088cf9668d845a2c4d1eec65 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -38,7 +38,7 @@ namespace YACS
       return convertPyObjectNeutral(t, data);
     }
 
-    void PyCpp::put(const void *data)  throw(ConversionException)
+    void PyCpp::put(const void *data)
     {
       put((PyObject *)data);
     }
@@ -48,7 +48,7 @@ namespace YACS
      *   \param data : python object
      */
 
-    void PyCpp::put(PyObject *data)  throw(ConversionException)
+    void PyCpp::put(PyObject *data)
     {
       YACS::ENGINE::Any *a;
       //Do not need to take the Python GIL as put is called from Python node