Neale Ferguson added the comment:
Attaching a patch based off 3.5.0a3.
Note, for Py_ssize_t I had to add:
#ifdef PY_SSIZE_T_CLEAN
Py_ssize_t lNode, lUser, lName;
#else
int lNode, lUser, lName;
#endif
As if I did not, the values I got back were garbage. Is this because of some
configuration parameter I failed to use?
However, the patch builds on s390x and x86_64 and the test passes on the former
and is skipped on the latter.
----------
Added file: http://bugs.python.org/file38850/af_iucv.patch35
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue23830>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com