[issue9960] test_structmembers fails on s390x (bigendian 64-bit): int/Py_ssize_t issue

Dave Malcolm report at bugs.python.org
Thu Apr 12 23:53:54 CEST 2012


Dave Malcolm <dmalcolm at redhat.com> added the comment:

The originally attached patch is no good for the the 2.* branch, as it appears that _testcapimodule.c will not become "ssize_t" safe in Python 2.*; see e.g.:
  http://hg.python.org/cpython/rev/3ecddf168f1f

Am attaching a revised patch that I'm applying downstream in Fedora's builds of 2.7.3

----------
Added file: http://bugs.python.org/file25199/fix-test_structmember-on-64bit-bigendian.patch

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


More information about the Python-bugs-list mailing list