]> granicus.if.org Git - python/commit
After 79d2eb29c755 it is no longer necessary to zero the output array:
authorStefan Krah <skrah@bytereef.org>
Sat, 30 Jun 2012 19:57:49 +0000 (21:57 +0200)
committerStefan Krah <skrah@bytereef.org>
Sat, 30 Jun 2012 19:57:49 +0000 (21:57 +0200)
commit5431e3085329bd6e78b1b72d74e8445f420a5f74
tree3743729dd365ea3e396bc95e42e664a128c42627
parent1abe1c5fe13ca64c54e16db25de7c4dd5578a7c1
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.
Modules/_decimal/libmpdec/mpdecimal.c