cantera/interfaces/cython
Ray Speth a1e4735743 [Python] Fix premature deallocation when slicing Solution objects
Testing the value of self.parent in _SolutionBase.__dealloc__ was ineffective
because this attribute can already be cleared when __dealloc__ is called,
causing the borrowed C++ objects to be deleted prematurely. A C data member
needs to be used to determine whether this object is responsible for deleting
the underlying C++ objects.
2015-04-29 14:38:45 -04:00
..
cantera [Python] Fix premature deallocation when slicing Solution objects 2015-04-29 14:38:45 -04:00
scripts [SCons] Install script for running MixMaster with new Python module 2013-06-21 20:59:00 +00:00
.gitignore [Python] Remove the legacy Python module 2013-12-09 01:35:08 +00:00
SConscript [Python] Specify python executable to be used in shebang line for scripts 2015-01-06 23:37:30 +00:00
setup.py.in Change Python module URL to point to cantera.org 2015-03-10 22:41:49 +00:00