On Dec 16, 8:47 pm, [EMAIL PROTECTED] wrote:
>    ncalls  tottime  percall  cumtime  percall filename:lineno(function)
>     57765    6.020    0.000   12.970    0.000 
> /usr/lib64/python2.4/_strptime.py:273(strptime)
> ...

actually, the C-version of strptime() is also getting called:
    57765    0.960    0.000   13.940    0.000 :0(strptime)

that's pretty confusing. Does the Python version call the C-version
(or the other way around)?

Thanks,
igor

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to