Update of /cvsroot/ctypes/ctypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26461
Added Files:
BUGS
Log Message:
Unaligned accesses will crash on sparc solaris.
--- NEW FILE: BUGS ---
- On platforms that require strict alignment (like sparc solaris), accessing
unaligned structure fields will crash Python with a core dump.
|