Skip to content
Snippets Groups Projects
Commit 9275c182 authored by Damien George's avatar Damien George
Browse files

py/map: Fix bugs with deletion of elements from OrderedDict.

There were 2 bugs, now fixed by this patch:
- after deleting an element the len of the dict did not decrease by 1
- after deleting an element searching through the dict could lead to
  a seg fault due to there being an MP_OBJ_SENTINEL in the ordered array
parent 845a80a6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment