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

Fix python3.7 syntax error caused by async , as it is keyword in py37 #180

Merged
merged 1 commit into from
Jul 31, 2018

Conversation

keuko
Copy link
Contributor

@keuko keuko commented Jul 31, 2018

As async is now keyword in python3.7 , let's use gettattr built-in
function to call async function from asyncio.

As async is now keyword in python3.7 , let's use gettattr built-in
function to call async function from asyncio.
@etingof etingof merged commit 0fba331 into etingof:master Jul 31, 2018
@etingof
Copy link
Owner

etingof commented Jul 31, 2018

Thank you!

etingof pushed a commit that referenced this pull request Jul 31, 2018
As async is the keyword since Python 3.7, let's use gettattr
built-in function to call async function from asyncio.
LissaGreense referenced this pull request in LissaGreense/pysnmp Apr 15, 2022
As async is the keyword since Python 3.7, let's use gettattr
built-in function to call async function from asyncio.
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 this pull request may close these issues.

None yet

2 participants