]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 1 Jun 2011 11:13:04 +0000 (13:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 1 Jun 2011 11:13:04 +0000 (13:13 +0200)
commit88701e27e90c0b70e2b22b06ad8bbfa231cf99dc
tree6edbe65769104cd543ac5ad1507acfda707eee9c
parentfdb2d909a47dde62ef617bf4c52518325c2c48e7
Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file
descriptor of a pipe closed in the parent process is valid in the child process
according to fstat(), but the mode of the file descriptor is invalid, and read
or write raise an error.

Add also requires_mac_ver() decorator to test.support.
Lib/test/support.py
Lib/test/test_subprocess.py