Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4ce114

Browse files
committed
fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect.
1 parent 3539ef3 commit f4ce114

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Core and Builtins
3434
Library
3535
-------
3636

37+
- Issue #10340: asyncore - properly handle EINVAL in dispatcher constructor on
38+
OSX; avoid to call handle_connect in case of a disconnected socket which
39+
was not meant to connect.
40+
3741
- Issue #14204: The ssl module now has support for the Next Protocol
3842
Negotiation extension, if available in the underlying OpenSSL library.
3943
Patch by Colin Marc.

0 commit comments

Comments
 (0)