Message189632
This simple snipet will crash python:
>>> d={}
>>> v=d.viewvalues()
>>> k=d.viewkeys()
>>> d[v]=k
>>> k
Segmentation fault
I am using python2.7. Python3.2 does not have views while .keys() and .values() methods raise RuntimeError: maximum recursion depth exceeded, which is expected. |
|
Date |
User |
Action |
Args |
2013-05-20 02:18:42 | Marcin.Szamotulski | set | recipients:
+ Marcin.Szamotulski |
2013-05-20 02:18:42 | Marcin.Szamotulski | set | messageid: <1369016322.42.0.272832887604.issue18019@psf.upfronthosting.co.za> |
2013-05-20 02:18:42 | Marcin.Szamotulski | link | issue18019 messages |
2013-05-20 02:18:41 | Marcin.Szamotulski | create | |
|