python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time for a new trio-asyncio release?

shamrin opened this issue · comments

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

(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)