On Sat, Oct 25, 2008 at 6:03 PM, Stefan Behnel <[EMAIL PROTECTED]> wrote:

> >From my POV, they are plain legacy functions that are only there to enable
> code to run on close-to-be-abandoned Python versions.
>
> So, no, I don't see any real reason to do that.
>

OK, I agree with you, all this is just for supporting ancient Py2.3.

A final question: you wrote the utility code like this:


#if PY_VERSION_HEX < 0x02050000
#ifndef PyAnySet_CheckExact

/* COMMON STUFF FOR Py 2.3 and 2.4 */

#endif /* PyAnySet_CheckExact (<= Py2.4) */

.......


Why are you protecting this stuff with the PyAnySet_CheckExact definition ??

-- 
Lisandro Dalcín
---------------
Centro Internacional de Métodos Computacionales en Ingeniería (CIMEC)
Instituto de Desarrollo Tecnológico para la Industria Química (INTEC)
Consejo Nacional de Investigaciones Científicas y Técnicas (CONICET)
PTLC - Güemes 3450, (3000) Santa Fe, Argentina
Tel/Fax: +54-(0)342-451.1594
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to