Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upasyncio support #797
Closed
asyncio support #797
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since cpython 3.8, there is
python -m asynciorepl, which directly supportawait-family statements like:But, it lacks of bpython features. Will this mode be implemented in bpython?