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.20:32:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423081960.87.0.251076660074.issue23393@psf.upfronthosting.co.za>
In-reply-to
Content
You'll also need to change your project to use the release version of the C Runtime library and undefine _DEBUG throughout, otherwise you'll get conflicts in things like memory allocators and alignment. It's not quite as simple as choosing another lib.
History
Date User Action Args
2015-02-04 20:32:40steve.dowersetrecipients: + steve.dower, tim.golden, zach.ware, sgallou
2015-02-04 20:32:40steve.dowersetmessageid: <1423081960.87.0.251076660074.issue23393@psf.upfronthosting.co.za>
2015-02-04 20:32:40steve.dowerlinkissue23393 messages
2015-02-04 20:32:40steve.dowercreate