[issue13096] ctypes: segfault with large POINTER type names

Jessica McKellar report at bugs.python.org
Mon Apr 28 06:03:29 CEST 2014


Jessica McKellar added the comment:

Thanks for the report and patch, meador.inge.

I'd prefer not to add more globals that are only used in one place, but doing so is consistent with the existing style of test_pointers.py, and there's plenty in this file that could be cleaned up in another ticket.

* The patch passes `make patchcheck`.
* The full test suite passes with this patch.
* The reproducers in this issue segfault for me without this patch and do not segfault with this patch.

lgtm!

=> commit review

----------
keywords: +needs review
nosy: +jesstess
stage: patch review -> commit review
versions: +Python 3.5 -Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list