]> granicus.if.org Git - python/commit
Fix more undefined-behaviour inducing overflow checks in struct module.
authorMark Dickinson <dickinsm@gmail.com>
Fri, 11 Jun 2010 19:50:30 +0000 (19:50 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 11 Jun 2010 19:50:30 +0000 (19:50 +0000)
commitb72e6860d800dea696f541e6490c5ee08aeee14c
treebb4338353723e43df5d3bccb4dc8e92696fbe725
parent2e5416d0e68ed9526ec11de053c3cfeaffdb0620
Fix more undefined-behaviour inducing overflow checks in struct module.
Lib/test/test_struct.py
Modules/_struct.c