[collectd-changes] collectd, the system statistics collection daemon: Changes to 'st/python'
Florian Forster
octo at verplant.org
Tue Dec 8 11:59:51 CET 2009
src/cpython.h | 5 +++++
src/python.c | 24 ++++++++++++------------
2 files changed, 17 insertions(+), 12 deletions(-)
New commits:
commit 2c15d340059c210c86441b840c82bfd0ea8d26d7
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Dec 8 11:59:22 2009 +0100
src/cpython.h: Apparently Python 2.3 doesn't have the Py_RETURN_NONE macro.
commit 6eae6dfc14c01a5b1756b10c5cefab576da31170
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Dec 8 11:53:10 2009 +0100
python plugin: Cast pointer to `void *' to work around strict aliasing problems.
python.c: In function `cpy_write_callback':
python.c:349: warning: dereferencing type-punned pointer will break strict-aliasing rules
python.c: In function `cpy_notification_callback':
python.c:368: warning: dereferencing type-punned pointer will break strict-aliasing rules
python.c: In function `cpy_oconfig_to_pyconfig':
python.c:842: warning: dereferencing type-punned pointer will break strict-aliasing rules
python.c: In function `cpy_config':
python.c:887: warning: dereferencing type-punned pointer will break strict-aliasing rules
python.c:888: warning: dereferencing type-punned pointer will break strict-aliasing rules
python.c:889: warning: dereferencing type-punned pointer will break strict-aliasing rules
commit a304e2b7c4aae3334324b83765bc95986fec2587
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date: Tue Dec 8 11:49:14 2009 +0100
python plugin: Fix some typos in the inline documentation.
More information about the collectd-changes
mailing list