[issue38628] Issue with ctypes in AIX

Ronald Oussoren report at bugs.python.org
Sun Aug 16 08:42:01 EDT 2020


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

As mentioned before I haven't studied the ctypes code base, but I am a bit worried about the use of MAX_STRUCT_SIZE, an array definition in a structure is always part of the struct itself and is never a pointer.

I agree with Vinay that there needs to be a unittest that demonstrates the problem.

----------
versions: +Python 3.10, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38628>
_______________________________________


More information about the Python-bugs-list mailing list