You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current trio-async version (0.11) works fine, but produces annoying TrioDeprecationWarning:
.../trio_asyncio/_base.py:20: TrioDeprecationWarning: trio.hazmat is deprecated since Trio 0.15.0; use trio.lowlevel instead (https://github.com/python-trio/trio/issues/476)
from trio.hazmat import wait_for_child
Current
trio-async
version (0.11) works fine, but produces annoyingTrioDeprecationWarning
:(By the way, I haven't found a way to disable the warning.)
Could it be a good time for a next release? Changes since last release: v0.11.0...master
See also: #52 (comment)
The text was updated successfully, but these errors were encountered: