On Thu, Mar 29, 2012 at 2:25 AM, Stefan Behnel wrote:
> Robert Bradshaw, 29.03.2012 11:19:
On 27 March 2012 17:20, Stefan Behnel wrote:
> the NumPy related tests use a file "numpy_common.pxi" that contains this
> useless code:
>
> """
> cdef extern from *:
> bint FAL
Robert Bradshaw, 29.03.2012 11:19:
>>> On 27 March 2012 17:20, Stefan Behnel wrote:
the NumPy related tests use a file "numpy_common.pxi" that contains this
useless code:
"""
cdef extern from *:
bint FALSE "0"
void import_array()
void import_umath()
>>>
On Tue, Mar 27, 2012 at 11:49 PM, Stefan Behnel wrote:
> Lisandro Dalcin, 27.03.2012 21:34:
>> On 27 March 2012 17:20, Stefan Behnel wrote:
>>> the NumPy related tests use a file "numpy_common.pxi" that contains this
>>> useless code:
>>>
>>> """
>>> cdef extern from *:
>>> bint FALSE "0"
>>>
On Tue, Mar 27, 2012 at 11:49 PM, Stefan Behnel wrote:
> Lisandro Dalcin, 27.03.2012 21:34:
>> On 27 March 2012 17:20, Stefan Behnel wrote:
>>> the NumPy related tests use a file "numpy_common.pxi" that contains this
>>> useless code:
>>>
>>> """
>>> cdef extern from *:
>>> bint FALSE "0"
>>>
Lisandro Dalcin, 27.03.2012 21:34:
> On 27 March 2012 17:20, Stefan Behnel wrote:
>> the NumPy related tests use a file "numpy_common.pxi" that contains this
>> useless code:
>>
>> """
>> cdef extern from *:
>> bint FALSE "0"
>> void import_array()
>> void import_umath()
>>
>> if FALSE:
>>
On Tue, Mar 27, 2012 at 7:20 AM, Stefan Behnel wrote:
> Hi,
>
> the NumPy related tests use a file "numpy_common.pxi" that contains this
> useless code:
>
> """
> cdef extern from *:
> bint FALSE "0"
> void import_array()
> void import_umath()
>
> if FALSE:
> import_array()
> import_um
On 27 March 2012 17:20, Stefan Behnel wrote:
> Hi,
>
> the NumPy related tests use a file "numpy_common.pxi" that contains this
> useless code:
>
> """
> cdef extern from *:
> bint FALSE "0"
> void import_array()
> void import_umath()
>
> if FALSE:
> import_array()
> import_umath()
> "