commit | 0277555ff236b0b781657516d7cb8851adeae8bb | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Jun 11 20:29:09 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Jun 11 20:29:09 2010 +0000 |
tree | bb4338353723e43df5d3bccb4dc8e92696fbe725 | |
parent | b72e6860d800dea696f541e6490c5ee08aeee14c [diff] |
Blocked revisions 81904 via svnmerge ........ r81904 | mark.dickinson | 2010-06-11 21:27:05 +0100 (Fri, 11 Jun 2010) | 4 lines Fix possible undefined behaviour from signed overflow in struct module. Backport of revisions 81897, 81898 and 81902 from py3k. ........