implement 'allow_none_for_extension_args' directive for 'not None' and 'or None'...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 14 Apr 2010 14:52:42 +0000 (16:52 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 14 Apr 2010 14:52:42 +0000 (16:52 +0200)
commit7c016d54326642ec4cc4b385b1340f77bccf7667
tree64987ff7bcc9393b15987be0212df53e4c1098da
parent2feda80fd35fcb2a7b191b8b102e718f7b29b67f
implement 'allow_none_for_extension_args' directive for 'not None' and 'or None' arg anntation
Cython/Compiler/Nodes.py
Cython/Compiler/Options.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py