Commit b529018
Make async_sandbox_factory teardown exception-safe
Use asyncio.gather(..., return_exceptions=True) so a failure killing
one sandbox doesn't skip cleanup of the others, matching the
independence the previous per-finalizer approach provided.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 2d12421 commit b529018
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | | - | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
0 commit comments