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 scorp
Recipients rhettinger, scorp, serhiy.storchaka
Date 2016-03-09.12:29:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457526554.16.0.0978430691836.issue26494@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Serhiy,

I tried the short example you gave, but it doesn't crash. I'm getting:

Exception ignored in: <bound method A.__del__ of []>
Traceback (most recent call last):
  File "./test.py", line 5, in __del__
    next(it)
StopIteration
Exception ignored in: <bound method A.__del__ of []>
Traceback (most recent call last):
  File "./test.py", line 5, in __del__
    next(it)
StopIteration
Traceback (most recent call last):
  File "./test.py", line 8, in <module>
    next(it)
StopIteration

Am I missing something?
History
Date User Action Args
2016-03-09 12:29:14scorpsetrecipients: + scorp, rhettinger, serhiy.storchaka
2016-03-09 12:29:14scorpsetmessageid: <1457526554.16.0.0978430691836.issue26494@psf.upfronthosting.co.za>
2016-03-09 12:29:14scorplinkissue26494 messages
2016-03-09 12:29:14scorpcreate