commit | 9b9e12530d976d2698c583eb3784e11b10270eb8 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Jul 08 21:22:54 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Jul 08 21:22:54 2010 +0000 |
tree | ec25dfec758386f81c4ae5af45c2309a95cb8dc7 | |
parent | e85aa739ab0d396665908c0a489cfdeb49c88674 [diff] |
Merged revisions 82654 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82654 | mark.dickinson | 2010-07-08 22:15:36 +0100 (Thu, 08 Jul 2010) | 3 lines Issue #9136: Profiling Decimal gave 'dictionary changed size during iteration'. Remove the use of locals() that caused this error. ........