Closed GoogleCodeExporter closed 9 years ago
Looks like there's an easy fix we can pick up from upstream. I'll merge it.
Original comment by collinw
on 14 Dec 2009 at 6:35
Should be fixed in r934. Please reopen this bug if that fix doesn't work for
you.
Original comment by collinw
on 14 Dec 2009 at 9:04
confirmed, fixed. I use the test code here:
http://bugs.python.org/file12249/testpy.c
step to compile:
..\>cl /MT /c /Id:\personal\unladen-swallow\include
/Id:\personal\unladen-swallow\pc
testpy.c
..\>link /LIBPATH:d:\personal\unladen-swallow\pcbuild testpy.obj
..\>testpy
Python 2.6.1 (r261:67515, Dec 15 2009, 08:32:11) [MSC v.1500 32 bit (Intel)] on
win32
[Unladen Swallow 2009Q4]
Type "help", "copyright", "credits" or "license" for more information.
>>>
Original comment by jaimy.azle
on 15 Dec 2009 at 2:03
Original issue reported on code.google.com by
jaimy.azle
on 12 Dec 2009 at 2:41