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 georg.brandl
Recipients Ramchandra Apte, amaury.forgeotdarc, docs@python, georg.brandl, graemeglass, meador.inge, vstinner, westley.martinez
Date 2012-12-30.09:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356859205.84.0.78484807004.issue13951@psf.upfronthosting.co.za>
In-reply-to
Content
The reference to faulthandler is a good addition.  The other added sentence reads repetitive and can be left out.  Proposal:

There are, however, enough ways to crash Python with :mod:`ctypes`, so you 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.
History
Date User Action Args
2012-12-30 09:20:05georg.brandlsetrecipients: + georg.brandl, amaury.forgeotdarc, vstinner, graemeglass, meador.inge, docs@python, westley.martinez, Ramchandra Apte
2012-12-30 09:20:05georg.brandlsetmessageid: <1356859205.84.0.78484807004.issue13951@psf.upfronthosting.co.za>
2012-12-30 09:20:05georg.brandllinkissue13951 messages
2012-12-30 09:20:05georg.brandlcreate