This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients BreamoreBoy, JohnLeitch, belopolsky, brycedarling, larry, lemburg, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-05.01:06:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441415163.35.0.355063913899.issue24917@psf.upfronthosting.co.za>
In-reply-to
Content
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'.
History
Date User Action Args
2015-09-05 01:06:03larrysetrecipients: + larry, lemburg, paul.moore, belopolsky, vstinner, tim.golden, BreamoreBoy, zach.ware, steve.dower, JohnLeitch, brycedarling
2015-09-05 01:06:03larrysetmessageid: <1441415163.35.0.355063913899.issue24917@psf.upfronthosting.co.za>
2015-09-05 01:06:03larrylinkissue24917 messages
2015-09-05 01:06:03larrycreate