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 Joakim.Karlsson
Recipients Joakim.Karlsson, loewis, r-englund, steve.dower, tim.golden, zach.ware
Date 2015-01-09.16:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420820150.51.0.252929765935.issue22411@psf.upfronthosting.co.za>
In-reply-to
Content
You shouldn't mix headers with and without the _DEBUG symbol defined. At least on some versions of MSVC this can lead to errors as some standard headers start referencing functions that are not available in both debug and release versions of the MSV C runtime.
History
Date User Action Args
2015-01-09 16:15:50Joakim.Karlssonsetrecipients: + Joakim.Karlsson, loewis, tim.golden, zach.ware, steve.dower, r-englund
2015-01-09 16:15:50Joakim.Karlssonsetmessageid: <1420820150.51.0.252929765935.issue22411@psf.upfronthosting.co.za>
2015-01-09 16:15:50Joakim.Karlssonlinkissue22411 messages
2015-01-09 16:15:50Joakim.Karlssoncreate