| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.13] gh-134954: Hard-cap max file descriptors in subprocess test fd_status ↵ | Miss Islington (bot) | 2025-05-31 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | (GH-134955) (#134981) gh-134954: Hard-cap max file descriptors in subprocess test fd_status (GH-134955) * Hard-cap max file descriptors in subprocess test fd_status On some systems, `SC_OPEN_MAX` may return a very large value (i.e. 10**30), leading to the subprocess test timing out (or run forever). Prevent this situation by applying a hard cap on how many file descriptors are checked. * Fix typo in usage docstring s/fd_stats/fd_status/ (cherry picked from commit f58873e4b2b7aad8e3a08a6188c6eb08d0a3001b) Co-authored-by: Itamar Oren <itamarost@gmail.com> | ||||
| * | Issue #18571: Merge duplicate test code | Victor Stinner | 2013-09-01 | 1 | -7/+16 |
| | | | | | Merge test/subprocessdata/inherited.py into test/subprocessdata/fd_status.py | ||||
| * | Use new new stat.S_ISDOOR() function, instead of hardcoded mask | Victor Stinner | 2013-08-21 | 1 | -1/+2 |
| | | |||||
| * | Issue #10826: Prevent sporadic failure in test_subprocess on Solaris due | Antoine Pitrou | 2011-02-21 | 1 | -12/+12 |
| | | | | | to open door files. | ||||
| * | issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag from | Gregory P. Smith | 2010-12-13 | 1 | -0/+24 |
| the C code, using pipe2() when available. Adds unittests for close_fds and cloexec behaviors. | |||||
