enable 'not/or None' annotation for builtin types
authorStefan Behnel <scoder@users.berlios.de>
Wed, 14 Apr 2010 20:47:30 +0000 (22:47 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 14 Apr 2010 20:47:30 +0000 (22:47 +0200)
commit12ad333d7927d9ec18fe86f0e73f252f0b1cf2d2
tree452cd43e461969a54ff0f75f4bada2a9266776bb
parent846acc18bfba5f319bcc5470631b566ad603330f
enable 'not/or None' annotation for builtin types
Cython/Compiler/Nodes.py
tests/run/ext_type_none_arg.pyx [new file with mode: 0644]