[
https://issues.apache.org/jira/browse/THRIFT-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15221392#comment-15221392
]
ASF GitHub Bot commented on THRIFT-3770:
----------------------------------------
Github user vmarkovtsev commented on the pull request:
https://github.com/apache/thrift/pull/972#issuecomment-204311613
``flake8 --ignore=E501 lib/py`` in Travis failed because the syntax "yield
from" is Python 3.3+ and flake [does not support
it](https://gitlab.com/pycqa/flake8/issues/53).
> 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)