[ctypes-commit] ctypes BUGS,NONE,1.1
Brought to you by:
theller
From: Thomas H. <th...@us...> - 2006-03-09 13:49:56
|
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. |