I am considering translating a few functions of our large PyQt application to C (or, probably, pyrex) as a performance optimisation, but I have stumbled at the first hurdle. How do you convert a PyObject pointer to a PyQt object into a pointer to the Qt C++ object? Thanks in advance, -- Toby Dickenson