• Brian Curtin's avatar
    Merged revisions 85299 via svnmerge from · a06e9b8f
    Brian Curtin yazdı
    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ........
      r85299 | brian.curtin | 2010-10-06 20:12:19 -0500 (Wed, 06 Oct 2010) | 9 lines
    
      Fix #8584. Fix the skipping of a number of tests due to incorrect importing.
    
      This undoes a previous attempt to fix some of the skips. Value and copy
      come from sharedctypes rather than plain ctypes, and the test skipping is
      then done at the class level rather than test-by-test.
    
      There are zero skipped tests after the fix.
    ........
    a06e9b8f
test_multiprocessing.py 59.8 KB