Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7703>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to