[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-04 Thread Zachary Ware
Changes by Zachary Ware : -- assignee: -> steve.dower resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-04 Thread Mark Lawrence
Mark Lawrence added the comment: Now compiles, thanks guys :) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Mark Lawrence
Mark Lawrence added the comment: Thanks for the comment David. Last time I used any kind of change system in anger was Visual Source Safe 15 years ago, and VAX/VMS CMS/MMF(?) before that. Where do I start with Mercurial? I don't even know what the difference is between setting up the now de

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread R. David Murray
R. David Murray added the comment: Mark, FYI the 'r' numbers are unique to each mercurial checkout and meaningless to anyone else. Only the hash numbers can be used to compare revisions between different repositories. (You *could* refer to the r number from the cpython repository as seen in

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 31301b84ac8d by Steve Dower in branch 'default': Issue #24376: Bumps xxlimited.vcxproj to use 3.6 limited ABI. https://hg.python.org/cpython/rev/31301b84ac8d -- ___ Python tracker

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset b8bcc5507541 by Steve Dower in branch '3.5': Issue #24376: xxlimited.c errors when building 32 and 64 bit on Windows https://hg.python.org/cpython/rev/b8bcc5507541 New changeset c802fba79554 by Steve Dower in branch 'default': Issue #24376: xxlimite

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Zachary Ware
Zachary Ware added the comment: We need to bump the Py_LIMITED_API definition in PCbuild/xxlimited.vcxproj as well. -- ___ Python tracker ___

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Mark Lawrence
Mark Lawrence added the comment: Following taken from tortoisehg workbench, the only file changed is setup.py so please don't ask. Changeset: 96496 (6278f932fb29) upgrade xxlimited abi to 3.5 Branch: 3.5 User: Benjamin Peterson Date: 2015-06-03 00:04:46 -0500 (11 hours) Parent: 96494 (38ffea

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Steve Dower
Steve Dower added the comment: It's more recent, but still only a doc change. What's the description of the change you're referring to? -- ___ Python tracker ___ ___

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Mark Lawrence
Mark Lawrence added the comment: Try r96496 :( -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Steve Dower
Steve Dower added the comment: Which revision? Can you post a hash or issue number instead - in my repo r46496 is from a couple of years ago... -- ___ Python tracker ___ ___

[issue24376] xxlimited.c errors when building 32 and 64 bit on Windows

2015-06-03 Thread Mark Lawrence
New submission from Mark Lawrence: 5>..\Modules\xxlimited.c(268): error C2061: syntax error : identifier 'xx_slots' 5>..\Modules\xxlimited.c(268): error C2059: syntax error : ';' 5>..\Modules\xxlimited.c(268): error C3409: empty attribute block is not allowed 5>..\Modules\xxlimited.c(268): error