plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Warnings on python3.8 #928

Open jordic opened 4 years ago

jordic commented 4 years ago

Sounds like we are using some things that will be removed on the future:

/home/jordi/Documents/vinissimus/apiadmin/venv/lib/python3.8/site-packages/guillotina/async_util.py:34: 
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)