commit | 6783070ebfa77aeaf7b5db758095e93cf8e2635c | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Wed Mar 21 19:23:56 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Wed Mar 21 19:23:56 2001 +0000 |
tree | 967325506c77a2d32262428c2b93dfb4396ac671 | |
parent | 66b0e9c2a77bd991ea55ad361bad4eb1a3dc5e78 [diff] |
Make PyDict_Next safe to use for loops that merely modify the values associated with existing dict keys. This is a variant of part of Michael Hudson's patch #409864 "lazy fix for Pings bizarre scoping crash".