Bug #69088 | Connection fails on older versions of FreeBSD | ||
---|---|---|---|
Submitted: | 27 Apr 2013 16:33 | Modified: | 15 Nov 2013 13:04 |
Reporter: | George Polishchuk | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / Python | Severity: | S3 (Non-critical) |
Version: | 1.0.9 | OS: | FreeBSD (6.2) |
Assigned to: | CPU Architecture: | Any | |
Tags: | freebsd, Mysql Connector Python |
[27 Apr 2013 16:33]
George Polishchuk
[6 Aug 2013 13:12]
Andrii Nikitin
Thank you for the report. According to official python 3.3 documentation at http://docs.python.org/3.3/library/socket.html#socket.getaddrinfo " In these tuples, family, type, proto are all integers and are meant to be passed to the socket() function. " But later later, at http://docs.python.org/3.3/library/socket.html#socket.socket it doesn't appear that type=0 is valid constant, because relevant constants in sys/socket.h start with 1. It looks that type=0 is handled properly on most of systems, but still it isn't valid value for "type" parameter. Thus putting this to "Verified".
[15 Nov 2013 13:04]
Paul DuBois
Noted in 1.1.3 changelog. Connection attempts failed on older versions of FreeBSD.