Skip to content

The loop argument to asyncio.Queue is deprecated since Python 3.8, and scheduled for removal in Python 3.10 #61

@tirkarthi

Description

@tirkarthi

self._queue = asyncio.Queue(loop=self.loop)

  /root/py39-venv/lib/python3.9/site-packages/mode/threads.py:331: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
    self._queue = asyncio.Queue(loop=self.loop)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions