We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 394069d commit 3d9d2fbCopy full SHA for 3d9d2fb
1 file changed
Lib/test/test_profiling/test_sampling_profiler/test_async.py
@@ -469,16 +469,16 @@ def test_complex_multi_parent_convergence(self):
469
Tests that when multiple leaves have multiple parents, each leaf picks the same
470
parent (sorted, first one) and all leaves are annotated with parent count.
471
472
- Task graph structure (both leaves awaited by both A and B):
+ Task graph structure (both leaves awaited by both A and B)::
473
474
Root (id=1)
475
- / \
+ / \\
476
A (id=2) B (id=3)
477
- | \ / |
478
479
- | \/ |
480
- | /\ |
481
- | / \ |
+ | \\ / |
+ | \\/ |
+ | /\\ |
+ | / \\ |
482
LeafX (id=4) LeafY (id=5)
483
484
Expected behavior: Both leaves pick parent A (lowest id=2) for their stack path.
0 commit comments