]> granicus.if.org Git - python/commit
Merged revisions 85299 via svnmerge from
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 7 Oct 2010 02:12:17 +0000 (02:12 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 7 Oct 2010 02:12:17 +0000 (02:12 +0000)
commit918616ce91d658f5dfeaffbab4430c6219841e0b
tree3bf49fcdac427c6ab74807830ce4b1702e45bc2e
parente3900542e4c90c66a5a89a38a3c19dd2cf117251
Merged revisions 85299 via svnmerge from
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.
........
Lib/test/test_multiprocessing.py