diff options
author | Stefan Krah <skrah@bytereef.org> | 2012-06-30 21:57:49 +0200 |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2012-06-30 21:57:49 +0200 |
commit | 5431e3085329bd6e78b1b72d74e8445f420a5f74 (patch) | |
tree | 3743729dd365ea3e396bc95e42e664a128c42627 /Python/pymath.c | |
parent | 1abe1c5fe13ca64c54e16db25de7c4dd5578a7c1 (diff) | |
download | cpython-git-5431e3085329bd6e78b1b72d74e8445f420a5f74.tar.gz |
After 79d2eb29c755 it is no longer necessary to zero the output array:
None of the _mpd_shortadd() or _mpd_shortmul() functions read uninitialized
values. Previously zeroing was required since _mpd_real_size() was called
on the output array.
Diffstat (limited to 'Python/pymath.c')
0 files changed, 0 insertions, 0 deletions