support conversion between Python byte strings and unsigned char*
authorStefan Behnel <scoder@users.berlios.de>
Fri, 11 Sep 2009 20:55:16 +0000 (22:55 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 11 Sep 2009 20:55:16 +0000 (22:55 +0200)
commite542163cd06b08ce725093cfa2cc2a7d13445351
tree1f9fb2536d2ba713519e0e72a5fcdb6c8d784ec2
parent0474c27a89ccd83a975eff39f761106048c42073
support conversion between Python byte strings and unsigned char*
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
tests/run/unsigned_char_ptr_bytes_conversion_T359.pyx [new file with mode: 0644]