]> granicus.if.org Git - python/commit
Backport rev 51819 from Thomas Heller
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:01:57 +0000 (04:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Sep 2006 04:01:57 +0000 (04:01 +0000)
commit71e2aa0cc5c07a4e15a48c35739f34d5ab69d26c
tree2cc125984da91cfec3c0b382053dc3e8d16cd942
parent19d76c5aa88d8f673bc91529d25806d2e333aa84
Backport rev 51819 from Thomas Heller

Anonymous structure fields that have a bit-width specified did not work,
and they gave a strange error message from PyArg_ParseTuple:
   function takes exactly 2 arguments (3 given).
Lib/ctypes/test/test_bitfields.py
Modules/_ctypes/stgdict.c