Lisandro Dalcin wrote: > On Tue, Jul 7, 2009 at 7:36 AM, Robert > Bradshaw<[email protected]> wrote: >> On a more serious note, I'd probably prefer >> >> cdef extern from *: >> ctypedef signed int? MyIntType1 >> > > Many thanks for you input, Robert... I'll try to implement this...
Sorry that I entered this late, but: What is the specific semantic differences for this type beyond what #333 provides? That division (or other operations requiring a temporary) will be disallowed? Or that #333-like behaviour will *only* be done if you use a "?"? If so, for what gain? -- some fewer lines of C code? Why does it hurt to "second-guess the user", as you put it in the OP? -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
