Changes committed to git://oss.sgi.com/pcp/pcp.git dev
qa/src/test_pcp.python | 28 +++++++++++++++++-----------
src/pmcollectl/pmcollectl.py | 42 ++++++++++++++++++++++++++----------------
src/python/pcp.py | 40 ++++++++++++++++++++++++----------------
src/python/pmapi.c | 7 +++++--
4 files changed, 72 insertions(+), 45 deletions(-)
commit 46b5d8452f1ec4d5c545db65967b9dc63d61105a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 24 14:07:27 2012 +1100
Fix the python API wrappers for reentrant libpcp string routines
The python wrappers for pmErrStr, pmIDStr, pmiErrStr, pmUnitsStr,
pmInDomStr, pmTypeStr, and pmAtomStr were not correct - they were
using the reentrant C interfaces but not passing in a buffer (nor
a size). Imploded on ppc64.
Adds in missing python dictionary symbols for maximum err string
lengths, and uses these for the two error interfaces.
commit 24f54c2e26e67e130eb0629bb9381fab49df333f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 24 13:20:12 2012 +1100
Python all() and any() test helpers not present on RHEL5
commit 8e2db09843acfbed6fe85234ee3d6b63ff2a96f8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 24 13:17:18 2012 +1100
Python code backporting for RHEL5 in qa and pmcollectl
|