[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-10-12 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list

[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: Thanks for the report. This is now fixed in r58430 and r584301 __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-10-12 Thread Martin v. Löwis
Martin v. Löwis added the comment: The actual change that broke that was r41672, which added the ULL suffix. r46064 fixed it for VC6 and embedded VC. Raising the minimum _MSC_VER to above 1300 is fine (VC 7.1 is 1310). I personally can't test with VS 2002 anymore, so I have to trust that it doe

[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-10-11 Thread Neal Norwitz
Neal Norwitz added the comment: Martin, it looks like you made some changes in rev 46064. Can you suggest anything? -- assignee: -> loewis components: +Extension Modules nosy: +loewis, nnorwitz __ Tracker <[EMAIL PROTECTED]>

[issue1216] Python2.5.1 fails to compile under VC.NET2002 ( 7.0 )

2007-09-27 Thread Karthik Rajagopalan
New submission from Karthik Rajagopalan: Hi, We see following compiler error when 'Python2.5.1' is compiled under VC.NET 2002 ( 7.0.9466 ). This happens in 'pythoncore' project: -- Build started: Project: pythoncore, Configuration: Release Win32 -- Compiling... zutil.c