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 Terje.Wiesener
Recipients Terje.Wiesener, dmaurer, glyf, nnorwitz, rhettinger
Date 2013-05-31.11:52:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370001150.73.0.333418148453.issue744841@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2013-05-31 11:52:30Terje.Wiesenersetrecipients: + Terje.Wiesener, nnorwitz, rhettinger, dmaurer, glyf
2013-05-31 11:52:30Terje.Wiesenersetmessageid: <1370001150.73.0.333418148453.issue744841@psf.upfronthosting.co.za>
2013-05-31 11:52:30Terje.Wiesenerlinkissue744841 messages
2013-05-31 11:52:30Terje.Wiesenercreate