Message 217962 - Python tracker
Message217962
| Author | tim.peters |
|---|---|
| Recipients | Guido.van.Rossum, gvanrossum, inglesp, pitrou, tim.golden, tim.peters, vstinner |
| Date | 2014-05-06.01:49:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1399340979.39.0.631421403745.issue21435@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Noting that in a Windows debug build, at death gc is 0xdbdbdbdb, so we are in reading up free'd memory (0xdb is pymalloc's "dead byte" marker). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-05-06 01:49:39 | tim.peters | set | recipients: + tim.peters, gvanrossum, pitrou, vstinner, tim.golden, inglesp, Guido.van.Rossum |
| 2014-05-06 01:49:39 | tim.peters | set | messageid: <1399340979.39.0.631421403745.issue21435@psf.upfronthosting.co.za> |
| 2014-05-06 01:49:39 | tim.peters | link | issue21435 messages |
| 2014-05-06 01:49:38 | tim.peters | create | |