[issue8584] test_multiprocessing skips some tests

2010-10-07 Thread Brian Curtin
Brian Curtin added the comment: Fixed in r85299 (py3k), r85300 (release31-maint), and r85301 (release27-maint). -- assignee: jnoller -> brian.curtin resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 2.7

[issue8584] test_multiprocessing skips some tests

2010-05-13 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mai

[issue8584] test_multiprocessing skips some tests

2010-05-13 Thread Brian Curtin
Brian Curtin added the comment: Value and copy come from multiprocessing.sharedctypes, not from ctypes. Changed the import and also the test skipping based on this. (done during a presentation with the Chicago Python Users Group) -- keywords: +patch nosy: +brian.curtin Added file: htt

[issue8584] test_multiprocessing skips some tests

2010-04-30 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 (tes