[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Tue Aug 16 07:22:14 CEST 2016
src/python.c | 31 ++++++++++++++++++++++++++-----
1 file changed, 26 insertions(+), 5 deletions(-)
New commits:
commit 475135b49b9bf7ee2885b6d9c7083c2b596ce844
Merge: 88ad924 4983415
Author: Ruben Kerkhof <ruben at rubenkerkhof.com>
Date: Mon Aug 15 22:43:10 2016 +0200
Merge pull request #1890 from trenkel/master
python plugin: Various shutdown fixes.
commit 4983415699a341c3bb21d96bf413c2938cba450d
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Mon Aug 15 18:55:44 2016 +0000
python plugin: Unregister all internal callback lists before Python interpreter shutdown.
commit eb165c5f78c06fb424de10d45ad6e484f9e24126
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Mon Aug 15 18:53:28 2016 +0000
python plugin: Properly deal with identifier being NULL in a log callback.
commit 240b01025dcf6b38ccf451fbd95b3c6698853268
Author: Sven Trenkel <collectd at semidefinite.de>
Date: Mon Aug 15 18:51:25 2016 +0000
python plugin: Grab GIL before freeing callbacks. If their refcount reaches 0 Python code will be executed.
More information about the collectd-changes
mailing list