python plugin: Switch back to calling the type object to create a new object like...
authorSven Trenkel <collectd@semidefinite.de>
Wed, 16 Jun 2010 12:01:18 +0000 (14:01 +0200)
committerSven Trenkel <collectd@semidefinite.de>
Wed, 16 Jun 2010 12:01:18 +0000 (14:01 +0200)
commit23308534a393a9186e1d64a9c0a6a82086cb0a57
tree4d557a1b17399c14785eedf747e4b2520a51ab49
parent2bdaa472d6955a8c93c6aa77f11748d4c611558e
python plugin: Switch back to calling the type object to create a new object like in collectd-4.9.
PyObject_New should not be used.
This should fix a compile problem with some versions of Python.
src/cpython.h
src/python.c