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.

classification
Title: C OrderedDict needs to check for changes during iteration
Type: behavior Stage: resolved
Components: Library (Lib) Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.snow Nosy List: eric.snow, larry, ned.deily, python-dev
Priority: release blocker Keywords:

Created on 2015-06-02 05:21 by eric.snow, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg244651 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2015-06-02 05:21
Currently test_detect_deletion_during_iteration is disabled for the C implementation of OrderedDict.  The test needs to pass after being enabled.
msg244653 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-06-02 05:40
New changeset 141eb4d1b766 by Eric Snow in branch '3.5':
Issue #24359: Check for changed OrderedDict size during iteration.
https://hg.python.org/cpython/rev/141eb4d1b766
History
Date User Action Args
2022-04-11 14:58:17adminsetnosy: + larry, ned.deily
github: 68547
2015-06-02 05:40:57eric.snowsetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2015-06-02 05:40:11python-devsetnosy: + python-dev
messages: + msg244653
2015-06-02 05:21:56eric.snowcreate