[Python-checkins] r45712 - in python/trunk: Lib/test/test_pty.py Misc/ACKS Modules/fcntlmodule.c

Thomas Wouters thomas at python.org
Wed Apr 26 10:58:38 CEST 2006


On 4/26/06, Neal Norwitz <nnorwitz at gmail.com> wrote:
>
> Should this be backported to 2.4?


On 4/25/06, thomas.wouters <python-checkins at python.org> wrote:
> > SF bug/patch #1433877: string parameter to ioctl not null terminated
> >
> > The new char-array used in ioctl calls wasn't explicitly NUL-terminated;
> > quite probably the cause for the test_pty failures on Solaris that we
> > circumvented earlier. (I wasn't able to reproduce it with this patch,
> but it
> > has been somewhat elusive to start with.)
> >


I think so, yes. The reason I haven't is that I want to make sure it doesn't
break, say, the Solaris tests, before I did the actual backport. It hasn't
so far, but given the elusiveness of the pty bug I'll wait until some more
testruns have happened.

--
Thomas Wouters <thomas at python.org>

Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-checkins/attachments/20060426/bc29c4f4/attachment.html 


More information about the Python-checkins mailing list