Commit 3fb9b99
committed
asyncio: fix ag_frame/cr_frame typo in call graph
Fix a typo in asyncio call graph introspection.
When handling objects with `ag_await`, the code incorrectly accesses
`cr_frame`. Async generators expose their frame via `ag_frame`.
This path seems effectively unreachable in normal asyncio execution;
the change only corrects an attribute typo.
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>1 parent 05eab96 commit 3fb9b99
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments