]> granicus.if.org Git - python/commit
Merged revisions 82654 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Thu, 8 Jul 2010 21:18:21 +0000 (21:18 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 8 Jul 2010 21:18:21 +0000 (21:18 +0000)
commit921d30d2611c3efb5dd7081d93d02415da5b49ea
tree82ca7af26d9acc0109ee0902b18ba7690026e2b1
parent0390f504ac81c9eb2b71eea81204284f01b200a2
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.
........
Lib/decimal.py
Misc/NEWS