[Python-checkins] cpython (merge 3.3 -> default): merge with 3.3

georg.brandl python-checkins at python.org
Sun Oct 6 10:50:24 CEST 2013


http://hg.python.org/cpython/rev/7d94034e1ddc
changeset:   86032:7d94034e1ddc
parent:      86030:34a75e23a0d2
parent:      86031:1e163fdf8cf3
user:        Georg Brandl <georg at python.org>
date:        Sun Oct 06 10:51:07 2013 +0200
summary:
  merge with 3.3

files:
  Doc/library/ctypes.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/library/ctypes.rst b/Doc/library/ctypes.rst
--- a/Doc/library/ctypes.rst
+++ b/Doc/library/ctypes.rst
@@ -198,7 +198,9 @@
    >>>
 
 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).
 
 ``None``, integers, bytes objects and (unicode) strings are the only native
 Python objects that can directly be used as parameters in these function calls.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list