]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[GH-133419] fix test_external_inspection race assert (#133422)
authorGregory P. Smith <greg@krypto.org>
Mon, 5 May 2025 04:41:22 +0000 (21:41 -0700)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 04:41:22 +0000 (04:41 +0000)
commitc4cc5d58aee6a3be55a95efee6ec25d5774f7b5f
tree234578dd15f60e4490587e49f92552a190462fb0
parentb64aa302d7bc09454ba8d5b19922ff6a4192dd96
[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.
Lib/test/test_external_inspection.py