summaryrefslogtreecommitdiffstats
path: root/Lib/test/_test_eintr.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-137397: Skip test_os_open on NetBSD due to indefinite hang (GH-1373...Miss Islington (bot)2025-08-051-0/+2
* [3.13] gh-107851: Fix spurious failures in fcntl eintr tests (GH-121556) (#12...Miss Islington (bot)2024-07-101-17/+20
* gh-109592: test_eintr tolerates 20 ms when comparing timings (#110102)Victor Stinner2023-09-291-7/+16
* Tests call sleeping_retry() with SHORT_TIMEOUT (#93870)Victor Stinner2022-06-151-1/+1
* Use support.sleeping_retry() and support.busy_retry() (#93848)Victor Stinner2022-06-151-7/+7
* bpo-42639: Add script_helper.run_test_script() (GH-23777)Victor Stinner2020-12-151-0/+530