[ https://issues.apache.org/jira/browse/THRIFT-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231747#comment-15231747 ]
ASF GitHub Bot commented on THRIFT-3770: ---------------------------------------- Github user nsuke commented on a diff in the pull request: https://github.com/apache/thrift/pull/972#discussion_r58986680 --- Diff: test/tests.json --- @@ -268,6 +268,41 @@ "workdir": "py" }, { + "comment": "Using 'python3' executable with asyncio", + "name": "py3.asyncio", + "server": { + "extra_args": ["TSimpleServer"], + "command": [ + "python3", + "TestAsyncioServer.py", + "--verbose", + "--genpydir=gen-py.asyncio" + ] + }, --- End diff -- If you're not providing it, server: {...} should be omitted. > 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)