partial rewrite of dict iteration to fix two bugs:
- iteration over empty dicts could crash - dict modification during iteration failed to raise an exception
Showing
Please register or sign in to comment
- iteration over empty dicts could crash - dict modification during iteration failed to raise an exception