Frank Schaefer added the comment:

This patch alone is apparently not enough.  When this is enabled, and python 
2.7.10 is built with -mabi=n32, make test segfaults on test_ctypes.  Using 
--with(out)-system-ffi does not make a difference.

When I run the test by itself, it specifically fails at:

test_pyobject (ctypes.test.test_callbacks.Callbacks) ... Segmentation fault 
(core dumped)

I'm guessing Python is doing something bogus with libffi that kills it 
specifically on mips n32.

----------
nosy: +kelledin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23575>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to