We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git
...
python 3.12
any
Asyncio example examples/asyncio/coroutines.py must be updated.
examples/asyncio/coroutines.py
async def main() -> None: tasks = [ asyncio.create_task(ping()), asyncio.create_task(receiver()), asyncio.create_task(sender()), ] done, pending = await asyncio.wait(tasks) asyncio.run(main())
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This is a pyzmq bug
What pyzmq version?
git
What libzmq version?
...
Python version (and how it was installed)
python 3.12
OS
any
What happened?
Asyncio example
examples/asyncio/coroutines.py
must be updated.Code to reproduce bug
No response
Traceback, if applicable
No response
More info
No response
The text was updated successfully, but these errors were encountered: