Mentions légales du service

Skip to content

Extend once more self._filter_standard_error to reject a cppyy warning

The warning:

Warning: uncaught exception in JIT is rethrown; resources may leak (suppress with "CPPYY_UNCAUGHT_QUIET=1")
long CppyyLegacy::TInterpreter::ProcessLine(const char* line, int* error = 0) =>
        exception: std::exception

I didn't manage to use the macro to suppress the warning, hence the use of existing self._filter_standard_error, which has been rewritten slightly to avoid many startswith call.

cppyy was fully aware of this limitation that he mentioned explicitly here

Merge request reports