Mv `test_subint_cancellation.py` to `tests/spawn/` subpkg

Also, some slight touchups in `.spawn._subint`.

(cherry picked from commit 1e357dcf08)
Gud Boi 2026-04-23 11:49:35 -04:00
parent 93897d0c90
commit 76bf7f2455
2 changed files with 0 additions and 3 deletions

View File

@ -123,7 +123,6 @@ if TYPE_CHECKING:
from tractor.discovery._addr import UnwrappedAddress
from tractor.ipc import (
_server,
Channel,
)
from tractor.runtime._runtime import Actor
from tractor.runtime._supervise import ActorNursery
@ -431,5 +430,3 @@ async def subint_proc(
finally:
if not cancelled_during_spawn:
actor_nursery._children.pop(uid, None)