]> granicus.if.org Git - python/commit
Issue #7743: Add checks for zero inputs to the lshift and mult functions;
authorMark Dickinson <dickinsm@gmail.com>
Sat, 23 Jan 2010 20:48:56 +0000 (20:48 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 23 Jan 2010 20:48:56 +0000 (20:48 +0000)
commitfc5290458d00e3eebf82dd914fd2848b7e3f7e87
tree4b960a76bfe820cb5f9302afb3f37c2398c7fd09
parentc64614e0437d1c78f36d8690bd4955603f460e0a
Issue #7743:  Add checks for zero inputs to the lshift and mult functions;
this fixes the first bug described in issue #7743.
Python/dtoa.c