python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 37 forks source link

Time for a new trio-asyncio release? #93

Closed shamrin closed 3 years ago

shamrin commented 3 years ago

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: https://github.com/python-trio/trio-asyncio/compare/v0.11.0...master

See also: https://github.com/python-trio/trio-asyncio/issues/52#issuecomment-508087018