Skip to content

Commit 09ef4ee

Browse files
gh-152548: Convert test_eintr to the @isolated() decorator
The EINTR tests need a process with no background thread so signals reach the main thread; they were driven as a script via run_test_script. With @isolation.isolated() each test class runs in its own fresh subprocess and the tests are reported individually instead of as one opaque test_all. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent c65814f commit 09ef4ee

2 files changed

Lines changed: 557 additions & 564 deletions

File tree

0 commit comments

Comments
 (0)