]> granicus.if.org Git - python/commit
Forgot a case where the locals can now be a general mapping
authorArmin Rigo <arigo@tunes.org>
Wed, 29 Nov 2006 21:59:22 +0000 (21:59 +0000)
committerArmin Rigo <arigo@tunes.org>
Wed, 29 Nov 2006 21:59:22 +0000 (21:59 +0000)
commit7037085959cbdb8717c342afe8bcfb7d2301c58d
tree41eeeeb80132b0bf5793023e1f1f9892116b7aa9
parentef583a4992d8d7c635e77eb1a3af2b12f46fed50
Forgot a case where the locals can now be a general mapping
instead of just a dictionary.  (backporting...)
Python/ceval.c