]> granicus.if.org Git - python/commit
Try to turn some buildbots green by allowing test_multiprocessing to pass even if...
authorNick Coghlan <ncoghlan@gmail.com>
Sat, 10 Apr 2010 14:24:36 +0000 (14:24 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 10 Apr 2010 14:24:36 +0000 (14:24 +0000)
commit13623662eac551c8575ec2507d9afc2a5fcba033
treea5ad790c9b4b0c260127e842ad009cd83f53b621
parent9352f1c64ef8ab738f1f6b8d3483a3cff492d9b1
Try to turn some buildbots green by allowing test_multiprocessing to pass even if it hits the sys.exc_clear code in the threading module, and improve the test coverage by making the ctypes dependencies a bit more granular (two of the cited ctypes objects don't exist on my system)
Lib/test/test_multiprocessing.py