Eric Snow added the comment:

For example, in the patch binascii_b2a_uu() in Modules/binascii.c no longer 
sets rv to NULL even though in one of the _PyString_Resize() error cases rv is 
not automatically set to NULL.  And simply setting rv to NULL would be 
backward-incompatible as well.

----------

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

Reply via email to