Message261420
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? |
|
Date |
User |
Action |
Args |
2016-03-09 12:29:14 | scorp | set | recipients:
+ scorp, rhettinger, serhiy.storchaka |
2016-03-09 12:29:14 | scorp | set | messageid: <1457526554.16.0.0978430691836.issue26494@psf.upfronthosting.co.za> |
2016-03-09 12:29:14 | scorp | link | issue26494 messages |
2016-03-09 12:29:14 | scorp | create | |
|