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

Rename the async module for compatibility with python 3.7 #1895

Merged
merged 1 commit into from Aug 10, 2018

Conversation

cnsnyder
Copy link
Member

@cnsnyder cnsnyder commented Aug 8, 2018

On python 3.7 'async' and 'await' have become reserved keywords.
Due to our use of the word 'async' as a module and as an attribute on a few classes, subscription-manager will fail to run on python 3.7. This PR renames that module and such usages of the word async.

Successful scratch build against F29 located here: https://koji.fedoraproject.org/koji/taskinfo?taskID=28927980

@jirihnidek jirihnidek self-assigned this Aug 10, 2018
Copy link
Contributor

@jirihnidek jirihnidek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK

@jirihnidek jirihnidek merged commit a8f40b7 into master Aug 10, 2018
@awood awood deleted the csnyder/ENT-737 branch March 20, 2019 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants