mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Merged revisions 78533 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78533 | gregory.p.smith | 2010-02-28 18:56:44 -0800 (Sun, 28 Feb 2010) | 9 lines
Merged revisions 78532 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78532 | gregory.p.smith | 2010-02-28 18:53:24 -0800 (Sun, 28 Feb 2010) | 2 lines
Fix the new test on windows (skip it, its posix only)
........
................
This commit is contained in:
parent
3fff44d1c9
commit
5cab28180b
1 changed files with 1 additions and 0 deletions
|
|
@ -816,6 +816,7 @@ def tearDown(self):
|
|||
|
||||
|
||||
class HelperFunctionTests(unittest.TestCase):
|
||||
@unittest.skipIf(mswindows, "errno and EINTR make no sense on windows")
|
||||
def test_eintr_retry_call(self):
|
||||
record_calls = []
|
||||
def fake_os_func(*args):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue