This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients amaury.forgeotdarc, belopolsky, davidfraser, dmalcolm, joshbressers, pitrou, scott.dial, sjt, skrah, vstinner
Date 2010-12-23.11:10:28
SpamBayes Score 0.0020528685
Marked as misclassified No
Message-id <1293102632.98.0.0863779106238.issue8863@psf.upfronthosting.co.za>
In-reply-to
Content
[Alexander]

if sys.getenv('PYTHONSEGVHANDLER'):
     import segvhandler
     segvhandler.enable()

+1

If this doesn't find support, I'd name sys.setsegfaultenabled()
sys.setsegvhandlerenabled() or sys.enable_segvhandler().
History
Date User Action Args
2010-12-23 11:10:33skrahsetrecipients: + skrah, amaury.forgeotdarc, davidfraser, belopolsky, scott.dial, pitrou, vstinner, sjt, dmalcolm, joshbressers
2010-12-23 11:10:32skrahsetmessageid: <1293102632.98.0.0863779106238.issue8863@psf.upfronthosting.co.za>
2010-12-23 11:10:28skrahlinkissue8863 messages
2010-12-23 11:10:28skrahcreate