]> granicus.if.org Git - python/commit
Whoops! One the "redundant" initializations removed by Vladimir in
authorGuido van Rossum <guido@python.org>
Mon, 23 Nov 1998 21:09:51 +0000 (21:09 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 23 Nov 1998 21:09:51 +0000 (21:09 +0000)
commit014518f66cbf8c93ca6c75d005956b6f622727a8
treefcf70ff5fc252794f7cf640b4b99078afd17d8fa
parent5701482ea797604a3f0f1c310738e24605d9107f
Whoops!  One the "redundant" initializations removed by Vladimir in
the previous patch wasn't -- there was a path through the code that
bypassed all initializations.  Thanks to Just for reporting the bug!
Python/ceval.c