[Numpy-discussion] profiling line by line

Robert Kern robert.kern at gmail.com
Sun Sep 21 03:17:05 EDT 2008


On Sun, Sep 21, 2008 at 02:09, Robert Cimrman <cimrman3 at ntc.zcu.cz> wrote:
> Robert Kern wrote:
>> On Fri, Sep 19, 2008 at 07:00, Robert Cimrman <cimrman3 at ntc.zcu.cz> wrote:
>>> Robert Kern wrote:
>>>> Ah, found it. T_LONGLONG is a #define from structmember.h which is
>>>> used to describe the types of attributes. Apparently, this was not
>>>> added until Python 2.5. That particular member didn't actually need to
>>>> be long long, so I've fixed that.
>>> Great, I will try it after it appears on the web page.
>>
>> Oops! It's now pushed.
>
> Thanks, it builds ok now! But then cProfile is also new in 2.5. - I
> should probably upgrade and stop bothering you :-)

Actually, if you pull again, I've just pushed my changes to remove the
hard dependency on cProfile.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
 -- Umberto Eco



More information about the NumPy-Discussion mailing list