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

TrioDeprecationWarning: trio.open_cancel_scope is deprecated since Trio 0.10.0

AdrienPensart opened this issue · comments

Hello,

since update of trio 0.10.0 I have this warning :

TrioDeprecationWarning: trio.open_cancel_scope is deprecated since Trio 0.10.0; use trio.CancelScope instead (python-trio/trio#607)

Can you fix if it is trivial ?

Will you do a new release soon ?
Cheers.

Hey there.
I second that, the spam in the logging is quite intense. There is a way to suppress it?

Would one of you be interested in managing trio-asyncio releases?

Yes I know I need to do a new release. Help welcome.

I don't know your processes but I'm available if I can help.

The process is loosely documented here: https://trio.readthedocs.io/en/latest/releasing.html

There are a number of things you can do even if you can't push to PyPI just yet