Buffers: Added __cythonbufferdefaults__ and refactor in buffer option parsing.
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 6 Aug 2008 12:39:39 +0000 (14:39 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 6 Aug 2008 12:39:39 +0000 (14:39 +0200)
commit71433dd7f15c4439343bc1d8702371c23cf5ded9
treeeb3bd446456e7f3458a06b5e3d56944aea07b4cf
parenteedd37bcefdf3b8a6675c3cc4a3827612e092362
Buffers: Added __cythonbufferdefaults__ and refactor in buffer option parsing.

dtype is not supported yet (needs change in parser).
Cython/Compiler/Buffer.py
Cython/Compiler/Interpreter.py [new file with mode: 0644]
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
Cython/Compiler/Tests/TestBuffer.py
tests/errors/e_bufaccess.pyx
tests/run/bufaccess.pyx