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

Amaury Forgeot d'Arc report at bugs.python.org
Mon Feb 6 17:36:20 CET 2012


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

[Please do not change issue titles - your recommendation was enough]

Indeed, incorrect usage of ctypes can crash the program, and there is nothing Python can do.

But I could not find any warning about this in the documentation, except maybe this sentence: "There are, however, enough ways to crash Python with ctypes, so you should be careful anyway."
Let's turn this into a doc issue, then.

----------
assignee:  -> docs at python
components: +Documentation
nosy: +amaury.forgeotdarc, docs at python
title: please close - Seg Fault in .so called by ctypes causes the interpreter to Seg Fault -> Seg Fault in .so called by ctypes causes the interpreter to Seg Fault

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13951>
_______________________________________


More information about the Python-bugs-list mailing list