]> granicus.if.org Git - python/commit
Upgrade to ctypes version 0.9.9.7.
authorThomas Heller <theller@ctypes.org>
Sat, 10 Jun 2006 19:55:36 +0000 (19:55 +0000)
committerThomas Heller <theller@ctypes.org>
Sat, 10 Jun 2006 19:55:36 +0000 (19:55 +0000)
commit51148269507e884c082593f30f178faafb54e60d
treec31c566ad34b83f7b6182ce8e17dd257b60f1d32
parent45f59ab3eee602613bf44b5410a7d5bb87bf6c3e
Upgrade to ctypes version 0.9.9.7.

Summary of changes:

- support for 'variable sized' data
- support for anonymous structure/union fields
- fix severe bug with certain arrays or structures containing more than 256 fields
Lib/ctypes/__init__.py
Lib/ctypes/test/test_anon.py [new file with mode: 0644]
Lib/ctypes/test/test_cast.py
Lib/ctypes/test/test_keeprefs.py
Lib/ctypes/test/test_objects.py [new file with mode: 0644]
Lib/ctypes/test/test_slicing.py
Lib/ctypes/test/test_structures.py
Lib/ctypes/test/test_varsize_struct.py [new file with mode: 0644]