A5rocks
A5rocks
Here's my latest idea: we can have a global dictionary of task -> a list (not a set because need to allow multiple of the same element) of parking lots,...
> > Then lock uses that to have its parking lot broken if the task gets killed without releasing the lock > > The lock initiates it? Yeah, if I...
The `Task` shouldn't compare the same, though if it does then ouch that's something we should fix. (Given there's no way to start a task on two loops). So it's...
> > we can have a global dictionary of task -> a list (not a set because need to allow multiple of the same element) of parking lots > >...
Should wait for RTD theme's 3.0 release.
FYI @humitos (since I don't want to fill out a random "support" form just for feedback) I don't think it was made very clear *what* RTD injected into `html_context`. I...
Yeah, I guess I didn't really think through the consequences of that as much as I should have. (Well, mostly just that I forgot how exactly our docs did things....
Nevermind I misread this issue.
> Otherwise, Trio's internal cancel scope stack can get messed up, breaking everything. That should raise a `RuntimeError`, not a `TrioInternalError` (though I guess I doubt Trio handles every possible...
Maybe just conditionally add things to nitpick-ignore? I'm not sure there's much more we can do. However, referencing `trio.lowlevel.FdStream` is an error so more is necessary.