[Cython] a problem with sizeof() return type
Lisandro Dalcin
dalcinl at gmail.com
Wed Feb 4 15:40:25 CET 2009
On Wed, Feb 4, 2009 at 12:37 PM, Dag Sverre Seljebotn
<dagss at student.matnat.uio.no> wrote:
>>
>> There are strong objections for my approach? What could be the
>> potential problems?
>
> The objections as I understand them is that not all C compilers
> understand the "size_t" type. Not all projects (amongst them CPython)
> adhere to the latest C standards.
>
And then could you tell me how core CPython could be build with such a
C compiler...
Please look, at core CPython sources. To be sure, inspect Python-2.3
sources. They use 'size_t' freely after including "Python.h"
--
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
More information about the Cython-dev
mailing list