FreeCAD: master 7d47a723

Author Committer Branch Timestamp Parent
wmayer wmayer master 2017-05-15 16:49:09 master 869e42e0
Changeset Fix various issues:
+ fix dangling pointers when fetching Python error text
+ initialize members in overloaded constructors of Exception class
+ implement assignment operator in sub-class
+ move to PyCXX API to simplify handling with reference counting and reading values from the dict
mod - src/Base/Exception.cpp Diff File
mod - src/Base/Exception.h Diff File
mod - src/Base/ExceptionFactory.cpp Diff File
mod - src/Base/Interpreter.cpp Diff File
mod - src/Base/PyTools.c Diff File