]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 80296 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Wed, 21 Apr 2010 01:59:28 +0000 (01:59 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Wed, 21 Apr 2010 01:59:28 +0000 (01:59 +0000)
commit44546f89a829d757642d0ede825cafe265224422
tree9cdf82b1a4ebcdd08a2802e8d38149ff3a0d66e4
parente8ab2220c0003bd3b60743a51f14bc0aa50776c3
Merged revisions 80296 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r80296 | r.david.murray | 2010-04-20 21:51:57 -0400 (Tue, 20 Apr 2010) | 14 lines

  Merged revisions 80144 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r80144 | r.david.murray | 2010-04-17 01:26:26 -0400 (Sat, 17 Apr 2010) | 8 lines

    Issue #3864: Skip three test_signal tests on freebsd6 due to platform bug.

    Two itimer tests and an interprocess signal test fail on FreeBSD 6 if
    any test that starts a thread runs before test_signal.  Since FreeBSD7
    does not show this behavior, the bug is most likely a platform bug,
    so this patch just skips the failing tests on freebsd6.
  ........
................
Lib/test/test_signal.py
Misc/NEWS