]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Backport r51221 | neal.norwitz -- the original commit message is wrong;
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 19:08:30 +0000 (19:08 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 5 Oct 2006 19:08:30 +0000 (19:08 +0000)
commit154a884e6b562dc5b9f04c8a114a7efd12e42723
tree84d77bd80086e7706c9558cbd0df9097fe10bee1
parent720ea077880294a142e8e0f182b12af0335069e4
[Backport r51221 | neal.norwitz -- the original commit message is wrong;
 this code is only used if WITHOUT_COMPLEX is *not* defined, which is the
 common case for Python builds.]

This code is actually not used unless WITHOUT_COMPLEX is defined.
However, there was no error checking that PyFloat_FromDouble returned
a valid pointer.  I believe this change is correct as it seemed
to follow other code in the area.

Klocwork # 292.
Python/marshal.c