On Jun 18, 2008, at 5:34 PM, Greg Ewing wrote:

> Robert Bradshaw wrote:
>
>> The current behavior leads to confusion too.
>
> In what way?

That exceptions aren't propagated upwards by default. (This is more  
for people who write lots of Cython code, instead of just wrapping  
libraries.)

>> No false positives.
>
> In that case you're going to have to do some careful
> analysis. For example, re-ordering type declarations
> doesn't change the interface, but re-ordering C
> attributes or C methods of an extension type does.

Yes. Many times, if the .pyx file changed, it will need to be parsed.  
If .pxd files are around then they can be used as they are now if one  
gets big enough to care about that sort of thing.

- Robert



_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to