You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's time to move on to more general pastures 😉
There was some good refactoring and re-design that came out of this in #95 including the discovery that stdstreams if semaphored correctly can allow for pdb++ to somewhat work out of the box (towards #113).
I would like to discuss with anyio and trio core devs about design and goals to eventually factor this functionality into the core async lib as necessary.
The text was updated successfully, but these errors were encountered:
Thanks for this. Yeah, I think the approach you're mentioning makes sense. And, when it's done right, I think it absolutely makes sense for it to be in the core libraries.
After all the headaches from trying to integrate
trio-run-in-process
:I think it's time to move on to more general pastures 😉
There was some good refactoring and re-design that came out of this in #95 including the discovery that stdstreams if semaphored correctly can allow for
pdb++
to somewhat work out of the box (towards #113).I would like to discuss with
anyio
andtrio
core devs about design and goals to eventually factor this functionality into the core async lib as necessary.The text was updated successfully, but these errors were encountered: