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 matthew.brett
Recipients matthew.brett, r.david.murray
Date 2017-02-02.15:23:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486049018.4.0.534414173186.issue29420@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify from comments on issue 19332:

"""
* The normal rule (not just for Python) is that a data structures have undefined behavior for mutating while iterating, unless there is a specific guarantee
"""

The change in Python 3.6 is just a different undefined behavior.
History
Date User Action Args
2017-02-02 15:23:38matthew.brettsetrecipients: + matthew.brett, r.david.murray
2017-02-02 15:23:38matthew.brettsetmessageid: <1486049018.4.0.534414173186.issue29420@psf.upfronthosting.co.za>
2017-02-02 15:23:38matthew.brettlinkissue29420 messages
2017-02-02 15:23:38matthew.brettcreate