]> granicus.if.org Git - python/commit
(Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes,
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 1 Jun 2011 11:19:07 +0000 (13:19 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 1 Jun 2011 11:19:07 +0000 (13:19 +0200)
commitebbbdafd8782b02eaf05f5c99ed000dbd6ad0ae1
tree1410655038edec7924f0b23bcd9fdc15aed0c01f
parentfce9233e93cb217a31d8c5b1776b4ec226595dc1
parent88701e27e90c0b70e2b22b06ad8bbfa231cf99dc
(Merge 3.2) 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.

test.support.requires_mac_ver() is now a decorator, as suggested by Ezio
Melotti, and its docstring is fixed (linux_version => mac_ver).
Lib/test/support.py
Lib/test/test_math.py
Lib/test/test_subprocess.py