removed getattr() optimisation as it disables the usage of a default value
authorStefan Behnel <scoder@users.berlios.de>
Sat, 15 Sep 2007 11:44:57 +0000 (13:44 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 15 Sep 2007 11:44:57 +0000 (13:44 +0200)
commit7b8adf65ec9f5e9076aac19fc2a26f829bd98240
treef685b208e428d004a4e560b017a6e2d594c46085
parentab33874cad47e13d3726967fc809c7b1bbcb5c42
removed getattr() optimisation as it disables the usage of a default value
Cython/Compiler/Symtab.py