support 'not None' and 'or None' on any Python argument
authorStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 09:43:57 +0000 (11:43 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 15 Apr 2010 09:43:57 +0000 (11:43 +0200)
commitcc9f1333fa1bbfd0dae34a2aaf1154db28c51923
tree10c1937dba4d2b24c906c328d7bcddb0db3efb8a
parent12ad333d7927d9ec18fe86f0e73f252f0b1cf2d2
support 'not None' and 'or None' on any Python argument
Cython/Compiler/Nodes.py
tests/errors/e_notnone2.pyx
tests/run/ext_type_none_arg.pyx