Initial implementation of nonecheck directive; some directive design changes
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 22 Sep 2008 19:51:34 +0000 (21:51 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Mon, 22 Sep 2008 19:51:34 +0000 (21:51 +0200)
commitd2f4df7a4b617b0210a4fd1b2c7fb9c5ba7d12a9
tree44718c8895cbe8299ac5fefa95e4b2f597cf7ba2
parent0ed4800a2dd9ccf81cba449d4dc600ecef309de4
Initial implementation of nonecheck directive; some directive design changes

--HG--
rename : tests/run/noneattributeacc.pyx => tests/run/nonecheck.pyx
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/Options.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py
Cython/Compiler/Visitor.py
tests/run/nonecheck.pyx [moved from tests/run/noneattributeacc.pyx with 67% similarity]