]> granicus.if.org Git - python/commit
Fix uninitialized value. (Why are we using bools instead of ints, like we do
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 22:06:23 +0000 (22:06 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 22:06:23 +0000 (22:06 +0000)
commit65b3dab50e7192b4ad6cae046c3ed15b53752ac4
treeece32092db542dba5084bc582f610b3b3899ea2a
parent9c54448715d5ba2e6cc661d4b5596f00c006a66e
Fix uninitialized value. (Why are we using bools instead of ints, like we do
everywhere else?)
Python/ast.c