fix C pointer coercion problem when coercing signed/unsigned char* to bytearray
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 2 Nov 2013 19:08:14 +0000 (20:08 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 2 Nov 2013 19:08:14 +0000 (20:08 +0100)
commitda19379bba1dc49ae2fcc59add71ee4d90922181
tree7aa374b44b8182621e8e74a10f6d831f7e32eabb
parent6900b53060a193e5042117d4fe57992c5a8bb911
fix C pointer coercion problem when coercing signed/unsigned char* to bytearray
Cython/Utility/TypeConversion.c