twisted.internet.test.test_fdset fails on OpenBSD because connect() succeeds
[email protected] Tue, 12 Jan 2010 10:24:25 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from soyt <[email protected]>: On OpenBSD (at least), calling connect() on non-blocking sockets may succeed immediatly (without setting errno to EINPROGESS) if the remote end is local. This makes a bunch of test fail. Suggested patch fixes it. ---------- Type : regression Component: core Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4206