Message97914
| Author | mark.dickinson |
|---|---|
| Recipients | eric.smith, mark.dickinson, skrah, tim.peters |
| Date | 2010-01-16.22:38:19 |
| SpamBayes Score | 0.08834918 |
| Marked as misclassified | No |
| Message-id | <1263681501.75.0.750727504285.issue7632@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Okay, so there's a memory leak for overflowing values: if an overflow is detected in the main correction loop of _Py_dg_strtod, then 'references' to bd0, bd, bb, bs and delta aren't released. There may be other leaks; I'm trying to come up with a good way to detect them reliably. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-01-16 22:38:21 | mark.dickinson | set | recipients: + mark.dickinson, tim.peters, eric.smith, skrah |
| 2010-01-16 22:38:21 | mark.dickinson | set | messageid: <1263681501.75.0.750727504285.issue7632@psf.upfronthosting.co.za> |
| 2010-01-16 22:38:20 | mark.dickinson | link | issue7632 messages |
| 2010-01-16 22:38:20 | mark.dickinson | create | |