[
https://issues.apache.org/jira/browse/THRIFT-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15223984#comment-15223984
]
ASF GitHub Bot commented on THRIFT-3770:
----------------------------------------
Github user vmarkovtsev commented on the pull request:
https://github.com/apache/thrift/pull/972#issuecomment-205262823
I've added the tests. These only belong to Client, since I do not plan to
port Server.
```
test/test.py --server cpp --client py3.asyncio
Apache Thrift - Integration Test Suite
Mon Apr 04 14:50:11 2016
==========================================================================
server-client: protocol: transport: result:
cpp-py3.asyncio binary buffered-ip success
cpp-py3.asyncio compact framed-ip success
cpp-py3.asyncio compact buffered-ip success
cpp-py3.asyncio binary buffered-ip-ssl success
cpp-py3.asyncio compact framed-ip-ssl success
cpp-py3.asyncio compact buffered-ip-ssl success
cpp-py3.asyncio binary framed-ip success
cpp-py3.asyncio binary framed-ip-ssl success
==========================================================================
No unexpected failures.
```
> Support Python 3.4+ asyncio support
> -----------------------------------
>
> Key: THRIFT-3770
> URL: https://issues.apache.org/jira/browse/THRIFT-3770
> Project: Thrift
> Issue Type: Bug
> Components: Python - Compiler, Python - Library
> Affects Versions: 1.0
> Reporter: Vadim Markovtsev
> Priority: Minor
> Labels: features
>
> Currently, Tornado and Twisted async engines are supported in client lib and
> the compiler. asyncio is a relatively new engine which is included into
> Python 3.4+ standard library. It is gaining popularity fast.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)