]> granicus.if.org Git - python/commit
remove VISIT_*_IN_BLOCK macros
authorBenjamin Peterson <benjamin@python.org>
Wed, 29 Jun 2011 20:27:14 +0000 (15:27 -0500)
committerBenjamin Peterson <benjamin@python.org>
Wed, 29 Jun 2011 20:27:14 +0000 (15:27 -0500)
commitc2575d55cd2b4ccd9c78a020c38f092414a04398
tree7424fb5b7852b1f20cbe1e878bde0a79fe52cab3
parente15bfeb8ced1e7e0494cf54f5a5ef59fb1ed1254
remove VISIT_*_IN_BLOCK macros

These are pointless because on error, all blocks will be finalized by
symtable_dealloc.
Python/symtable.c