Thanks everyone.

Finally, I used Falcolas suggestion and took into consideration sturlamolden's comments.

Regards,
Elias
"lallous" <lall...@lgwm.org> wrote in message news:h9sgcn$iv...@aioe.org...
Hello

From my C extension module I want to store a C pointer in a given PyObject.

The only way I figure how to do it is to use Py_BuildValues and store the poiner casted to Py_ssize_t, thus:

Py_BuildValues("n", (Py_ssize_t)my_ptr)

Can it be done differently?

Regards,
Elias

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to