Is there anything left to do here (besides copying the changes to the
cpython repo)?

On Fri, Jan 24, 2014 at 8:17 AM, Victor Stinner
<[email protected]> wrote:
> Hi,
>
> 2014/1/23 Jonathan Slenders <[email protected]>:
>> Fine for me too to skip older OS X versions.
>
> I improved the skip to only skip PTY tests with the kqueue selector:
> the test should pass with select and poll selector.
>
>> Could you also take a look at the following patch? This is the fix for pty
>> writes, while the other was for pty reads only.
>> https://codereview.appspot.com/54130043
>
> The patch is simple and has a simple, I applied it, thanks. Changeset
> d5986dcbef0b.
>
>> Probably, you should do the same here with: support.requires_mac_ver(10, 9)
>
> I upgraded my iMac to Maverick: the test pass with select, poll and
> kqueue. I added the decorator to skip the test on older Mac OS X
> versions.
>
> Victor



-- 
--Guido van Rossum (python.org/~guido)

Reply via email to