Commit Graph

10 Commits

Author SHA1 Message Date
wmayer
1902adf710 fix crash caused by PR761 2017-05-18 19:44:10 +02:00
Yorik van Havre
0bc16d353b py3: Base: files I-R ported to python3
PyObjectBase.cpp and PyObjectBase.h not included
issue 0000995
2017-05-18 16:00:05 +02:00
wmayer
1d8206acbf 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
2017-05-15 18:49:09 +02:00
wmayer
55173f6b15 remove commented code 2017-05-13 16:09:30 +02:00
Abdullah Tahiri
ea2b6ee945 pytools fix 2017-05-13 15:27:57 +02:00
Abdullah Tahiri
94a22e34de Extend PyTools to export exception dictionary if present 2017-05-13 15:27:57 +02:00
wmayer
fb892d35de fix Coverity issues 2016-09-03 14:51:28 +02:00
Julien Nabet
ac57af3b8a Fix some cppcheck reports:
- (error) va_list '<var>' was opened but not closed by va_end()
- (style) Same expression on both sides of '||'
- (style) Same expression on both sides of '!='
2015-01-06 11:37:44 +01:00
wmayer
2eac5cdf1b 0000716: src/Tools/PyTools.c: strange assignment and a memory leak 2012-05-23 15:03:19 +02:00
wmayer
120ca87015 + unify DLL export defines to namespace names
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
2011-10-10 13:44:52 +00:00