]> granicus.if.org Git - python/commit
Issue #9277: Struct module: standard bool packing was incorrect if
authorMark Dickinson <dickinsm@gmail.com>
Sun, 18 Jul 2010 07:29:02 +0000 (07:29 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 18 Jul 2010 07:29:02 +0000 (07:29 +0000)
commiteff5d8594b817e5e101cf22b1af901d89363f70a
treef9cecf64475b4b1e628fb926310d3afb1f411e8d
parentd92f04062a8cb3c01ac44f67f7bde8a11b285457
Issue #9277: Struct module: standard bool packing was incorrect if
char is unsigned.  Thanks Stefan Krah for the patch.
Modules/_struct.c