Larry Hastings added the comment:

Yes, I'd like this fix in 3.5.0.

One bit of feedback on the patch: outbuf is a char * (or wchar_t *), therefore 
outbuf[1] is a char (or wchar_t).  You shouldn't compare it to NULL.  I'm not 
sure we still support any compilers that define NULL as (void *)0, but we 
might.  Anyway, please instead compare to '\0'.

----------

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

Reply via email to