Re: [Python-Dev] Buildbots and faulthandler

2011-04-20 Thread Terry Reedy
On 4/20/2011 7:57 AM, Ethan Furman wrote: Victor Stinner wrote: Finally, I'm very happy to see that my faulthandler module was as useful as I expected [...] Congratulations! Nice work. Ditto. Multiple pats on the back. -- Terry Jan Reedy ___ Pyth

Re: [Python-Dev] Buildbots and faulthandler

2011-04-20 Thread Ethan Furman
Victor Stinner wrote: Finally, I'm very happy to see that my faulthandler module was as useful as I expected [...] Congratulations! Nice work. ~Ethan~ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-d

Re: [Python-Dev] Buildbots and faulthandler

2011-04-20 Thread Nick Coghlan
On Wed, Apr 20, 2011 at 7:37 PM, Victor Stinner wrote: > Finally, I'm very happy to see that my faulthandler module was as useful > as I expected: with more informations, we are now able to identify race > conditions. I hope that we will fix all remaining threading, signal and > subprocess race co