This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:39tim.peterssetrecipients: + tim.peters, gvanrossum, pitrou, vstinner, tim.golden, inglesp, Guido.van.Rossum
2014-05-06 01:49:39tim.peterssetmessageid: <1399340979.39.0.631421403745.issue21435@psf.upfronthosting.co.za>
2014-05-06 01:49:39tim.peterslinkissue21435 messages
2014-05-06 01:49:38tim.peterscreate