#include #include template<> void THPPointer::free() { if (ptr) Py_DECREF(ptr); } template class THPPointer;