summaryrefslogtreecommitdiffstats
path: root/Lib/test/subprocessdata/qgrep.py
Commit message (Collapse)AuthorAgeFilesLines
* issue7213: Open the pipes used by subprocesses with the FD_CLOEXEC flag fromGregory P. Smith2010-12-131-0/+10
the C code, using pipe2() when available. Adds unittests for close_fds and cloexec behaviors.