commit | 5fab169710cea70546e67e9e851b3b46c3e1e978 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Oct 04 18:41:25 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Oct 04 18:41:25 2009 +0000 |
tree | f6e7c17f80ca172ec96b290f31e785814011561f | |
parent | fbbbb20054d269ec14a79f7f44aa5c99f22eb18f [diff] |
Merged revisions 75236 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75236 | mark.dickinson | 2009-10-04 19:38:39 +0100 (Sun, 04 Oct 2009) | 4 lines Issue #7042: Fix test_signal failure on OS X 10.6 64-bit builds (and also, with luck, on the x86 FreeBSD buildbot), by making sure that some user time is used in test_itimer_virtual. ........