[issue23575] MIPS64 needs ffi's n32.S

2021-09-10 Thread Irit Katriel
Irit Katriel added the comment: The code has changed since this issue was created - I can't find the file that the patch modifies nor the code it contains (I searched for ffi_platforms and MIPS_LINUX). Please create a new issue if you are seeing issues like this on a current python version

[issue23575] MIPS64 needs ffi's n32.S

2015-05-26 Thread Frank Schaefer
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:

[issue23575] MIPS64 needs ffi's n32.S

2015-04-09 Thread Simon Hoinkis
Simon Hoinkis added the comment: Could someone review this issue? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue23575] MIPS64 needs ffi's n32.S

2015-03-03 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +amaury.forgeotdarc, belopolsky, doko, meador.inge stage: -> patch review versions: +Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue23575] MIPS64 needs ffi's n32.S

2015-03-03 Thread Simon Hoinkis
New submission from Simon Hoinkis: MIPS64 needs ffi's n32.S linking in for _ctypes to work otherwise build errors will occur (e.g. python-setuptools). -- components: ctypes files: mips64.patch keywords: patch messages: 237150 nosy: Simon Hoinkis priority: normal severity: normal status: