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

python layer not support for python async #7143

Closed
chenyangguang opened this issue Sep 20, 2016 · 3 comments
Closed

python layer not support for python async #7143

chenyangguang opened this issue Sep 20, 2016 · 3 comments
Labels

Comments

@chenyangguang
Copy link

chenyangguang commented Sep 20, 2016

My .spacemacs config like this :

dotspacemacs-configuration-layers
'(
git
org
php
python
vim
syntax-checking
version-control

But the python layer does't support for python async , for example :

async def get_stocks_by_range(params):

it would checked to said "invalid syntax" . Does it means there is a problem support for python layer? Or may be the syntax-checking layer?

@bmag
Copy link
Contributor

bmag commented Sep 20, 2016

Please use this template for bug reports: https://github.com/syl20bnr/spacemacs/wiki/Debugging#how-to-make-a-great-bug-report

The backend for auto-completion doesn't support async yet. (source)

If your problem is with syntax checking, then probably the checker is using an older python version.

@Miciah
Copy link
Contributor

Miciah commented Jul 8, 2018

@chenyangguang, the Jedi 0.12.0 release notes mention async support; does the latest upstream package resolve the issue?

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid!

@github-actions github-actions bot added the stale marked as a stale issue/pr (usually by a bot) label Feb 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants