commit | 346085eb876df482956b66bf4c5aeb8e5a790af7 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Tue Jan 09 19:52:31 2007 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Tue Jan 09 19:52:31 2007 +0000 |
tree | 766a519b613a6e77cf6584ec466c1f9603d45985 | |
parent | 5b44cbe6d8f9c07f6ec0da1134dc3b49ee81a4e3 [diff] |
Merged revisions 53316 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk/Lib/ctypes ........ r53316 | thomas.heller | 2007-01-09 20:19:33 +0100 (Di, 09 Jan 2007) | 4 lines Verify the sizes of the basic ctypes data types against the struct module. Backport from trunk. ........