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 meador.inge
Recipients Ramchandra Apte, amaury.forgeotdarc, docs@python, georg.brandl, graemeglass, meador.inge, vstinner, westley.martinez
Date 2012-12-31.00:57:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356915431.57.0.480995878657.issue13951@psf.upfronthosting.co.za>
In-reply-to
Content
Georg's proposal seems reasonable to me sans one very minor nit.  I think the e.g. bit is better off parenthesized:

 There are, however, enough ways to crash Python with :mod:`ctypes`, so you
-should be careful anyway.
+should be careful anyway.  The :mod:`faulthandler` module can be helpful in
+debugging crashes (e.g. from segmentation faults produced by erroneous C
+library calls).

If there are no objections, then I will go ahead and commit this version.
History
Date User Action Args
2012-12-31 00:57:12meador.ingesetrecipients: + meador.inge, georg.brandl, amaury.forgeotdarc, vstinner, graemeglass, docs@python, westley.martinez, Ramchandra Apte
2012-12-31 00:57:11meador.ingesetmessageid: <1356915431.57.0.480995878657.issue13951@psf.upfronthosting.co.za>
2012-12-31 00:57:11meador.ingelinkissue13951 messages
2012-12-31 00:57:11meador.ingecreate