This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jnoller, pitrou
Date 2010-04-30.23:16:24
SpamBayes Score 0.29813358
Marked as misclassified No
Message-id <1272669386.78.0.641016378449.issue8584@psf.upfronthosting.co.za>
In-reply-to
Content
Some tests in test_multiprocessing (py3k) are skipped because they "require _ctypes", but I do have ctypes. Here are the skipped tests:

test_array (test.test_multiprocessing.WithProcessesTestArray) ... skipped 'requires _ctypes'
test_getobj_getlock_obj (test.test_multiprocessing.WithProcessesTestArray) ... skipped 'requires _ctypes'
test_rawarray (test.test_multiprocessing.WithProcessesTestArray) ... skipped 'requires _ctypes'

test_copy (test.test_multiprocessing.WithProcessesTestSharedCTypes) ... skipped 'requires _ctypes'
test_sharedctypes (test.test_multiprocessing.WithProcessesTestSharedCTypes) ... skipped 'requires _ctypes'
test_synchronize (test.test_multiprocessing.WithProcessesTestSharedCTypes) ... skipped 'requires _ctypes'

test_getobj_getlock (test.test_multiprocessing.WithProcessesTestValue) ... skipped 'requires _ctypes'
test_rawvalue (test.test_multiprocessing.WithProcessesTestValue) ... skipped 'requires _ctypes'
test_value (test.test_multiprocessing.WithProcessesTestValue) ... skipped 'requires _ctypes'
History
Date User Action Args
2010-04-30 23:16:27pitrousetrecipients: + pitrou, jnoller
2010-04-30 23:16:26pitrousetmessageid: <1272669386.78.0.641016378449.issue8584@psf.upfronthosting.co.za>
2010-04-30 23:16:25pitroulinkissue8584 messages
2010-04-30 23:16:24pitroucreate