quicksilver / Quicksilver

Quicksilver Project Source
http://qsapp.com
Apache License 2.0
2.73k stars 285 forks source link

Copy over data dict when iterating #2735

Closed pjrobertson closed 2 years ago

pjrobertson commented 2 years ago

Fixes #2718

Very simple. Copy the dict before iterating over it to avoid any mutations during iteration.