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

Not working with python 3.5 "async def ..." #36

Closed
samuelcolvin opened this issue Jan 20, 2016 · 1 comment
Closed

Not working with python 3.5 "async def ..." #36

samuelcolvin opened this issue Jan 20, 2016 · 1 comment

Comments

@samuelcolvin
Copy link
Contributor

It looks like mccabe is ignoring python 3.5 coroutines defined like

async def foobar(a, b, c):
    whatever(a, b, c)

I tried it via flake8 version:

2.5.1 (pep8: 1.7.0, pyflakes: 1.0.0, mccabe: 0.3.1) CPython 3.5.0+ on Linux
@sigmavirus24
Copy link
Member

I released 0.4.0 today with the fix for this. Thanks for your patience.

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

No branches or pull requests

2 participants