It would be nice if there was some way to get the C structure underlying a cdef class. Then we could use the usual offsetof and friends. There are a few (unusual) situations I've needed the same thing and had to hack around the problem.
-- PG
--
---
You received this message because you are subscribed to the Google Groups "cython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cython-users...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/cython-users/CALKyFjY2D7ipZNN0QLs15X4sKjw52_F5P6W-dQwyKCoE-d%2BkOw%40mail.gmail.com.
It would be nice if there was some way to get the C structure underlying a cdef class. Then we could use the usual offsetof and friends. There are a few (unusual) situations I've needed the same thing and had to hack around the problem.
-- PG