On Nov 3, 2009, at 10:40 AM, Dag Sverre Seljebotn wrote:

> Robert Bradshaw wrote:
>> On Nov 3, 2009, at 7:01 AM, Dag Sverre Seljebotn wrote:
>>
>>
>>> I lost some time over what appears to be a problem in runtests.py;
>>> the line
>>>
>>>       PartialTestResult.join_results(result, pickle.load(input))
>>>
>>> never returns if and only if some test fails (!!)
>>>
>>> My current strategy is to remove the multiprocessing stuff
>>> locally...I'm
>>> not in a mood to spend more time on this now...
>>>
>>
>> I've been having the same issue, with little luck chasing it down
>> (though admittedly little time put into it). Try the recently
>> introduced --no-fork option...
>>
>>
> How about enabling this for version 2.6+ only and use multiprocessing?

One issue is that without it one never tests both c and cpp as modules  
are only loaded once (though I suppose we could mangle the module  
names).

In any case, this is the one last blocker for 0.12.

- Robert

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to