fix C pointer coercion problem when coercing bytes to signed char*
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 2 Nov 2013 21:00:04 +0000 (22:00 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 2 Nov 2013 21:00:04 +0000 (22:00 +0100)
commitfe77570aceeb848f45b90638b2f89aa2ae4c26ea
tree8020eecbee7a2ce9329053e1f6469c91789d4dcd
parentda19379bba1dc49ae2fcc59add71ee4d90922181
fix C pointer coercion problem when coercing bytes to signed char*
Cython/Compiler/PyrexTypes.py
Cython/Utility/TypeConversion.c