Drop `tn` arg to `maybe_raise_from_masking_exc()` in `._rpc`
parent
cec0282953
commit
ed18ecd064
|
@ -654,7 +654,6 @@ async def _invoke(
|
||||||
# scope ensures unasking of the `await coro` below
|
# scope ensures unasking of the `await coro` below
|
||||||
# *should* never be interfered with!!
|
# *should* never be interfered with!!
|
||||||
maybe_raise_from_masking_exc(
|
maybe_raise_from_masking_exc(
|
||||||
tn=tn,
|
|
||||||
unmask_from=(Cancelled,),
|
unmask_from=(Cancelled,),
|
||||||
) as _mbme, # maybe boxed masked exc
|
) as _mbme, # maybe boxed masked exc
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue