]> granicus.if.org Git - python/commit
This code is actually not used unless WITHOUT_COMPLEX is defined.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 12 Aug 2006 01:47:59 +0000 (01:47 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 12 Aug 2006 01:47:59 +0000 (01:47 +0000)
commitedb216807948670f716f920d3f7c6c0df3422381
tree679eee2c0acf8239635aba1341931fa697a66dd7
parent43bd4db933711da450931824add443549a757455
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