mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
merge with 3.3
This commit is contained in:
commit
38552a6661
1 changed files with 3 additions and 1 deletions
|
@ -198,7 +198,9 @@ argument values::
|
|||
>>>
|
||||
|
||||
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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue