Re: [Cython] Conditional cast and builtin types

2013-06-15 Thread Robert Bradshaw
On Fri, Jun 7, 2013 at 5:58 AM, Stefan Behnel wrote: > Nikita Nemkin, 07.06.2013 13:14: >> I have just discovered that the following operations do not perform >> any type checking ("?" is ignored): >> >> obj, obj, obj, obj, obj. >> >> Can someone please confirm this as a bug? > > I never tried it,

Re: [Cython] Conditional cast and builtin types

2013-06-07 Thread Stefan Behnel
Nikita Nemkin, 07.06.2013 13:14: > I have just discovered that the following operations do not perform > any type checking ("?" is ignored): > > obj, obj, obj, obj, obj. > > Can someone please confirm this as a bug? I never tried it, but (or rather, therefore) I can well imagine that it doesn't

[Cython] Conditional cast and builtin types

2013-06-07 Thread Nikita Nemkin
Hi, I have just discovered that the following operations do not perform any type checking ("?" is ignored): obj, obj, obj, obj, obj. Can someone please confirm this as a bug? Best regards, Nikita Nemkin ___ cython-devel mailing list cython-devel@pyt