blob: b5ccc95fd705be5adaa7514252d3d134fa0755df [file] [log] [blame]
Fix an unlikely memory leak on conversion from string to float in the function
``_Py_dg_strtod()`` used by ``float(str)``, ``complex(str)``,
:func:`pickle.load`, :func:`marshal.load`, etc.