David Edelsohn <dje....@gmail.com> added the comment:

The example with memchr() never will be correct because it is invalid to call a 
function with an argument list that doesn't match the function signature.

Your comment mentions that the AIX structure is size 16, but it looks like 
Python calculates the AIX structure size as 24 bytes.  Have you tried 
increasing the value of MAX_STRUCT_SIZE in stgdict.c to 32 or 64, corresponding 
to the argument registers available in 32 bit or 64 bit mode?

----------

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

Reply via email to