[
https://issues.apache.org/jira/browse/THRIFT-2267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13832127#comment-13832127
]
Abraham Elmahrek commented on THRIFT-2267:
------------------------------------------
Sorry, I made this mistake in my project, but didn't update this Jira.
TSocket.py#L36
{code}
socket.self._socket_family,
{code}
should be:
{code}
self._socket_family,
{code}
> Should be able to choose socket family in Python TSocket
> --------------------------------------------------------
>
> Key: THRIFT-2267
> URL: https://issues.apache.org/jira/browse/THRIFT-2267
> Project: Thrift
> Issue Type: Bug
> Components: Python - Library
> Affects Versions: 0.9.1
> Reporter: Abraham Elmahrek
> Assignee: Abraham Elmahrek
> Fix For: 0.9.2
>
> Attachments: THRIFT-2267.0.patch
>
>
> Currenlty, the python library looks for AF_INET6, but some applications
> prefer AF_INET4. This should be selectable or configurable.
--
This message was sent by Atlassian JIRA
(v6.1#6144)