This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hagen
Recipients hagen, r.david.murray, terry.reedy
Date 2011-09-16.17:01:46
SpamBayes Score 5.5863306e-06
Marked as misclassified No
Message-id <1316192507.64.0.770397775898.issue12953@psf.upfronthosting.co.za>
In-reply-to
Content
It happens for other C functions as well, e.g. itertools.permutations:

>>> profile.run('itertools.permutations(range(10), 3)')
         4 function calls in 0.000 seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.000    0.000 :0(exec)
        1    0.000    0.000    0.000    0.000 :0(setprofile)
        1    0.000    0.000    0.000    0.000 <string>:1(<module>)
        1    0.000    0.000    0.000    0.000 profile:0(itertools.permutations(range(10), 3))
        0    0.000             0.000          profile:0(profiler)
History
Date User Action Args
2011-09-16 17:01:47hagensetrecipients: + hagen, terry.reedy, r.david.murray
2011-09-16 17:01:47hagensetmessageid: <1316192507.64.0.770397775898.issue12953@psf.upfronthosting.co.za>
2011-09-16 17:01:47hagenlinkissue12953 messages
2011-09-16 17:01:46hagencreate