]> granicus.if.org Git - python/commit
Issue #9136: Fix 'dictionary changed size during iteration'
authorMark Dickinson <dickinsm@gmail.com>
Thu, 8 Jul 2010 21:27:05 +0000 (21:27 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 8 Jul 2010 21:27:05 +0000 (21:27 +0000)
commit58338ccb980fc019f26b036bf8772dee69cb5c0d
tree1f42077e2c0f8d4d328a9cf10c07e478a8f1a196
parent060d6556aa7042a1edf0a3c4f7bcff579804be2f
Issue #9136: Fix 'dictionary changed size during iteration'
RuntimeError produced when profiling the decimal module.  This was
due to a dangerous iteration over 'locals()' in Context.__init__.
(Backport of r82656 from release27-maint.)
Lib/decimal.py
Misc/NEWS