commit | 58338ccb980fc019f26b036bf8772dee69cb5c0d | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Jul 08 21:27:05 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Jul 08 21:27:05 2010 +0000 |
tree | 1f42077e2c0f8d4d328a9cf10c07e478a8f1a196 | |
parent | 060d6556aa7042a1edf0a3c4f7bcff579804be2f [diff] |
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.)