define PyBytes_XXX for Py<2.6 and use these through the codebase
authorLisandro Dalcin <dalcinl@gmail.com>
Fri, 16 Apr 2010 13:31:25 +0000 (10:31 -0300)
committerLisandro Dalcin <dalcinl@gmail.com>
Fri, 16 Apr 2010 13:31:25 +0000 (10:31 -0300)
commit63abe9c5c350b80da556e8b946fa440b784d0a91
tree415f00731395899e9fa51a311afd810e8b6f1f26
parent40c4dbc809207ebf8e025e5866f9a87eb2c9256a
define PyBytes_XXX for Py<2.6 and use these through the codebase
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Optimize.py
Cython/Compiler/PyrexTypes.py