Re: Does __Pyx_ImportType need to check struct sizes? (Cython-relevant, too)

Robert Bradshaw <[email protected]> Mon, 1 Jun 2009 23:30:17 -0700
Newsgroups gmane.comp.python.pyrex
Message-ID <[email protected]>
On Jun 1, 2009, at 5:10 PM, Greg Ewing wrote:

> Robert Bradshaw wrote:
>
>> Maybe a list of the struct members (as a char*).
>
> How is that going to work for types that weren't
> created using Pyrex/Cython?

It won't, but do we check for the sizes of those types anyways?

- Robert