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

asyncio support #797

Closed
pohmelie opened this issue Mar 14, 2020 · 2 comments
Closed

asyncio support #797

pohmelie opened this issue Mar 14, 2020 · 2 comments
Assignees
Labels
Milestone

Comments

@pohmelie
Copy link

@pohmelie pohmelie commented Mar 14, 2020

Since cpython 3.8, there is python -m asyncio repl, which directly support await-family statements like:

>>> await asyncpg.connect(...)

But, it lacks of bpython features. Will this mode be implemented in bpython?

@sebastinas sebastinas added the proposal label Mar 16, 2020
@supakeen supakeen added this to the release-0.20 milestone Apr 11, 2020
@supakeen supakeen self-assigned this Apr 11, 2020
@supakeen
Copy link
Member

@supakeen supakeen commented Apr 11, 2020

I'd love having this, I'll take a look.

@supakeen
Copy link
Member

@supakeen supakeen commented Jul 12, 2020

Going to track this in #820

@supakeen supakeen closed this Jul 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.