properly cast char* argument for PyBytes_FromString() from other char* types
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 11 Aug 2012 07:56:42 +0000 (09:56 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 11 Aug 2012 07:56:42 +0000 (09:56 +0200)
commit2914af2e43cd6cc2de7876bda8c96932b5356cdb
tree95692799c682d422318cb7d03440798fba356edf
parent4232c5942bef3d889cbac2124b6e9406c60564fc
properly cast char* argument for PyBytes_FromString() from other char* types
Cython/Compiler/ExprNodes.py