[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-03-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6b4225607cf1 by Zachary Ware in branch '3.4': Issue #20609: Merge with 3.3. http://hg.python.org/cpython/rev/6b4225607cf1 -- ___ Python tracker ___

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-18 Thread Zachary Ware
Zachary Ware added the comment: Fixed, thanks for the report! -- assignee: -> zach.ware resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset d610a2740b5f by Zachary Ware in branch '3.3': Issue #20609: Fix building 64-bit binaries on 32-bit Windows. http://hg.python.org/cpython/rev/d610a2740b5f New changeset 69d13cdc4eeb by Zachary Ware in branch 'default': Issue #20609: Merge with 3.3. h

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Stephan R.A. Deibel
Stephan R.A. Deibel added the comment: OK, sounds reasonable to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Zachary Ware
Zachary Ware added the comment: > Yes, thanks, that patch fixes it so it builds successfully. Tried w/ > Python 3.4rc1 on Windows 7 w/ VS2010. Ok, good. > Of course maybe it should really be building kill_python.exe for the > matching architecture and running that, but I'm not sure how to do t

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Stephan R.A. Deibel
Stephan R.A. Deibel added the comment: Yes, thanks, that patch fixes it so it builds successfully. Tried w/ Python 3.4rc1 on Windows 7 w/ VS2010. Of course maybe it should really be building kill_python.exe for the matching architecture and running that, but I'm not sure how to do that and yo

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Stephan R.A. Deibel
Stephan R.A. Deibel added the comment: There's no patch attached... or am I just confused? -- ___ Python tracker ___ ___ Python-bugs-l

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Zachary Ware
Zachary Ware added the comment: Forgot to attach the patch... -- keywords: +patch Added file: http://bugs.python.org/file34062/issue20609.diff ___ Python tracker ___

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Zachary Ware
Zachary Ware added the comment: Oops... Can you try out this patch and see if it will work for you? It looks like it should work, but I'm not set up to build 64-bit at all yet, much less on 32-bit. Tim, would you mind also taking a look since you tested #19788 for me and we're in RC for 3.4?

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Stephan R.A. Deibel
New submission from Stephan R.A. Deibel: The changes made in Issue19788 break the ability to build x64 build target on a 32-bit Windows machine because PreBuildEvent entries in pythoncore.vcxproj end up trying to run the 64-bit kill_python.exe, causing critical build steps to fail. Removing t

[issue20609] Always running kill_python breaks building x64 on 32-bit Windows machine

2014-02-12 Thread Zachary Ware
Changes by Zachary Ware : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth