commit | 465fa3dac49e5bbbb7904c755ff999dd5362c83e | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Fri Aug 15 01:16:37 2003 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Fri Aug 15 01:16:37 2003 +0000 |
tree | 947000be70978b28bd786bee9876ca2b3e3fc36f | |
parent | 90b182c16c2e9ccf238dde897ff9434570f8da7b [diff] |
complex_new(): This could leak when the argument was neither string nor number. This accounts for the 2 refcount leaks per test_complex run Michael Hudson discovered (I figured only I would have the stomach to look for leaks in floating-point code <wink>).