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 kristjan.jonsson
Recipients asvetlov, jnoller, kristjan.jonsson, loewis
Date 2009-04-01.15:50:38
SpamBayes Score 0.0005201595
Marked as misclassified No
Message-id <1238601042.59.0.312432241381.issue5619@psf.upfronthosting.co.za>
In-reply-to
Content
R70908 doesn't compile with VS 2008:
22>..\Modules\_multiprocessing\win32_functions.c(135) : warning 
C4013: '_CrtSetReportMode' undefined; assuming extern returning int
22>..\Modules\_multiprocessing\win32_functions.c(135) : error 
C2065: '_CRT_ASSERT' : undeclared identifier
22>..\Modules\_multiprocessing\win32_functions.c(135) : error 
C2065: '_CRTDBG_MODE_DEBUG' : undeclared identifier

Further, this should not be required, you are probably shooting the 
messenger here! We should be finding the cause of the assert, not 
silencing it.  (There are no CRT debug flags, they have been disabled 
recently, and we want everything to work cleanly)
History
Date User Action Args
2009-04-01 15:50:42kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, jnoller, asvetlov
2009-04-01 15:50:42kristjan.jonssonsetmessageid: <1238601042.59.0.312432241381.issue5619@psf.upfronthosting.co.za>
2009-04-01 15:50:41kristjan.jonssonlinkissue5619 messages
2009-04-01 15:50:39kristjan.jonssoncreate