only provide a fake PyObject_GetBuffer in Py2.5 and earlier
authorStefan Behnel <scoder@users.berlios.de>
Fri, 11 Jul 2008 14:40:28 +0000 (16:40 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 11 Jul 2008 14:40:28 +0000 (16:40 +0200)
commitb6817a57e72ae7397dc03f3150f0e9b2466bc368
tree6daba06733939785884a1143bc97bce21ebe4d81
parent99e2c12beb32e4aa7b40813bd1638ba9b6dd0a1d
only provide a fake PyObject_GetBuffer in Py2.5 and earlier
Cython/Compiler/ModuleNode.py