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 steve.dower
Recipients sgallou, steve.dower, tim.golden, zach.ware
Date 2015-02-04.21:51:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423086662.59.0.746263557549.issue23393@psf.upfronthosting.co.za>
In-reply-to
Content
Afraid not. The closest you can get is building in Release with full debug symbols and no optimisations, which should al lest get you decent debugging. However, you won't get the extra memory check patterns or assertions throughout your code.
History
Date User Action Args
2015-02-04 21:51:02steve.dowersetrecipients: + steve.dower, tim.golden, zach.ware, sgallou
2015-02-04 21:51:02steve.dowersetmessageid: <1423086662.59.0.746263557549.issue23393@psf.upfronthosting.co.za>
2015-02-04 21:51:02steve.dowerlinkissue23393 messages
2015-02-04 21:51:02steve.dowercreate