]> granicus.if.org Git - python/commit
Fix #8584. Fix the skipping of a number of tests due to incorrect importing.
authorBrian Curtin <brian.curtin@gmail.com>
Thu, 7 Oct 2010 01:12:19 +0000 (01:12 +0000)
committerBrian Curtin <brian.curtin@gmail.com>
Thu, 7 Oct 2010 01:12:19 +0000 (01:12 +0000)
commitafa88b5dac1b068ccc33b65cd4da400a290b137e
treef6dae507e04e39c59fb105c965618f34e0ce129a
parentbeb4135b8c81e1dbbb841ecd7355ab5a09a3edd2
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