[issue3369] memory leak in floatobject.c

Mark Dickinson report at bugs.python.org
Tue Jul 22 00:52:21 CEST 2008


Mark Dickinson <dickinsm at gmail.com> added the comment:

Fixed in r65179.  I modified the patch slightly to include the "infinity" 
check, and to change "if(s_buffer)" to the slightly more explicit "if 
(s_buffer != NULL)".

Thanks!

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3369>
_______________________________________


More information about the Python-bugs-list mailing list