diff options
author | Gregory P. Smith <greg@krypto.org> | 2025-05-04 21:41:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-05 04:41:22 +0000 |
commit | c4cc5d58aee6a3be55a95efee6ec25d5774f7b5f (patch) | |
tree | 234578dd15f60e4490587e49f92552a190462fb0 /Lib/asyncio/tasks.py | |
parent | b64aa302d7bc09454ba8d5b19922ff6a4192dd96 (diff) | |
download | cpython-c4cc5d58aee6a3be55a95efee6ec25d5774f7b5f.tar.gz cpython-c4cc5d58aee6a3be55a95efee6ec25d5774f7b5f.zip |
[GH-133419] fix test_external_inspection race assert (#133422)
[tests] fix test_external_inspection race assert
either line could be where the inspection finds the foo()
function as after ready is sent, the process may not have made progress
onto the next line yet. "solve" by putting the statements on the same
line.
Diffstat (limited to 'Lib/asyncio/tasks.py')
0 files changed, 0 insertions, 0 deletions