diff --git a/src/CXX/Python3/Exception.hxx b/src/CXX/Python3/Exception.hxx index 91692769b5..6cab35c16a 100644 --- a/src/CXX/Python3/Exception.hxx +++ b/src/CXX/Python3/Exception.hxx @@ -63,10 +63,10 @@ namespace Py explicit Exception () {} - Exception (const std::string &reason) - { - PyErr_SetString( Py::_Exc_RuntimeError(), reason.c_str() ); - } + //Exception (const std::string &reason) + //{ + // PyErr_SetString( Py::_Exc_RuntimeError(), reason.c_str() ); + //} Exception( PyObject *exception, const std::string &reason ) {