rework error handling mechanism

This commit is contained in:
wmayer
2018-10-24 19:38:43 +02:00
parent ea4fb69e4e
commit a53027342e
5 changed files with 92 additions and 45 deletions

View File

@@ -237,7 +237,7 @@ PyMOD_INIT_FUNC(Part)
// Python's cmath module.
// For Linux use segmentation_fault_handler in Application.cpp
#if !defined(_DEBUG) && !defined(FC_OS_LINUX)
OSD::SetSignal(Standard_False);
//OSD::SetSignal(Standard_False);
#endif
PyObject* partModule = Part::initModule();