Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Python 3.7+ support #34

Open
geaden opened this issue Apr 11, 2020 · 1 comment
Open

Python 3.7+ support #34

geaden opened this issue Apr 11, 2020 · 1 comment

Comments

@geaden
Copy link

geaden commented Apr 11, 2020

Starting from Python 3.7 async is a reserved keyword and cannot be used, as it causes SyntaxError:

lib/python3.7/site-packages/protorpc/remote.py", line 581
    return async_method(self.async, *args, **kwargs).response
                                 ^
SyntaxError: invalid syntax
@thehackercat
Copy link

it there any way to fix this not changing self.async to self.async_xxx ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants