]> granicus.if.org Git - python/commit
In symtable_update_free_vars() do not modify the dictionary while
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 12 Feb 2001 16:01:03 +0000 (16:01 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 12 Feb 2001 16:01:03 +0000 (16:01 +0000)
commitd7f393edae342b9d2fe657ce623a359f3190c890
tree23dfd9a3117c58b135b9acbc5523f4c1ab282997
parentb258bedb138587a30e13bac378b5a00ea5e4c7bf
In symtable_update_free_vars() do not modify the dictionary while
iterating over it using PyDict_Next().

This bug fix brought to you by the letters b, c, d, g, h, ... and the
reporter Ping.
Python/compile.c