Comment 15 for bug 1711724

Revision history for this message
Simon Déziel (sdeziel) wrote :

On Zesty, before with python3.5:

$ python3.5 /tmp/bpo-27945.py
Segmentation fault

After applying 3.5.3-1ubuntu0~17.04.0:

$ python3.5 /tmp/bpo-27945.py
Traceback (most recent call last):
  File "/tmp/bpo-27945.py", line 7, in <module>
    for result in d.items():
RuntimeError: dictionary changed size during iteration