Base: improve exception

For better FC and Python exception mapping.
This commit is contained in:
Zheng, Lei
2019-06-21 10:46:43 +08:00
committed by wmayer
parent aa7d780f5d
commit 59417068f5
9 changed files with 311 additions and 110 deletions

View File

@@ -37,6 +37,7 @@
using namespace Base;
PyObject* Base::BaseExceptionFreeCADError = 0;
PyObject* Base::BaseExceptionFreeCADAbort = 0;
// Constructor
PyObjectBase::PyObjectBase(void* p,PyTypeObject *T)