https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246350

Mark Johnston <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Mark Johnston <[email protected]> ---
This was recently fixed in head by r360380 and some related revisions.  I tried
your test case:

markj@biggie> python test.py
filling pipe buffer
select() says the write pipe is NOT writable
closing read end of pipe
select() says the write pipe is writable
waiting for kqueue to report the write end is writable
done!
[<select.kevent ident=4 filter=-2 flags=0x8010 fflags=0x0 data=0x0 udata=0x0>]

The fixes will be available in 12.2.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to