pysipp
pysipp copied to clipboard
Follow trio on the proc launchin API front
There's new work in python-trio/trio#1568 that will likely make some of our internals simpler.
The only outstanding concern I had was to do with the AsyncResource.aclos() steps that were possibly being dropped (that we might rely on?). See the issue / PR where I'm pretty I commented.