diff options
author | Sam Gross <colesbury@gmail.com> | 2024-07-10 14:36:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 14:36:52 (GMT) |
commit | af9f6de6ea930b607f948f2c91a87fe4ca9d64db (patch) | |
tree | b31b992f507a68c5faeb82ad9119c10f4a652e77 /Python/compile.c | |
parent | ca0fb3423c13822d909d75eb616ecf1965e619ae (diff) | |
download | cpython-af9f6de6ea930b607f948f2c91a87fe4ca9d64db.zip cpython-af9f6de6ea930b607f948f2c91a87fe4ca9d64db.tar.gz cpython-af9f6de6ea930b607f948f2c91a87fe4ca9d64db.tar.bz2 |
gh-107851: Fix spurious failures in fcntl eintr tests (#121556)
On heavily loaded machines, the subprocess may finish its sleep before
the parent process manages to synchronize with it via a failed lock.
This leads to errors like:
Exception: failed to sync child in 300.3 sec
Use pipes instead to mutually synchronize between parent and child.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions