Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

async is a reserved word in Python 3.7 #62

Open
mkst opened this issue Jul 24, 2018 · 4 comments
Open

async is a reserved word in Python 3.7 #62

mkst opened this issue Jul 24, 2018 · 4 comments

Comments

@mkst
Copy link

mkst commented Jul 24, 2018

from https://docs.python.org/3.8/whatsnew/3.7.html?highlight=reserved%20words:

Backwards incompatible syntax changes:
async and await are now reserved keywords.

This prevents us importing qpython as it complains that

def async(self, query, *parameters, **options):

is invalid syntax.

@gusutabopb
Copy link

@streetster This and other minor issues running with the latests version of Numpy and Python have been fixed on this fork: nugend@80d1067

@gabriel-b2c2
Copy link

is this actually going to get fixed in exxeleron/qPython?
thx

@gusutabopb
Copy link

@gabriel-b2c2 I wouldn't keep my hopes up. Last commit was about 1.5 years ago and since April 2018 they say the project is in "maintenance mode". I suggest you just fork it yourself or use someone else's fork. You can see all forks available here: https://github.com/exxeleron/qPython/network

@teucer
Copy link

teucer commented Jan 31, 2019

This has now been fixed with the version 2.0.0.

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

Successfully merging a pull request may close this issue.

4 participants