Andreas created LIBCLOUD-1009:
---------------------------------
Summary: 2.3.0 doesn't work with python 3.7 because of the "async"
reserved keyword
Key: LIBCLOUD-1009
URL: https://issues.apache.org/jira/browse/LIBCLOUD-1009
Project: Libcloud
Issue Type: Bug
Affects Versions: 0.13.3
Reporter: Andreas
libcloud 2.3.0. I don't know why it's not in the list of versions of this bug
report.
In python 3.7, async became a reserved keyword. The _perform_post() method uses
this word and fails:
File "/usr/lib/python3/dist-packages/libcloud/compute/drivers/azure.py", line
1438
def _perform_post(self, path, body, response_type=None, async=False):
^
SyntaxError: invalid syntax
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)