Message 97772 - Python tracker (original) (raw)
Please be careful with the coding style. Stuff like:
if (_PyString_Resize(&rv, 2*out_len) < 0) \
{ Py_DECREF(rv); PyBuffer_Release(&pin); return NULL; } \
should be spread out on several lines. Otherwise, the binascii patch looks good.