Fix PyObject reference counting bugs causing memory violations in the Python component implementation. Build Python runtime from source with pydebug to diagnose memory issues.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343550 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2012-05-29 06:05:43 +00:00
commit 5e4d964310
12 changed files with 258 additions and 59 deletions

View file

@ -24,5 +24,6 @@ port=$2
python_prefix=`cat $here/../python/python.prefix`
cd $root
export LD_LIBRARY_PATH=$python_prefix/lib:$LD_LIBRARY_PATH
$python_prefix/bin/python composite.py $port &