summaryrefslogtreecommitdiff
path: root/Lib/test/test_eintr.py
Commit message (Collapse)AuthorAgeFilesLines
* test_eintr: less verbose, the test is now stable (#1521)Victor Stinner2017-05-101-10/+2
| | | Backport the change from the master branch.
* Issue #25122: sync test_eintr with Python 3.6Victor Stinner2015-09-181-1/+10
| | | | | | | | | | * test_eintr: support verbose mode, don't redirect eintr_tester output into a pipe * eintr_tester: replace os.fork() with subprocess to have a cleaner child process (ex: don't inherit setitimer()) * eintr_tester: kill the process if the unit test fails * test_open/test_os_open(): write support.PIPE_MAX_SIZE bytes instead of support.PIPE_MAX_SIZE*3 bytes
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-1/+2
| | | | Patch by Christie Wilson.
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-071-0/+20