]> granicus.if.org Git - python/commit
Raise a TypeError if conflicting positional and named arguments are
authorThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 19:37:33 +0000 (19:37 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 16 Jan 2008 19:37:33 +0000 (19:37 +0000)
commit02ec289f3e16ee6b00ecf7ec8f8e0f2a3e1ad152
tree8cbd8dd33cbe3bcad02e4adf86b57e3a27788d7a
parent902d30752fa79fa787114b3f2cde37513909bc57
Raise a TypeError if conflicting positional and named arguments are
passed to a Structure or Union constructor.
Lib/ctypes/test/test_structures.py
Misc/NEWS
Modules/_ctypes/_ctypes.c