-
-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Hi, I'm using janus 0.4.0 (from pypi) in python 3.8 and it generates this warning:
venv\lib\site-packages\janus\__init__.py:39: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10.
It's related to these lines:
Lines 40 to 45 in 32d16df
| self._async_mutex = asyncio.Lock(loop=self._loop) | |
| self._async_not_empty = asyncio.Condition( | |
| self._async_mutex, loop=self._loop) | |
| self._async_not_full = asyncio.Condition( | |
| self._async_mutex, loop=self._loop) | |
| self._finished = asyncio.Event(loop=self._loop) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels