Hide actor nursery exit frame
							parent
							
								
									61b3a72b7c
								
							
						
					
					
						commit
						d0a65e8922
					
				|  | @ -302,7 +302,7 @@ async def _open_and_supervise_one_cancels_all_nursery( | ||||||
| ) -> typing.AsyncGenerator[ActorNursery, None]: | ) -> typing.AsyncGenerator[ActorNursery, None]: | ||||||
| 
 | 
 | ||||||
|     # TODO: yay or nay? |     # TODO: yay or nay? | ||||||
|     # __tracebackhide__ = True |     __tracebackhide__ = True | ||||||
| 
 | 
 | ||||||
|     # the collection of errors retreived from spawned sub-actors |     # the collection of errors retreived from spawned sub-actors | ||||||
|     errors: dict[tuple[str, str], BaseException] = {} |     errors: dict[tuple[str, str], BaseException] = {} | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue