Terje Wiesener added the comment:

This bug seems to have resurfaced in newer python versions.

I have tested the file attached in the original report (prof2.py) in python 
2.6.6 and 2.7 (x86 versions) under Windows 7, and both give the same output:

c:\temp>c:\Python27\python.exe prof2.py
<type 'exceptions.ZeroDivisionError'>
Exception AssertionError: AssertionError('Bad call', ('prof2.py', 19, 'h'), 
<frame object at 0x023880E0>, <frame object at 0x00586E18>, <frame object at 
0x02388518>, <frame object at 0x02388248>) in <
bound method C.__del__ of <__main__.C instance at 0x02342A80>> ignored
         5 function calls in 0.007 CPU seconds

   Ordered by: standard name

   ncalls  tottime  percall  cumtime  percall filename:lineno(function)
        1    0.000    0.000    0.007    0.007 <string>:1(<module>)
        1    0.001    0.001    0.001    0.001 prof2.py:11(g)
        1    0.006    0.006    0.007    0.007 prof2.py:19(h)
        1    0.000    0.000    0.000    0.000 prof2.py:7(f)
        1    0.000    0.000    0.007    0.007 profile:0(h())
        0    0.000             0.000          profile:0(profiler)

----------
nosy: +Terje.Wiesener
type:  -> performance
versions: +Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue744841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to