On Wed, Apr 20, 2011 at 7:37 PM, Victor Stinner victor.stinner@haypocalc.com 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 conditions!
Excellent work :)
Minor nit: the faulthandler docs could use an "impl-detail" block similar to the one in the dis module docs.
Cheers, Nick.