[issue13951] Document that Seg Fault in .so called by ctypes causes the interpreter to Seg Fault

Dec. 31, 2012
12:57 a.m.
Meador Inge added the comment: 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. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue13951> _______________________________________
4461
Age (days ago)
4461
Last active (days ago)
0 comments
1 participants
participants (1)
-
Meador Inge