support for new buffer protocol in Py3
authorStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 11:24:57 +0000 (13:24 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 23 May 2008 11:24:57 +0000 (13:24 +0200)
commit47fee73fa19989ee3d7d80e32fa6db5c84315f76
tree4a4b02ac52c57434a1f3686fcb287c71d9572996
parent6a4b9be065c7567436fe1bdd66a852d1dba9badd
support for new buffer protocol in Py3
Cython/Compiler/Builtin.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/TypeSlots.py
tests/run/buffer.pyx [new file with mode: 0644]