commit | 921d30d2611c3efb5dd7081d93d02415da5b49ea | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Jul 08 21:18:21 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Jul 08 21:18:21 2010 +0000 |
tree | 82ca7af26d9acc0109ee0902b18ba7690026e2b1 | |
parent | 0390f504ac81c9eb2b71eea81204284f01b200a2 [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. ........