]> granicus.if.org Git - python/commit
Raise a TypeError instead of a ValueError when too many initializers
authorThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 19:45:51 +0000 (19:45 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 19:45:51 +0000 (19:45 +0000)
commit415c1e36a9f3cb119fad8aa5fcdcc9f31284782e
tree39db49aa09e4dc2cff313097c656af4414320143
parent02ec289f3e16ee6b00ecf7ec8f8e0f2a3e1ad152
Raise a TypeError instead of a ValueError when too many initializers
are used in a Structure or Union constructor.
Lib/ctypes/test/test_structures.py
Misc/NEWS
Modules/_ctypes/_ctypes.c