[Python-Dev] News of the faulthandler project
Nick Coghlan
ncoghlan at gmail.com
Thu Feb 3 15:14:30 CET 2011
On Thu, Feb 3, 2011 at 11:05 PM, Victor Stinner
<victor.stinner at haypocalc.com> wrote:
> - I have to write something to be able to enable the faulthandler
> before starting your program (write a program for that?)
I don't know enough about signal handling to help with your other
remaining concerns, but an appropriate "-X" command line option seem
like a reasonable way to activate it before main starts running (-X is
currently documented as reserved for use by other implementations, but
it's really more a "implementation dependent options" marker)
(+1 on the general idea, though)
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list