]> granicus.if.org Git - python/commit
Issue #22161: Conformed arguments type checks in ctype to actually supported
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Aug 2014 06:33:05 +0000 (09:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 9 Aug 2014 06:33:05 +0000 (09:33 +0300)
commit4f06d604c40f12a1d59e3bfda061f3dd7bce6e45
tree7de0ffcd42f9eda425082388cc3df0383c8fc0f5
parente4936b830cbe2fff52f8fd65dc0bf56ad86156eb
Issue #22161: Conformed arguments type checks in ctype to actually supported
types.  Corrected error messages about bytes arguments.
Lib/ctypes/__init__.py
Lib/ctypes/test/test_buffers.py
Lib/ctypes/test/test_bytes.py
Lib/ctypes/test/test_structures.py
Modules/_ctypes/_ctypes.c
Modules/_ctypes/cfield.c